From 39cee1b1465bea41eb24a1885717f27eab7b3d96 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 10 Apr 2025 11:55:03 +0300 Subject: [PATCH] stress: Increase default number of iterations --- stress/opts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }