Skip to content

Commit

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

0 comments on commit cd2e038

Please sign in to comment.