From e1f5fa875ea6339ec3a8c7723299d56bb3a1b37f Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Tue, 14 Jan 2025 17:37:53 +0200 Subject: [PATCH] simulator: Make simulator runs longer by default --- simulator/runner/cli.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/simulator/runner/cli.rs b/simulator/runner/cli.rs index 8ad42c8b3..71923a92e 100644 --- a/simulator/runner/cli.rs +++ b/simulator/runner/cli.rs @@ -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(