Skip to content

Commit

Permalink
examples/speed_benchmark: fix scheduler arguments
Browse files Browse the repository at this point in the history
sbourdeauducq committed Dec 22, 2015
1 parent b4b0dcc commit e4233d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/master/repository/speed_benchmark.py
Original file line number Diff line number Diff line change
@@ -129,8 +129,8 @@ def run(self):

class _Report(EnvExperiment):
def build(self):
self.setattr_argument("start_time")
self.setattr_argument("nruns")
self.setattr_argument("start_time", NumberValue())
self.setattr_argument("nruns", NumberValue())

def run(self):
end_time = time.monotonic()

0 comments on commit e4233d7

Please sign in to comment.