Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
bchocho committed Dec 10, 2024
1 parent 0b762ad commit 727b51f
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,10 +114,10 @@ pub(crate) fn bcho_test() -> ForgeConfig {
test: Box::new(PerformanceBenchmark),
// Sequential workloads
workloads: Workloads::TRANSACTIONS(vec![
TransactionWorkload::new(TransactionTypeArg::ModifyGlobalFlagAggV2, 20)
TransactionWorkload::new(TransactionTypeArg::ModifyGlobalFlagAggV2, 20_000)
.with_gas_price(5 * aptos_global_constants::GAS_UNIT_PRICE)
.with_transactions_per_account(20),
TransactionWorkload::new(TransactionTypeArg::ResourceGroupsGlobalWriteTag1KB, 20)
TransactionWorkload::new(TransactionTypeArg::ResourceGroupsGlobalWriteTag1KB, 20_000)
.with_gas_price(5 * aptos_global_constants::GAS_UNIT_PRICE)
.with_transactions_per_account(20),
TransactionWorkload::new(TransactionTypeArg::SmartTablePicture1MWith256Change, 20)
Expand Down

0 comments on commit 727b51f

Please sign in to comment.