Skip to content

Commit 6a518bf

Browse files
authored
feat(github): add benchmarks releases for 1M and 10M gas limit (#1876)
* feat(github): add benchmarks 1M and 10M Signed-off-by: Ignacio Hagopian <[email protected]> * update docs Signed-off-by: Ignacio Hagopian <[email protected]> --------- Signed-off-by: Ignacio Hagopian <[email protected]>
1 parent 1e30af2 commit 6a518bf

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/configs/feature.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ static:
1111
evm-type: static
1212
fill-params: --until=Prague --fill-static-tests ./tests/static
1313
solc: 0.8.21
14+
benchmark_1M:
15+
evm-type: benchmark
16+
fill-params: --from=Cancun --until=Prague --block-gas-limit 1000000 -m benchmark ./tests
17+
solc: 0.8.21
18+
feature_only: true
19+
benchmark_10M:
20+
evm-type: benchmark
21+
fill-params: --from=Cancun --until=Prague --block-gas-limit 10000000 -m benchmark ./tests
22+
solc: 0.8.21
23+
feature_only: true
1424
benchmark_30M:
1525
evm-type: benchmark
1626
fill-params: --from=Cancun --until=Prague --block-gas-limit 30000000 -m benchmark ./tests

docs/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The output behavior of `fill` has changed ([#1608](https://github.com/ethereum/e
2626

2727
Due to the crossover between `zkevm` and `benchmark` tests, all instances of the former have been replaced with the latter nomenclature. Repository PR labels and titles are additionally updated to reflect this change.
2828

29-
This update renames the `zkevm` feature release to `benchmark_30M` and further expands the latter for 60M, 90M, and 120M block gas limits in `fixtures_benchmark_30M.tar.gz`, `fixtures_benchmark_60M.tar.gz`, `fixtures_benchmark_90M.tar.gz`, and `fixtures_benchmark_120M.tar.gz` respectively.
29+
This update renames the `zkevm` feature release to `benchmark_30M` and further expands the latter for 1M, 10M, 60M, 90M, and 120M block gas limits in `fixtures_benchmark_1M.tar.gz`, `fixtures_benchmark_10M.tar.gz`, `fixtures_benchmark_30M.tar.gz`, `fixtures_benchmark_60M.tar.gz`, `fixtures_benchmark_90M.tar.gz`, and `fixtures_benchmark_120M.tar.gz` respectively.
3030

3131
Users can select any of the artifacts depending on their testing needs for their provers.
3232

0 commit comments

Comments
 (0)