From a69ef647b5ed71244a5352d738b20b17405d8033 Mon Sep 17 00:00:00 2001 From: Matt Roeschke Date: Thu, 23 Nov 2017 17:06:27 -0800 Subject: [PATCH] Add param names --- asv_bench/benchmarks/algorithms.py | 1 + 1 file changed, 1 insertion(+) 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