mirror of
https://github.com/mii443/qemu.git
synced 2025-09-03 15:49:30 +00: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:
committed by
Max Reitz
parent
f52e1af0b0
commit
bfccfa62ac
@ -77,4 +77,4 @@ test_envs = [
|
||||
]
|
||||
|
||||
result = simplebench.bench(bench_func, test_envs, test_cases, count=3)
|
||||
print(simplebench.ascii(result))
|
||||
print(simplebench.results_to_text(result))
|
||||
|
Reference in New Issue
Block a user