Skip to content

Commit

Permalink
tps
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxiangzl committed Dec 19, 2024
1 parent 6ad6679 commit 4c6b8a5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions testsuite/forge-cli/src/suites/realistic_environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 4c6b8a5

Please sign in to comment.