Skip to content

Commit

Permalink
reverse order of decorators
Browse files Browse the repository at this point in the history
  • Loading branch information
jagerber48 committed Dec 18, 2024
1 parent c9b46a5 commit 5f4d55a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_performance.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def test_complexity():
assert 0.9 * log10(n / n0) < log10(t / t0) < 1.1 * log10(n / n0)


@pytest.mark.benchmark
@pytest.mark.parametrize("num", (10, 100, 1000, 10000, 100000))
@pytest.mark.benchmark
def test_speed(num):
time_ufloat_sum_benchmark(num)

0 comments on commit 5f4d55a

Please sign in to comment.