We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7106143 commit e25cda7Copy full SHA for e25cda7
1 file changed
tox.ini
@@ -135,24 +135,6 @@ commands =
135
{posargs} \
136
tests
137
138
-[testenv:benchmark]
139
-description = Fill the benchmark tests using geth evm (with Python)
140
-passenv =
141
- EVM_BIN
142
-commands =
143
- fill \
144
- --generate-all-formats \
145
- --gas-benchmark-values 1 \
146
- --evm-bin={env:EVM_BIN:evm} \
147
- -m "benchmark and not state_test" \
148
- -n auto --maxprocesses 10 --dist=loadgroup \
149
- --basetemp="{temp_dir}/pytest" \
150
- --log-to "{toxworkdir}/logs" \
151
- --clean \
152
- --fork Osaka \
153
- {posargs} \
154
- tests/benchmark
155
-
156
[testenv:optimized]
157
description = Run unit tests for optimized state and ethash
158
passenv =
0 commit comments