Skip to content

test(evm):Add execute-only EVM benchmark harness and repeat memory asm benchmarks#537

Open
ECNUyhy wants to merge 7 commits into
DTVMStack:mainfrom
ECNUyhy:new_paper_1
Open

test(evm):Add execute-only EVM benchmark harness and repeat memory asm benchmarks#537
ECNUyhy wants to merge 7 commits into
DTVMStack:mainfrom
ECNUyhy:new_paper_1

Conversation

@ECNUyhy

@ECNUyhy ECNUyhy commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

1. Does this PR affect any open issues?(Y/N) and add issue references (e.g. "fix #123", "re #123".):

  • N
  • Y

2. What is the scope of this PR (e.g. component or file name):

3. Provide a description of the PR(e.g. more details, effects, motivations or doc link):

  • Affects user behaviors
  • Contains CI/CD configuration changes
  • Contains documentation changes
  • Contains experimental features
  • Performance regression: Consumes more CPU
  • Performance regression: Consumes more Memory
  • Other

4. Are there any breaking changes?(Y/N) and describe the breaking changes(e.g. more details, motivations or doc link):

  • N
  • Y

5. Are there test cases for these changes?(Y/N) select and add more details, references or doc links:

  • Unit test
  • Integration test
  • Benchmark (add benchmark stats below)
  • Manual test (add detailed scripts or steps below)
  • Other

6. Release note

None

@github-actions

github-actions Bot commented Jun 10, 2026

Copy link
Copy Markdown

⚡ Performance Regression Check Results

✅ Performance Check Passed (interpreter)

Performance Benchmark Results (threshold: 25%)

