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 834bd77 commit bc7a2da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testsuite/forge-cli/src/suites/realistic_environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,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![1000, 5000, 9000, 10000, 11000]),
workloads: Workloads::TPS(vec![1000, 5000, 8000, 8500, 9000]),
criteria: [
(95, 0.9, 1.1, 1.2, 0),
(95, 0.9, 1.1, 1.2, 0),
Expand Down

0 comments on commit bc7a2da

Please sign in to comment.