Skip to content

Commit 324f0f0

Browse files
committed
feat(github): Add multi block gas size fixtures
1 parent 36a5f6b commit 324f0f0

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

.github/configs/feature.yaml

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,29 @@ static:
1111
evm-type: static
1212
fill-params: --until=Prague --fill-static-tests ./tests/static
1313
solc: 0.8.21
14-
benchmark:
14+
benchmark_30M:
1515
evm-type: benchmark
16-
fill-params: --fork Prague --block-gas-limit 36000000 -m zkevm ./tests --generate-shared-pre
16+
fill-params: --fork Prague --block-gas-limit 30000000 -m zkevm ./tests --generate-shared-pre
17+
solc: 0.8.21
18+
feature_only: true
19+
benchmark_60M:
20+
evm-type: benchmark
21+
fill-params: --fork Prague --block-gas-limit 60000000 -m zkevm ./tests --generate-shared-pre
22+
solc: 0.8.21
23+
feature_only: true
24+
benchmark_80M:
25+
evm-type: benchmark
26+
fill-params: --fork Prague --block-gas-limit 80000000 -m zkevm ./tests --generate-shared-pre
27+
solc: 0.8.21
28+
feature_only: true
29+
benchmark_100M:
30+
evm-type: benchmark
31+
fill-params: --fork Prague --block-gas-limit 100000000 -m zkevm ./tests --generate-shared-pre
32+
solc: 0.8.21
33+
feature_only: true
34+
benchmark_150M:
35+
evm-type: benchmark
36+
fill-params: --fork Prague --block-gas-limit 150000000 -m zkevm ./tests --generate-shared-pre
1737
solc: 0.8.21
1838
feature_only: true
1939
zkevm_36M:

0 commit comments

Comments
 (0)