Benchmark Baseline (us) Current (us) Change Status
total/main/blake2b_huff/8415nulls 3.89 3.72 -4.1% PASS
total/main/blake2b_huff/empty 0.06 0.06 -1.5% PASS
total/main/blake2b_shifts/8415nulls 22.32 20.62 -7.6% PASS
total/main/sha1_divs/5311 12.00 12.10 +0.9% PASS
total/main/sha1_divs/empty 0.15 0.15 +2.4% PASS
total/main/sha1_shifts/5311 9.06 8.94 -1.3% PASS
total/main/sha1_shifts/empty 0.08 0.08 +0.2% PASS
total/main/snailtracer/benchmark 113.47 110.84 -2.3% PASS
total/main/structarray_alloc/nfts_rank 1.39 1.38 -0.7% PASS
total/main/swap_math/insufficient_liquidity 0.00 0.00 -0.2% PASS
total/main/swap_math/received 0.01 0.01 +2.1% PASS
total/main/swap_math/spent 0.01 0.01 +2.5% PASS
total/main/weierstrudel/1 0.40 0.40 +1.9% PASS
total/main/weierstrudel/15 4.37 4.29 -1.7% PASS
total/micro/JUMPDEST_n0/empty 2.86 2.87 +0.4% PASS
total/micro/jump_around/empty 0.11 0.12 +2.4% PASS
total/micro/loop_with_many_jumpdests/empty 64.45 63.62 -1.3% PASS
total/micro/memory_grow_mload/by1 0.23 0.23 -0.6% PASS
total/micro/memory_grow_mload/by16 0.25 0.25 -0.3% PASS
total/micro/memory_grow_mload/by32 0.15 0.14 -1.0% PASS
total/micro/memory_grow_mload/nogrow 0.12 0.11 -2.5% PASS
total/micro/memory_grow_mstore/by1 0.24 0.24 +3.2% PASS
total/micro/memory_grow_mstore/by16 0.14 0.14 -4.6% PASS
total/micro/memory_grow_mstore/by32 0.30 0.28 -4.3% PASS
total/micro/memory_grow_mstore/nogrow 0.24 0.24 -0.2% PASS
total/micro/signextend/one 0.28 0.28 +0.1% PASS
total/micro/signextend/zero 0.48 0.49 +2.0% PASS
total/synth/ADD/b0 3.23 3.25 +0.8% PASS
total/synth/ADD/b1 6.01 5.68 -5.5% PASS
total/synth/ADDRESS/a0 6.72 6.72 -0.0% PASS
total/synth/ADDRESS/a1 5.15 5.19 +0.7% PASS
total/synth/AND/b0 2.87 2.88 +0.5% PASS
total/synth/AND/b1 5.22 5.22 +0.0% PASS
total/synth/BYTE/b0 6.10 6.10 -0.0% PASS
total/synth/BYTE/b1 8.53 8.76 +2.7% PASS
total/synth/CALLDATASIZE/a0 5.80 5.42 -6.5% PASS
total/synth/CALLDATASIZE/a1 3.68 3.57 -3.1% PASS
total/synth/CALLER/a0 6.77 6.55 -3.2% PASS
total/synth/CALLER/a1 6.69 6.82 +1.9% PASS
total/synth/CALLVALUE/a0 3.60 3.41 -5.1% PASS
total/synth/CALLVALUE/a1 6.28 6.29 +0.3% PASS
total/synth/CODESIZE/a0 6.90 6.90 -0.1% PASS
total/synth/CODESIZE/a1 6.42 6.49 +1.1% PASS
total/synth/DUP1/d0 1.99 2.02 +1.5% PASS
total/synth/DUP1/d1 2.01 2.07 +3.4% PASS
total/synth/DUP10/d0 1.94 2.01 +3.5% PASS
total/synth/DUP10/d1 2.06 1.97 -4.3% PASS
total/synth/DUP11/d0 1.11 1.23 +10.9% PASS
total/synth/DUP11/d1 2.15 2.03 -5.3% PASS
total/synth/DUP12/d0 1.97 1.96 -0.7% PASS
total/synth/DUP12/d1 1.45 1.46 +0.5% PASS
total/synth/DUP13/d0 1.97 2.00 +1.6% PASS
total/synth/DUP13/d1 2.03 2.07 +2.1% PASS
total/synth/DUP14/d0 1.11 1.12 +1.0% PASS
total/synth/DUP14/d1 2.10 2.08 -0.6% PASS
total/synth/DUP15/d0 2.41 2.02 -16.3% PASS
total/synth/DUP15/d1 1.65 1.46 -11.6% PASS
total/synth/DUP16/d0 1.98 1.98 -0.1% PASS
total/synth/DUP16/d1 2.15 2.07 -3.8% PASS
total/synth/DUP2/d0 1.14 1.13 -0.8% PASS
total/synth/DUP2/d1 2.12 2.04 -3.5% PASS
total/synth/DUP3/d0 1.88 1.98 +5.6% PASS
total/synth/DUP3/d1 1.51 1.45 -3.5% PASS
total/synth/DUP4/d0 1.98 2.04 +2.8% PASS
total/synth/DUP4/d1 2.06 2.27 +9.8% PASS
total/synth/DUP5/d0 1.11 1.12 +0.5% PASS
total/synth/DUP5/d1 2.14 2.26 +5.8% PASS
total/synth/DUP6/d0 2.02 1.99 -1.6% PASS
total/synth/DUP6/d1 1.65 1.52 -7.9% PASS
total/synth/DUP7/d0 1.95 1.86 -4.7% PASS
total/synth/DUP7/d1 2.07 2.06 -0.8% PASS
total/synth/DUP8/d0 1.23 1.23 +0.1% PASS
total/synth/DUP8/d1 2.22 2.17 -2.3% PASS
total/synth/DUP9/d0 1.99 1.99 -0.0% PASS
total/synth/DUP9/d1 1.44 1.45 +0.9% PASS
total/synth/EQ/b0 6.24 6.31 +1.2% PASS
total/synth/EQ/b1 6.28 6.32 +0.7% PASS
total/synth/GAS/a0 3.93 3.94 +0.3% PASS
total/synth/GAS/a1 7.36 6.71 -8.8% PASS
total/synth/GT/b0 6.56 6.36 -3.0% PASS
total/synth/GT/b1 6.56 6.57 +0.2% PASS
total/synth/ISZERO/u0 10.00 10.17 +1.7% PASS
total/synth/JUMPDEST/n0 2.87 2.87 +0.1% PASS
total/synth/LT/b0 6.58 6.26 -4.8% PASS
total/synth/LT/b1 5.43 5.46 +0.7% PASS
total/synth/MSIZE/a0 5.94 5.93 -0.1% PASS
total/synth/MSIZE/a1 6.21 6.45 +3.9% PASS
total/synth/MUL/b0 7.87 8.42 +7.0% PASS
total/synth/MUL/b1 5.91 5.94 +0.6% PASS
total/synth/NOT/u0 7.99 7.69 -3.8% PASS
total/synth/OR/b0 4.94 5.03 +2.0% PASS
total/synth/OR/b1 3.39 3.68 +8.6% PASS
total/synth/PC/a0 5.65 5.54 -2.0% PASS
total/synth/PC/a1 3.48 3.68 +5.9% PASS
total/synth/PUSH1/p0 2.76 2.18 -21.0% PASS
total/synth/PUSH1/p1 1.74 1.54 -11.7% PASS
total/synth/PUSH10/p0 2.30 2.58 +12.2% PASS
total/synth/PUSH10/p1 1.77 1.55 -12.3% PASS
total/synth/PUSH11/p0 2.39 2.22 -7.0% PASS
total/synth/PUSH11/p1 2.30 2.43 +5.3% PASS
total/synth/PUSH12/p0 1.32 1.32 +0.3% PASS
total/synth/PUSH12/p1 2.44 2.54 +4.2% PASS
total/synth/PUSH13/p0 2.34 2.52 +7.7% PASS
total/synth/PUSH13/p1 1.60 1.80 +12.3% PASS
total/synth/PUSH14/p0 2.32 2.57 +10.9% PASS
total/synth/PUSH14/p1 2.49 2.24 -10.1% PASS
total/synth/PUSH15/p0 1.33 1.32 -0.2% PASS
total/synth/PUSH15/p1 2.59 2.47 -4.7% PASS
total/synth/PUSH16/p0 2.37 2.28 -3.8% PASS
total/synth/PUSH16/p1 1.76 1.55 -12.0% PASS
total/synth/PUSH17/p0 2.34 2.27 -3.0% PASS
total/synth/PUSH17/p1 2.44 2.29 -6.2% PASS
total/synth/PUSH18/p0 1.32 1.32 -0.1% PASS
total/synth/PUSH18/p1 2.41 2.30 -4.4% PASS
total/synth/PUSH19/p0 2.23 2.34 +4.7% PASS
total/synth/PUSH19/p1 1.59 1.56 -1.8% PASS
total/synth/PUSH2/p0 2.40 2.40 -0.0% PASS
total/synth/PUSH2/p1 2.28 2.42 +6.1% PASS
total/synth/PUSH20/p0 2.35 2.60 +10.9% PASS
total/synth/PUSH20/p1 2.55 2.40 -5.9% PASS
total/synth/PUSH21/p0 1.32 1.32 +0.3% PASS
total/synth/PUSH21/p1 2.43 2.46 +1.4% PASS
total/synth/PUSH22/p0 2.37 2.39 +0.9% PASS
total/synth/PUSH22/p1 1.79 1.56 -13.1% PASS
total/synth/PUSH23/p0 2.32 2.37 +2.2% PASS
total/synth/PUSH23/p1 2.54 2.63 +3.5% PASS
total/synth/PUSH24/p0 1.33 1.33 +0.2% PASS
total/synth/PUSH24/p1 2.51 2.33 -7.1% PASS
total/synth/PUSH25/p0 2.91 2.37 -18.6% PASS
total/synth/PUSH25/p1 1.82 1.81 -0.4% PASS
total/synth/PUSH26/p0 2.39 2.28 -4.6% PASS
total/synth/PUSH26/p1 2.46 2.32 -5.6% PASS
total/synth/PUSH27/p0 1.32 1.32 +0.2% PASS
total/synth/PUSH27/p1 2.47 2.34 -5.1% PASS
total/synth/PUSH28/p0 2.31 2.29 -1.2% PASS
total/synth/PUSH28/p1 1.79 1.56 -13.0% PASS
total/synth/PUSH29/p0 2.38 2.27 -4.7% PASS
total/synth/PUSH29/p1 2.51 2.50 -0.1% PASS
total/synth/PUSH3/p0 1.32 1.32 +0.2% PASS
total/synth/PUSH3/p1 2.45 2.32 -5.5% PASS
total/synth/PUSH30/p0 1.52 1.47 -3.1% PASS
total/synth/PUSH30/p1 2.32 2.38 +2.4% PASS
total/synth/PUSH31/p0 2.44 2.32 -4.6% PASS
total/synth/PUSH31/p1 1.85 1.66 -10.3% PASS
total/synth/PUSH32/p0 2.47 2.26 -8.5% PASS
total/synth/PUSH32/p1 2.36 2.35 -0.6% PASS
total/synth/PUSH4/p0 2.30 2.30 +0.4% PASS
total/synth/PUSH4/p1 1.76 1.57 -10.8% PASS
total/synth/PUSH5/p0 2.22 2.29 +3.2% PASS
total/synth/PUSH5/p1 2.38 2.34 -1.6% PASS
total/synth/PUSH6/p0 1.32 1.32 +0.1% PASS
total/synth/PUSH6/p1 2.38 2.50 +5.1% PASS
total/synth/PUSH7/p0 2.24 2.29 +2.1% PASS
total/synth/PUSH7/p1 1.55 1.58 +1.8% PASS
total/synth/PUSH8/p0 2.36 2.38 +0.8% PASS
total/synth/PUSH8/p1 2.47 2.36 -4.3% PASS
total/synth/PUSH9/p0 1.32 1.32 +0.2% PASS
total/synth/PUSH9/p1 2.52 2.32 -8.2% PASS
total/synth/RETURNDATASIZE/a0 3.54 3.83 +8.0% PASS
total/synth/RETURNDATASIZE/a1 6.85 6.23 -8.8% PASS
total/synth/SAR/b0 3.95 3.95 -0.0% PASS
total/synth/SAR/b1 7.65 7.47 -2.3% PASS
total/synth/SGT/b0 5.82 5.91 +1.6% PASS
total/synth/SGT/b1 4.15 4.16 +0.3% PASS
total/synth/SHL/b0 7.35 7.06 -3.9% PASS
total/synth/SHL/b1 3.64 3.85 +5.7% PASS
total/synth/SHR/b0 6.90 6.91 +0.1% PASS
total/synth/SHR/b1 6.21 6.21 +0.0% PASS
total/synth/SIGNEXTEND/b0 3.38 3.35 -0.8% PASS
total/synth/SIGNEXTEND/b1 6.61 6.76 +2.3% PASS
total/synth/SLT/b0 4.30 4.30 +0.1% PASS
total/synth/SLT/b1 5.53 5.68 +2.8% PASS
total/synth/SUB/b0 5.76 5.73 -0.5% PASS
total/synth/SUB/b1 6.00 5.91 -1.5% PASS
total/synth/SWAP1/s0 3.54 3.53 -0.4% PASS
total/synth/SWAP10/s0 3.54 3.54 +0.0% PASS
total/synth/SWAP11/s0 3.47 3.43 -1.3% PASS
total/synth/SWAP12/s0 3.41 3.49 +2.4% PASS
total/synth/SWAP13/s0 3.57 3.54 -0.8% PASS
total/synth/SWAP14/s0 3.52 3.57 +1.5% PASS
total/synth/SWAP15/s0 3.68 4.53 +23.1% PASS
total/synth/SWAP16/s0 3.55 3.56 +0.1% PASS
total/synth/SWAP2/s0 3.55 3.56 +0.3% PASS
total/synth/SWAP3/s0 3.46 3.48 +0.5% PASS
total/synth/SWAP4/s0 3.58 3.53 -1.3% PASS
total/synth/SWAP5/s0 3.45 3.41 -1.3% PASS
total/synth/SWAP6/s0 3.45 3.51 +1.7% PASS
total/synth/SWAP7/s0 3.53 3.53 +0.1% PASS
total/synth/SWAP8/s0 3.53 3.47 -1.7% PASS
total/synth/SWAP9/s0 3.47 3.46 -0.3% PASS
total/synth/XOR/b0 5.00 4.96 -0.9% PASS
total/synth/XOR/b1 5.35 5.33 -0.3% PASS
total/synth/loop_v1 12.09 12.55 +3.8% PASS
total/synth/loop_v2 12.05 12.47 +3.5% PASS

