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"""
def build(self):
self.attr_argument("mode", EnumerationValue(["Single experiment",
"With pause",
"With scheduler"]))
"With pause",
"With scheduler"]))
self.attr_argument("payload", EnumerationValue(["NOP",
"CoreNOP",
"CoreSend100Ints",