Skip to content

Commit

Permalink
Change the lower bound of netperf_max_iter to 3.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmccoy committed Jun 19, 2015
1 parent ef8bfaa commit 3925933
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perfkitbenchmarker/benchmarks/netperf_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'Maximum number of iterations to run during '
'confidence interval estimation. If unset, '
'a single iteration will be run.',
lower_bound=1, upper_bound=30)
lower_bound=3, upper_bound=30)

flags.DEFINE_integer('netperf_test_length', 60,
'netperf test length, in seconds',
Expand Down

0 comments on commit 3925933

Please sign in to comment.