We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7442a3c commit 161d353Copy full SHA for 161d353
tox.ini
@@ -134,11 +134,13 @@ commands =
134
135
[testenv:benchmark]
136
description = Fill the benchmark tests using geth evm (with Python)
137
+passenv =
138
+ EVM_BIN
139
commands =
140
fill \
141
--generate-all-formats \
142
--gas-benchmark-values 1 \
- --evm-bin=evm \
143
+ --evm-bin={env:EVM_BIN:evm} \
144
-m "benchmark and not state_test" \
145
-n auto --maxprocesses 10 --dist=loadgroup \
146
--basetemp="{temp_dir}/pytest" \
0 commit comments