We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4e8fbd commit 1df840bCopy full SHA for 1df840b
tests/benchmark/test_worst_compute.py
@@ -1846,12 +1846,9 @@ def test_worst_jumpis(
1846
def test_worst_jumpdests(
1847
benchmark_test: BenchmarkTestFiller,
1848
pre: Alloc,
1849
- env: Environment,
1850
- fork: Fork,
1851
):
1852
"""Test running a JUMPDEST-intensive contract."""
1853
benchmark_test(
1854
- env=env,
1855
pre=pre,
1856
post={},
1857
code_generator=JumpLoopGenerator(attack_block=Op.JUMPDEST),
@@ -2755,8 +2752,6 @@ def test_worst_calldataload(
2755
2752
def test_worst_swap(
2756
2753
2757
2754
2758
2759
2760
opcode: Opcode,
2761
2762
"""Test running a block with as many SWAP as possible."""
0 commit comments