Skip to content

Commit 2127283

Browse files
fix(tox): update benchmark test running fork (#2120)
* fix(tox): update benchmark test running fork * fix: remove unsupported fork * fix(tox): update benchmark test to use prague fork
1 parent 0044e83 commit 2127283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ commands = fill -n auto -m "not slow" --output=/tmp/fixtures-tox --clean
8787

8888
[testenv:tests-deployed-benchmark]
8989
description = Fill benchmarking test cases in ./tests/ for deployed mainnet forks, using evmone-t8n.
90-
commands = fill -n auto -m "benchmark" --gas-benchmark-values 5 --output=/tmp/fixtures-tox --clean --evm-bin=evmone-t8n
90+
commands = fill -n auto -m "benchmark" --gas-benchmark-values 5 --output=/tmp/fixtures-tox --clean --evm-bin=evmone-t8n --from=Prague
9191

9292
[testenv:tests-develop]
9393
description = Fill test cases in ./tests/ for deployed and development mainnet forks

0 commit comments

Comments
 (0)