We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf4ad41 commit 9a89021Copy full SHA for 9a89021
numpy/conftest.py
@@ -3,7 +3,7 @@
3
def tacoBench(benchmark):
4
def f(func):
5
# Take statistics based on 10 rounds.
6
- benchmark.pedantic(func, rounds=10, iterations=5)
+ benchmark.pedantic(func, rounds=10, iterations=1)
7
# How do i set please use 10 rounds...
8
# benchmark(func)
9
return f
0 commit comments