mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
simplebench: rename ascii() to results_to_text()
Next patch will use utf8 plus-minus symbol, let's use more generic (and more readable) name. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Message-Id: <20201021145859.11201-17-vsementsov@virtuozzo.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
This commit is contained in:
parent
f52e1af0b0
commit
bfccfa62ac
3 changed files with 7 additions and 7 deletions
|
@ -167,4 +167,4 @@ if __name__ == '__main__':
|
|||
|
||||
result = simplebench.bench(bench_func, test_envs, test_cases, count=3,
|
||||
initial_run=False)
|
||||
print(simplebench.ascii(result))
|
||||
print(simplebench.results_to_text(result))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue