Skip to content

Commit

Permalink
raise perf tests
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Sep 18, 2020
1 parent 8c69bd0 commit b1f5d5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tqdm/tests/tests_perf.py
Expand Up @@ -334,7 +334,7 @@ def test_iter_overhead_simplebar_hard():
a += i

assert_performance(
7.5, 'trange', time_tqdm(), 'simple_progress', time_bench())
8, 'trange', time_tqdm(), 'simple_progress', time_bench())


@with_setup(pretest, posttest)
Expand Down Expand Up @@ -363,4 +363,4 @@ def test_manual_overhead_simplebar_hard():
simplebar_update(10)

assert_performance(
7.5, 'tqdm', time_tqdm(), 'simple_progress', time_bench())
8, 'tqdm', time_tqdm(), 'simple_progress', time_bench())

0 comments on commit b1f5d5f

Please sign in to comment.