From c58267e8a7625cc5d66efbe797250f29588195a8 Mon Sep 17 00:00:00 2001 From: danielxiangzl Date: Wed, 8 Jan 2025 22:28:50 -0800 Subject: [PATCH] tps --- testsuite/forge-cli/src/suites/realistic_environment.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/testsuite/forge-cli/src/suites/realistic_environment.rs b/testsuite/forge-cli/src/suites/realistic_environment.rs index 1a346a81d8e2f..a55b1aeece3a8 100644 --- a/testsuite/forge-cli/src/suites/realistic_environment.rs +++ b/testsuite/forge-cli/src/suites/realistic_environment.rs @@ -91,9 +91,13 @@ 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]), + workloads: Workloads::TPS(vec![1000, 5000, 15000, 20000, 22000]), 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(