Skip to content

Commit 9a89021

Browse files
committed
numpy: only run one iteration of the benchmarks per group
1 parent cf4ad41 commit 9a89021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/conftest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
def tacoBench(benchmark):
44
def f(func):
55
# Take statistics based on 10 rounds.
6-
benchmark.pedantic(func, rounds=10, iterations=5)
6+
benchmark.pedantic(func, rounds=10, iterations=1)
77
# How do i set please use 10 rounds...
88
# benchmark(func)
99
return f

0 commit comments

Comments
 (0)