Skip to content

Commit 6940551

Browse files
authored
[Forge] Increase TPS threshold for land blocking after enabling txn shuffling (aptos-labs#9173)
1 parent f49a1dc commit 6940551

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

testsuite/forge-cli/src/main.rs

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,15 +1496,7 @@ fn realistic_env_max_load_test(
14961496
mempool_backlog: 40000,
14971497
})
14981498
.init_gas_price_multiplier(20),
1499-
inner_success_criteria: SuccessCriteria::new(
1500-
if ha_proxy {
1501-
4600
1502-
} else if long_running {
1503-
5500
1504-
} else {
1505-
5000
1506-
},
1507-
),
1499+
inner_success_criteria: SuccessCriteria::new(if ha_proxy { 4600 } else { 5500 }),
15081500
}))
15091501
.with_genesis_helm_config_fn(Arc::new(move |helm_values| {
15101502
// Have single epoch change in land blocking, and a few on long-running

0 commit comments

Comments
 (0)