mirror of
https://github.com/aljazceru/turso.git
synced 2026-01-04 17:04:18 +01:00
stress: Increase default number of iterations
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user