Skip to content

Commit

Permalink
no agg
Browse files Browse the repository at this point in the history
  • Loading branch information
bchocho committed Dec 11, 2024
1 parent 91bff5f commit 2f93c9d
Showing 1 changed file with 1 addition and 1 deletion.
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 @@ -114,7 +114,7 @@ pub(crate) fn bcho_test() -> ForgeConfig {
test: Box::new(PerformanceBenchmark),
// Sequential workloads
workloads: Workloads::TRANSACTIONS(vec![
TransactionWorkload::new(TransactionTypeArg::ModifyGlobalResourceAggV2, 20_000)
TransactionWorkload::new(TransactionTypeArg::ModifyGlobalResource, 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 2f93c9d

Please sign in to comment.