simulator: Make simulator runs longer by default

This commit is contained in:
Pekka Enberg
2025-01-14 17:37:53 +02:00
parent 14ec057a34
commit e1f5fa875e

View File

@@ -18,14 +18,14 @@ pub struct SimulatorCLI {
short = 'n',
long,
help = "change the maximum size of the randomly generated sequence of interactions",
default_value_t = 1024
default_value_t = 20000
)]
pub maximum_size: usize,
#[clap(
short = 'k',
long,
help = "change the minimum size of the randomly generated sequence of interactions",
default_value_t = 1
default_value_t = 10000
)]
pub minimum_size: usize,
#[clap(