stress: Increase default number of iterations

This commit is contained in:
Pekka Enberg
2025-04-10 11:55:03 +03:00
parent f50662205e
commit 39cee1b146

View File

@@ -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,
}