File tree Expand file tree Collapse file tree 1 file changed +22
-2
lines changed
Expand file tree Collapse file tree 1 file changed +22
-2
lines changed Original file line number Diff line number Diff 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
1939zkevm_36M :
You can’t perform that action at this time.
0 commit comments