Skip to content

Commit

Permalink
Merge pull request #385 from bluetech/bench-fix
Browse files Browse the repository at this point in the history
benchmark: fix benchmark running for only 1 round
  • Loading branch information
RonnyPfannschmidt committed Jun 11, 2023
2 parents e447c84 + 64d7915 commit 53efdc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def setup():
firstresult = False
return (hook_name, hook_impls, caller_kwargs, firstresult), {}

benchmark.pedantic(_multicall, setup=setup)
benchmark.pedantic(_multicall, setup=setup, rounds=10)


@pytest.mark.parametrize(
Expand Down

0 comments on commit 53efdc3

Please sign in to comment.