We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92304c commit 0e3f6ceCopy full SHA for 0e3f6ce
tests/benchmarks/test_bench_misc.py
@@ -69,4 +69,4 @@ def sum_of_squares_sum_comprehension_power(arr) -> int:
69
)
70
@pytest.mark.benchmark
71
def test_sum_of_squares(func):
72
- assert func(range(1000)) == 332833500
+ assert func(range(100000)) == 332833500
0 commit comments