Skip to content

Commit 519274b

Browse files
authored
chore: update mainnet config to match testing (#114)
* chore: update mainnet config to match testing * Remove 50 Mgas
1 parent 9e6e6d8 commit 519274b

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

configs/public/mainnet-cross-section.yml

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@ name: Base mainnet snapshot test
22
description: |
33
Base Mainnet Simulation - Comprehensive benchmark simulating Base mainnet transaction patterns for production readiness testing and mainnet performance prediction.
44
5-
This benchmark provides comprehensive testing with Base mainnet transaction simulation (35M average gas used, 100 calls per block) and individual precompile stress tests using 100% gas limit usage per precompile. All major precompiles are covered including ECRECOVER, SHA256, RIPEMD160, BLS12-381, and more.
6-
7-
Features multiple gas limits (25M - 100M) and includes latency warning/error thresholds configured for production readiness validation.
8-
9-
Use Case: Production readiness testing, mainnet performance prediction, comprehensive precompile validation, and performance benchmarking under realistic mainnet conditions.
5+
This benchmark provides comprehensive testing with Base mainnet transaction simulation and individual precompile stress tests using 100% gas limit usage per precompile. All major precompiles are covered including ECRECOVER, SHA256, RIPEMD160, BLS12-381, and more.
106
117
payloads:
128
- name: Simulator
@@ -153,13 +149,11 @@ benchmarks:
153149
- p256Verify-full-block
154150
- type: node_type
155151
values:
156-
# - reth
157-
- geth
152+
- reth
158153
- type: num_blocks
159154
value: 20
160155
- type: gas_limit
161156
values:
162-
- 25000000
163-
- 50000000
164157
- 75000000
165158
- 100000000
159+
- 125000000

0 commit comments

Comments
 (0)