Skip to content

Commit

Permalink
1 failure
Browse files Browse the repository at this point in the history
  • Loading branch information
danielxiangzl committed Dec 18, 2024
1 parent 328f7e8 commit 51d88e9
Showing 1 changed file with 1 addition and 1 deletion.
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 51d88e9

Please sign in to comment.