mirror of https://github.com/tqdm/tqdm.git
test: bump perf
This commit is contained in:
parent
67280989a2
commit
a2a6a41f5a
|
@ -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())
|
||||
|
|
Loading…
Reference in New Issue