Summary: 194 benchmarks, 0 regressions


✅ Performance Check Passed (multipass)

Performance Benchmark Results (threshold: 25%)

Benchmark Baseline (us) Current (us) Change Status
total/main/blake2b_huff/8415nulls 2.12 2.06 -2.9% PASS
total/main/blake2b_huff/empty 0.04 0.03 -1.3% PASS
total/main/blake2b_shifts/8415nulls 20.45 23.36 +14.2% PASS
total/main/sha1_divs/5311 11.57 11.55 -0.2% PASS
total/main/sha1_divs/empty 0.14 0.15 +2.0% PASS
total/main/sha1_shifts/5311 8.55 8.67 +1.5% PASS
total/main/sha1_shifts/empty 0.08 0.08 -0.1% PASS
total/main/snailtracer/benchmark 107.38 108.37 +0.9% PASS
total/main/structarray_alloc/nfts_rank 1.40 1.38 -1.5% PASS
total/main/swap_math/insufficient_liquidity 0.00 0.00 -0.0% PASS
total/main/swap_math/received 0.01 0.01 -3.1% PASS
total/main/swap_math/spent 0.01 0.01 -1.4% PASS
total/main/weierstrudel/1 0.39 0.38 -0.8% PASS
total/main/weierstrudel/15 4.29 4.27 -0.4% PASS
total/micro/JUMPDEST_n0/empty 0.00 0.00 +0.7% PASS
total/micro/jump_around/empty 0.06 0.07 +11.8% PASS
total/micro/loop_with_many_jumpdests/empty 0.01 0.01 -1.0% PASS
total/micro/memory_grow_mload/by1 0.02 0.02 -7.3% PASS
total/micro/memory_grow_mload/by16 0.02 0.02 -3.5% PASS
total/micro/memory_grow_mload/by32 0.01 0.01 -3.3% PASS
total/micro/memory_grow_mload/nogrow 0.01 0.01 +1.4% PASS
total/micro/memory_grow_mstore/by1 0.02 0.02 -0.5% PASS
total/micro/memory_grow_mstore/by16 0.01 0.01 -0.6% PASS
total/micro/memory_grow_mstore/by32 0.02 0.02 -1.4% PASS
total/micro/memory_grow_mstore/nogrow 0.02 0.02 -0.2% PASS
total/micro/signextend/one 0.07 0.07 -0.4% PASS
total/micro/signextend/zero 0.28 0.17 -37.4% PASS
total/synth/ADD/b0 0.00 0.00 +0.6% PASS
total/synth/ADD/b1 0.00 0.00 +0.8% PASS
total/synth/ADDRESS/a0 0.22 0.22 +1.0% PASS
total/synth/ADDRESS/a1 0.15 0.15 -0.0% PASS
total/synth/AND/b0 0.00 0.00 -0.0% PASS
total/synth/AND/b1 0.00 0.00 -1.5% PASS
total/synth/BYTE/b0 0.00 0.00 +0.4% PASS
total/synth/BYTE/b1 0.00 0.00 -2.0% PASS
total/synth/CALLDATASIZE/a0 0.12 0.12 -0.6% PASS
total/synth/CALLDATASIZE/a1 0.07 0.07 +0.1% PASS
total/synth/CALLER/a0 0.26 0.23 -9.8% PASS
total/synth/CALLER/a1 0.22 0.23 +4.2% PASS
total/synth/CALLVALUE/a0 0.19 0.19 +0.3% PASS
total/synth/CALLVALUE/a1 0.28 0.28 -0.9% PASS
total/synth/CODESIZE/a0 0.12 0.12 -2.7% PASS
total/synth/CODESIZE/a1 0.12 0.13 +7.5% PASS
total/synth/DUP1/d0 0.00 0.00 +1.1% PASS
total/synth/DUP1/d1 0.00 0.00 +1.1% PASS
total/synth/DUP10/d0 0.00 0.00 +0.8% PASS
total/synth/DUP10/d1 0.00 0.00 -0.1% PASS
total/synth/DUP11/d0 0.00 0.00 +0.2% PASS
total/synth/DUP11/d1 0.00 0.00 +0.3% PASS
total/synth/DUP12/d0 0.00 0.00 +0.2% PASS
total/synth/DUP12/d1 0.00 0.00 +0.3% PASS
total/synth/DUP13/d0 0.00 0.00 +0.3% PASS
total/synth/DUP13/d1 0.00 0.00 -0.6% PASS
total/synth/DUP14/d0 0.00 0.00 -0.3% PASS
total/synth/DUP14/d1 0.00 0.00 +0.1% PASS
total/synth/DUP15/d0 0.00 0.00 +0.9% PASS
total/synth/DUP15/d1 0.00 0.00 +0.1% PASS
total/synth/DUP16/d0 0.00 0.00 +0.4% PASS
total/synth/DUP16/d1 0.00 0.00 -0.2% PASS
total/synth/DUP2/d0 0.00 0.00 +0.4% PASS
total/synth/DUP2/d1 0.00 0.00 +0.3% PASS
total/synth/DUP3/d0 0.00 0.00 -0.2% PASS
total/synth/DUP3/d1 0.00 0.00 +0.3% PASS
total/synth/DUP4/d0 0.00 0.00 -0.8% PASS
total/synth/DUP4/d1 0.00 0.00 -1.2% PASS
total/synth/DUP5/d0 0.00 0.00 +0.3% PASS
total/synth/DUP5/d1 0.00 0.00 +0.2% PASS
total/synth/DUP6/d0 0.00 0.00 -0.5% PASS
total/synth/DUP6/d1 0.00 0.00 +0.9% PASS
total/synth/DUP7/d0 0.00 0.00 +1.5% PASS
total/synth/DUP7/d1 0.00 0.00 +0.8% PASS
total/synth/DUP8/d0 0.00 0.00 +0.3% PASS
total/synth/DUP8/d1 0.00 0.00 -0.8% PASS
total/synth/DUP9/d0 0.00 0.00 +0.2% PASS
total/synth/DUP9/d1 0.00 0.00 -0.1% PASS
total/synth/EQ/b0 0.00 0.00 +0.9% PASS
total/synth/EQ/b1 0.00 0.00 +0.6% PASS
total/synth/GAS/a0 0.76 0.76 -0.0% PASS
total/synth/GAS/a1 0.92 0.92 +0.2% PASS
total/synth/GT/b0 0.00 0.00 +0.3% PASS
total/synth/GT/b1 0.00 0.00 +0.3% PASS
total/synth/ISZERO/u0 0.00 0.00 +1.0% PASS
total/synth/JUMPDEST/n0 0.00 0.00 -0.1% PASS
total/synth/LT/b0 0.00 0.00 +0.3% PASS
total/synth/LT/b1 0.00 0.00 +0.5% PASS
total/synth/MSIZE/a0 0.00 0.00 -1.0% PASS
total/synth/MSIZE/a1 0.00 0.00 +0.4% PASS
total/synth/MUL/b0 0.00 0.00 +0.5% PASS
total/synth/MUL/b1 0.00 0.00 +0.4% PASS
total/synth/NOT/u0 0.00 0.00 -0.9% PASS
total/synth/OR/b0 0.00 0.00 +0.7% PASS
total/synth/OR/b1 0.00 0.00 +0.2% PASS
total/synth/PC/a0 0.00 0.00 +0.9% PASS
total/synth/PC/a1 0.00 0.00 +0.1% PASS
total/synth/PUSH1/p0 0.00 0.00 +0.9% PASS
total/synth/PUSH1/p1 0.00 0.00 -0.3% PASS
total/synth/PUSH10/p0 0.00 0.00 +0.7% PASS
total/synth/PUSH10/p1 0.00 0.00 +3.0% PASS
total/synth/PUSH11/p0 0.00 0.00 -1.1% PASS
total/synth/PUSH11/p1 0.00 0.00 -1.4% PASS
total/synth/PUSH12/p0 0.00 0.00 +1.6% PASS
total/synth/PUSH12/p1 0.00 0.00 +8.0% PASS
total/synth/PUSH13/p0 0.00 0.00 +0.4% PASS
total/synth/PUSH13/p1 0.00 0.00 +0.4% PASS
total/synth/PUSH14/p0 0.00 0.00 +0.1% PASS
total/synth/PUSH14/p1 0.00 0.00 -1.7% PASS
total/synth/PUSH15/p0 0.00 0.00 +4.0% PASS
total/synth/PUSH15/p1 0.00 0.00 +5.1% PASS
total/synth/PUSH16/p0 0.00 0.00 -1.5% PASS
total/synth/PUSH16/p1 0.00 0.00 +1.9% PASS
total/synth/PUSH17/p0 0.00 0.00 -1.2% PASS
total/synth/PUSH17/p1 0.00 0.00 +1.2% PASS
total/synth/PUSH18/p0 0.00 0.00 -1.1% PASS
total/synth/PUSH18/p1 0.00 0.00 -3.3% PASS
total/synth/PUSH19/p0 0.00 0.00 -0.9% PASS
total/synth/PUSH19/p1 0.00 0.00 +2.6% PASS
total/synth/PUSH2/p0 0.00 0.00 -0.2% PASS
total/synth/PUSH2/p1 0.00 0.00 +0.9% PASS
total/synth/PUSH20/p0 0.00 0.00 +0.2% PASS
total/synth/PUSH20/p1 0.00 0.00 -0.4% PASS
total/synth/PUSH21/p0 0.00 0.00 -0.7% PASS
total/synth/PUSH21/p1 0.00 0.00 -0.9% PASS
total/synth/PUSH22/p0 2.12 2.16 +1.6% PASS
total/synth/PUSH22/p1 1.56 1.59 +1.4% PASS
total/synth/PUSH23/p0 2.12 2.11 -0.4% PASS
total/synth/PUSH23/p1 2.28 2.20 -3.0% PASS
total/synth/PUSH24/p0 1.33 1.32 -0.4% PASS
total/synth/PUSH24/p1 2.23 2.29 +2.9% PASS
total/synth/PUSH25/p0 2.14 2.15 +0.5% PASS
total/synth/PUSH25/p1 1.55 1.55 -0.3% PASS
total/synth/PUSH26/p0 2.17 2.14 -1.5% PASS
total/synth/PUSH26/p1 2.21 2.16 -2.2% PASS
total/synth/PUSH27/p0 1.32 1.33 +0.7% PASS
total/synth/PUSH27/p1 2.19 2.22 +1.2% PASS
total/synth/PUSH28/p0 2.15 2.19 +2.8% PASS
total/synth/PUSH28/p1 1.54 1.55 +0.4% PASS
total/synth/PUSH29/p0 2.13 2.12 -0.5% PASS
total/synth/PUSH29/p1 2.25 2.21 -1.9% PASS
total/synth/PUSH3/p0 0.00 0.00 +1.7% PASS
total/synth/PUSH3/p1 0.00 0.00 -0.5% PASS
total/synth/PUSH30/p0 1.49 1.46 -2.3% PASS
total/synth/PUSH30/p1 2.20 2.18 -1.0% PASS
total/synth/PUSH31/p0 2.13 2.15 +1.3% PASS
total/synth/PUSH31/p1 1.72 1.70 -0.9% PASS
total/synth/PUSH32/p0 2.12 2.22 +4.7% PASS
total/synth/PUSH32/p1 2.23 2.18 -2.1% PASS
total/synth/PUSH4/p0 0.00 0.00 +0.4% PASS
total/synth/PUSH4/p1 0.00 0.00 -0.2% PASS
total/synth/PUSH5/p0 0.00 0.00 -0.3% PASS
total/synth/PUSH5/p1 0.00 0.00 +1.7% PASS
total/synth/PUSH6/p0 0.00 0.00 -0.9% PASS
total/synth/PUSH6/p1 0.00 0.00 -4.0% PASS
total/synth/PUSH7/p0 0.00 0.00 -0.8% PASS
total/synth/PUSH7/p1 0.00 0.00 -0.2% PASS
total/synth/PUSH8/p0 0.00 0.00 +2.9% PASS
total/synth/PUSH8/p1 0.00 0.00 +0.7% PASS
total/synth/PUSH9/p0 0.00 0.00 +0.4% PASS
total/synth/PUSH9/p1 0.00 0.00 +1.9% PASS
total/synth/RETURNDATASIZE/a0 0.03 0.03 -0.3% PASS
total/synth/RETURNDATASIZE/a1 0.06 0.06 -3.6% PASS
total/synth/SAR/b0 0.00 0.00 +0.3% PASS
total/synth/SAR/b1 0.00 0.00 +0.7% PASS
total/synth/SGT/b0 0.00 0.00 -0.0% PASS
total/synth/SGT/b1 0.00 0.00 +0.2% PASS
total/synth/SHL/b0 0.00 0.00 -0.2% PASS
total/synth/SHL/b1 0.00 0.00 +0.6% PASS
total/synth/SHR/b0 0.00 0.00 +1.5% PASS
total/synth/SHR/b1 0.00 0.00 -0.2% PASS
total/synth/SIGNEXTEND/b0 0.00 0.00 +0.1% PASS
total/synth/SIGNEXTEND/b1 0.00 0.00 +0.1% PASS
total/synth/SLT/b0 0.00 0.00 +0.3% PASS
total/synth/SLT/b1 0.00 0.00 -0.0% PASS
total/synth/SUB/b0 0.00 0.00 +1.6% PASS
total/synth/SUB/b1 0.00 0.00 +1.0% PASS
total/synth/SWAP1/s0 0.00 0.00 +0.1% PASS
total/synth/SWAP10/s0 0.00 0.00 +0.6% PASS
total/synth/SWAP11/s0 0.00 0.00 +1.5% PASS
total/synth/SWAP12/s0 0.00 0.00 -0.6% PASS
total/synth/SWAP13/s0 0.00 0.00 +0.2% PASS
total/synth/SWAP14/s0 0.00 0.00 +0.1% PASS
total/synth/SWAP15/s0 0.00 0.00 +0.0% PASS
total/synth/SWAP16/s0 0.00 0.00 +0.7% PASS
total/synth/SWAP2/s0 0.00 0.00 +0.5% PASS
total/synth/SWAP3/s0 0.00 0.00 +0.3% PASS
total/synth/SWAP4/s0 0.00 0.00 -0.7% PASS
total/synth/SWAP5/s0 0.00 0.00 -0.3% PASS
total/synth/SWAP6/s0 0.00 0.00 +1.0% PASS
total/synth/SWAP7/s0 0.00 0.00 +1.0% PASS
total/synth/SWAP8/s0 0.00 0.00 +0.9% PASS
total/synth/SWAP9/s0 0.00 0.00 +0.8% PASS
total/synth/XOR/b0 0.00 0.00 +0.8% PASS
total/synth/XOR/b1 0.00 0.00 +1.8% PASS
total/synth/loop_v1 11.40 11.42 +0.1% PASS
total/synth/loop_v2 11.48 11.79 +2.7% PASS

Summary: 194 benchmarks, 0 regressions


ECNUyhy added 7 commits June 15, 2026 12:58
Add a standalone EVM benchmark target that loads and JIT-compiles a module once.
Run warmup and measured repeated calls with optional batch timing and output checks.
Add repeat_100 EVM asm samples for constant memory precheck and linear memory access.
Cover displacement-only load/store benchmark cases for memory optimization checks.
Pass the DTVM EVMC config as the first positional argument when running external
benchmarks so evmone-bench can discover and execute DTVM external VM targets.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant