We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c92304c commit 5e8e5d7Copy full SHA for 5e8e5d7
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)) == 333328333350000
0 commit comments