diff --git a/asv_bench/benchmarks/algorithms.py b/asv_bench/benchmarks/algorithms.py index 0dbcec02367e9e..0689751392489a 100644 --- a/asv_bench/benchmarks/algorithms.py +++ b/asv_bench/benchmarks/algorithms.py @@ -83,6 +83,7 @@ class AddOverflowScalar(object): goal_time = 0.2 params = [1, -1, 0] + param_names = ['scalar'] def setup(self, scalar): N = 10**6