Skip to content

Commit 5d5ffda

Browse files
refactor unop worst case
1 parent 12aceb8 commit 5d5ffda

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/benchmark/test_worst_compute.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1483,9 +1483,7 @@ def test_worst_unop(
14831483
benchmark_test(
14841484
pre=pre,
14851485
post={},
1486-
code_generator=JumpLoopGenerator(
1487-
setup=Op.PUSH0, attack_block=opcode, cleanup=Op.POP + Op.PUSH0
1488-
),
1486+
code_generator=JumpLoopGenerator(setup=Op.PUSH0, attack_block=opcode),
14891487
)
14901488

14911489

0 commit comments

Comments
 (0)