We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dcf668 commit 0b9a3e2Copy full SHA for 0b9a3e2
asv_bench/benchmarks/algorithms.py
@@ -83,6 +83,7 @@ class AddOverflowScalar(object):
83
goal_time = 0.2
84
85
params = [1, -1, 0]
86
+ param_names = ['scalar']
87
88
def setup(self, scalar):
89
N = 10**6
0 commit comments