This commit is contained in:
Sebastien Bourdeauducq 2015-10-03 14:00:48 +08:00
parent cd3107ba75
commit 4b2a99b090
1 changed files with 2 additions and 2 deletions

View File

@ -71,8 +71,8 @@ class SpeedBenchmark(EnvExperiment):
"""Speed benchmark""" """Speed benchmark"""
def build(self): def build(self):
self.attr_argument("mode", EnumerationValue(["Single experiment", self.attr_argument("mode", EnumerationValue(["Single experiment",
"With pause", "With pause",
"With scheduler"])) "With scheduler"]))
self.attr_argument("payload", EnumerationValue(["NOP", self.attr_argument("payload", EnumerationValue(["NOP",
"CoreNOP", "CoreNOP",
"CoreSend100Ints", "CoreSend100Ints",