diff --git a/testsuite/forge-cli/src/suites/realistic_environment.rs b/testsuite/forge-cli/src/suites/realistic_environment.rs index c93eb1c2142b6..1a594a4ceeb52 100644 --- a/testsuite/forge-cli/src/suites/realistic_environment.rs +++ b/testsuite/forge-cli/src/suites/realistic_environment.rs @@ -91,7 +91,7 @@ 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![20000, 25000, 30000]), + workloads: Workloads::TPS(vec![1000, 10000, 22500]), criteria: [ (95, 0.9, 1.1, 1.2, 0), (95, 0.9, 1.1, 1.2, 0),