Skip to content

Commit

Permalink
Add param names
Browse files Browse the repository at this point in the history
  • Loading branch information
mroeschke committed Nov 24, 2017
1 parent 2dcf668 commit 0b9a3e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions asv_bench/benchmarks/algorithms.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0b9a3e2

Please sign in to comment.