Skip to content

Commit 1df840b

Browse files
refactor: remove unused parameters
1 parent c4e8fbd commit 1df840b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

tests/benchmark/test_worst_compute.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1846,12 +1846,9 @@ def test_worst_jumpis(
18461846
def test_worst_jumpdests(
18471847
benchmark_test: BenchmarkTestFiller,
18481848
pre: Alloc,
1849-
env: Environment,
1850-
fork: Fork,
18511849
):
18521850
"""Test running a JUMPDEST-intensive contract."""
18531851
benchmark_test(
1854-
env=env,
18551852
pre=pre,
18561853
post={},
18571854
code_generator=JumpLoopGenerator(attack_block=Op.JUMPDEST),
@@ -2755,8 +2752,6 @@ def test_worst_calldataload(
27552752
def test_worst_swap(
27562753
benchmark_test: BenchmarkTestFiller,
27572754
pre: Alloc,
2758-
env: Environment,
2759-
fork: Fork,
27602755
opcode: Opcode,
27612756
):
27622757
"""Test running a block with as many SWAP as possible."""

0 commit comments

Comments
 (0)