Skip to content

Commit 488c702

Browse files
temp
1 parent e45bc6d commit 488c702

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

tests/benchmark/stateful/bloatnet/test_setup_contracts.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,7 @@
1717
pack_transactions_into_blocks,
1818
)
1919

20-
# Distinct contracts deployed per account mode. Sized for the most
21-
# demanding consumer, test_account_access, whose cheapest iteration is
22-
# ~2,691 gas: a 300M block reaches ~111,482 distinct salts, rounded up
23-
# with margin.
24-
RECEIVER_CONTRACT_COUNT = 120_000
20+
RECEIVER_CONTRACT_COUNT = 12_000 # 30M block gas limit
2521

2622
CONTRACT_MODES = [
2723
AccountMode.EXISTING_CONTRACT_MINIMAL,

0 commit comments

Comments
 (0)