diff --git a/testsuite/forge-cli/src/suites/realistic_environment.rs b/testsuite/forge-cli/src/suites/realistic_environment.rs index 3ae72d50fc1f3..b69fd2fdf680b 100644 --- a/testsuite/forge-cli/src/suites/realistic_environment.rs +++ b/testsuite/forge-cli/src/suites/realistic_environment.rs @@ -83,10 +83,12 @@ pub(crate) fn realistic_env_sweep_wrap( pub(crate) fn realistic_env_load_sweep_test() -> ForgeConfig { realistic_env_sweep_wrap(10, 5, LoadVsPerfBenchmark { test: Box::new(PerformanceBenchmark), - workloads: Workloads::TPS(vec![100, 10000]), + workloads: Workloads::TPS(vec![100, 1000, 5000, 10000]), criteria: [ (95, 0.9, 1.1, 1.2, 0), - (6700, 2.5, 3.5, 5.0, 0), + (95, 0.9, 1.1, 1.2, 0), + (95, 0.9, 1.1, 1.2, 0), + (95, 0.9, 1.1, 1.2, 0), // TODO add 9k or 10k. Allow some expired transactions (high-load) ] .into_iter()