We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1cca69 commit a69ef64Copy full SHA for a69ef64
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