Skip to content

Commit 6efb0a0

Browse files
committed
feat(benchmark): bump bench recipes to latest fork
1 parent 9f05c35 commit 6efb0a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Justfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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" \

0 commit comments

Comments
 (0)