Skip to content

Commit

Permalink
1 fault
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxiangzl committed Jan 9, 2025
1 parent f06b514 commit 0c1d51b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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, 2000, 2500, 3000, 3500]),
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
2 changes: 1 addition & 1 deletion testsuite/testcases/src/performance_test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ impl NetworkLoadTest for PerformanceBenchmark {
) -> Result<()> {
let validators = { swarm.read().await.get_validator_clients_with_names() };
// 10 vals, test 1,2,3 failures
let num_bad_leaders = 3;
let num_bad_leaders = 1;
for (name, validator) in validators[..num_bad_leaders].iter() {
validator
.set_failpoint(
Expand Down

0 comments on commit 0c1d51b

Please sign in to comment.