Skip to content

Commit

Permalink
scale down
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxiangzl committed Dec 10, 2024
1 parent 324a10a commit ab739a0
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 @@ -80,7 +80,7 @@ pub(crate) fn realistic_env_sweep_wrap(
}

pub(crate) fn realistic_env_load_sweep_test() -> ForgeConfig {
realistic_env_sweep_wrap(50, 50, LoadVsPerfBenchmark {
realistic_env_sweep_wrap(20, 20, LoadVsPerfBenchmark {
test: Box::new(PerformanceBenchmark),
workloads: Workloads::TPS(vec![100, 10000]),
criteria: [
Expand Down

0 comments on commit ab739a0

Please sign in to comment.