test: bump perf

This commit is contained in:
Casper da Costa-Luis 2020-10-07 02:58:36 +01:00
parent 67280989a2
commit a2a6a41f5a
No known key found for this signature in database
GPG Key ID: 986B408043AE090D
1 changed files with 2 additions and 2 deletions

View File

@ -334,7 +334,7 @@ def test_iter_overhead_simplebar_hard():
a += i
assert_performance(
9, 'trange', time_tqdm(), 'simple_progress', time_bench())
10, 'trange', time_tqdm(), 'simple_progress', time_bench())
@with_setup(pretest, posttest)
@ -363,4 +363,4 @@ def test_manual_overhead_simplebar_hard():
simplebar_update(10)
assert_performance(
9, 'tqdm', time_tqdm(), 'simple_progress', time_bench())
10, 'tqdm', time_tqdm(), 'simple_progress', time_bench())