Skip to content

Commit 87a414f

Browse files
feat: enhance keccak benchmark (#2152)
1 parent eb62025 commit 87a414f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/benchmark/compute/instruction/test_keccak.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,6 @@ def test_keccak_diff_mem_msg_sizes(
110110
target_opcode=Op.SHA3,
111111
code_generator=JumpLoopGenerator(
112112
setup=setup,
113-
attack_block=Op.POP(Op.SHA3(0, msg_size)),
113+
attack_block=Op.MSTORE(Op.PUSH0, Op.SHA3(Op.PUSH0, msg_size)),
114114
),
115115
)

0 commit comments

Comments
 (0)