Skip to content

Commit

Permalink
Reduce benchmark rounds to one
Browse files Browse the repository at this point in the history
  • Loading branch information
saulshanabrook committed Feb 1, 2024
1 parent 0037895 commit 5a855b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/tests/test_array_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def load_source(expr):
return egraph.eval(fn_program.statements)


@pytest.mark.benchmark(min_rounds=3)
@pytest.mark.benchmark(min_rounds=1)
class TestLDA:
def test_trace(self, snapshot_py, benchmark):
@benchmark
Expand Down

0 comments on commit 5a855b9

Please sign in to comment.