Skip to content

Commit 161d353

Browse files
committed
chore: use build-evm-base for benchmark in test.yaml
1 parent 7442a3c commit 161d353

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tox.ini

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,11 +134,13 @@ commands =
134134

135135
[testenv:benchmark]
136136
description = Fill the benchmark tests using geth evm (with Python)
137+
passenv =
138+
EVM_BIN
137139
commands =
138140
fill \
139141
--generate-all-formats \
140142
--gas-benchmark-values 1 \
141-
--evm-bin=evm \
143+
--evm-bin={env:EVM_BIN:evm} \
142144
-m "benchmark and not state_test" \
143145
-n auto --maxprocesses 10 --dist=loadgroup \
144146
--basetemp="{temp_dir}/pytest" \

0 commit comments

Comments
 (0)