diff --git a/stress/opts.rs b/stress/opts.rs index 392d79448..da00e1a00 100644 --- a/stress/opts.rs +++ b/stress/opts.rs @@ -10,7 +10,7 @@ pub struct Opts { short = 'i', long, help = "the number of iterations", - default_value_t = 1000 + default_value_t = 100000 )] pub nr_iterations: usize, }