File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -220,7 +220,7 @@ bench-gas *args:
220220 - -evm-bin=" {{ evm_bin }} " \
221221 - -gas-benchmark-values 1 \
222222 - -generate-all-formats \
223- - -fork Osaka \
223+ - -fork {{ latest_fork }} \
224224 - m " not slow" \
225225 - n auto --maxprocesses 10 --dist=loadgroup \
226226 - -output=" {{ output_dir }} /bench-gas/fixtures" \
@@ -237,7 +237,7 @@ bench-opcode *args:
237237 uv run fill \
238238 - -evm-bin=" {{ evm_bin }} " \
239239 - -fixed-opcode-count 1 \
240- - -fork Osaka \
240+ - -fork {{ latest_fork }} \
241241 - m repricing \
242242 - n auto --maxprocesses 10 --dist=loadgroup \
243243 - k " not test_alt_bn128 and not test_bls12_381 and not test_modexp and not uncachable" \
@@ -256,7 +256,7 @@ bench-opcode-config *args:
256256 uv run fill \
257257 - -evm-bin=" {{ evm_bin }} " \
258258 - -fixed-opcode-count \
259- - -fork Osaka \
259+ - -fork {{ latest_fork }} \
260260 - m repricing \
261261 - n auto --maxprocesses 10 --dist=loadgroup \
262262 - k " not test_alt_bn128 and not test_bls12_381 and not test_modexp and not test_point_evaluation_uncachable" \
You can’t perform that action at this time.
0 commit comments