Skip to content

Commit 9e6660a

Browse files
committed
chore(ci): only remove 45M for Osaka benchmark feature
1 parent d15f7a4 commit 9e6660a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/configs/feature.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ develop:
1111

1212
benchmark:
1313
evm-type: benchmark
14-
fill-params: --fork=Prague --gas-benchmark-values 1,10,30,45,60,100,150 -m "benchmark and not state_test" ./tests/benchmark
14+
fill-params: --fork=Prague --gas-benchmark-values 1,10,30,60,100,150 -m "benchmark and not state_test" ./tests/benchmark
1515

1616
benchmark_develop:
1717
evm-type: benchmark
18-
fill-params: --fork=Osaka --gas-benchmark-values 1,10,30,60,100,150 -m "benchmark and not state_test" ./tests/benchmark
18+
fill-params: --fork=Osaka --gas-benchmark-values 1,10,30,45,60,100,150 -m "benchmark and not state_test" ./tests/benchmark
1919
feature_only: true
2020

2121
# TODO: requires `forks/amsterdam` to be rebased onto a welded `forks/osaka`

0 commit comments

Comments
 (0)