diff --git a/testsuite/forge-cli/src/suites/realistic_environment.rs b/testsuite/forge-cli/src/suites/realistic_environment.rs index 976e31e21f624..5033189128642 100644 --- a/testsuite/forge-cli/src/suites/realistic_environment.rs +++ b/testsuite/forge-cli/src/suites/realistic_environment.rs @@ -83,13 +83,10 @@ 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![1000, 2000, 2500, 3000, 3500]), + workloads: Workloads::TPS(vec![4000, 4500]), criteria: [ (95, 0.9, 1.1, 1.2, 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), - (95, 0.9, 1.1, 1.2, 0), ] .into_iter() .map(