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 25, 2017
1 parent f1cca69 commit a69ef64
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 a69ef64

Please sign in to comment.