Skip to content

Commit

Permalink
mempool backlog: 50 -> 20
Browse files Browse the repository at this point in the history
  • Loading branch information
bchocho committed Dec 10, 2024
1 parent 3d233b3 commit f4ad114
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testsuite/forge-cli/src/suites/realistic_environment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ pub(crate) fn bcho_test() -> ForgeConfig {
test: Box::new(PerformanceBenchmark),
workloads: Workloads::TRANSACTIONS(vec![
// Sequential workload
TransactionWorkload::new(TransactionTypeArg::SmartTablePicture1MWith256Change, 50)
TransactionWorkload::new(TransactionTypeArg::SmartTablePicture1MWith256Change, 20)
.with_gas_price(5 * aptos_global_constants::GAS_UNIT_PRICE)
.with_transactions_per_account(50),
.with_transactions_per_account(20),
]),
criteria: Vec::new(),
background_traffic: background_traffic_for_sweep_with_latency(&[
Expand Down

0 comments on commit f4ad114

Please sign in to comment.