Skip to content

Change std::map to std::unordered_map in SSAValueTracker::m_values - #16921

Open
rodiazet wants to merge 2 commits into
developfrom
unordered-map-ssa-value-tracker
Open

Change std::map to std::unordered_map in SSAValueTracker::m_values#16921
rodiazet wants to merge 2 commits into
developfrom
unordered-map-ssa-value-tracker

Conversation

@rodiazet

@rodiazet rodiazet commented Aug 17, 2026

Copy link
Copy Markdown
Contributor

Description

This PR separates a change made initially in #16459. It’s unrelated change and should be benchmarked in separation.

Comment asking for separation https://github.com/argotorg/solidity/pull/16459/changes#r3766579197

AI Disclosure

  • No AI tools were used

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you may want to try the new boost-unordered-containers that sean recently pull-requested here

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

pushed in a separated commit. I will prepare comparison soon.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It took longer than expected. I had to run on 20 iterations and add MAD (Median Absolut Deviation) to filter out outliers. Results below.

@rodiazet
rodiazet force-pushed the unordered-map-ssa-value-tracker branch from e19a35c to 63de7bd Compare August 17, 2026 11:46
@rodiazet
rodiazet requested a review from clonker August 18, 2026 11:29
@rodiazet

Copy link
Copy Markdown
Contributor Author

std::map <-> unordered_flat_map

clang

Baseline: 0.8.37-ci.2026.8.14+commit.14914e04.Linux.g++ n=20
Target:   0.8.37-ci.2026.8.17+commit.8fdfc8d6.Linux.g++ n=20
Values are mean ± sample stddev. Δ% = (target mean - baseline mean) / baseline mean. Negative = improvement (lower is better), positive = regression.
winner = '~noise' unless the gap passes a Welch t-test and |Δ%| ≥ 0.1%.

Benchmark                                   Pipeline  Metric         Base                   Target                 Δ%      winner  
------------------------------------------  --------  -------------  ---------------------  ---------------------  ------  --------
solarray-a547630                            evmasm    cpu_time       1.0052s ± 0.0043s      1.0123s ± 0.0033s      +0.7%   BASELINE
                                                      creation_size  4,474 ± 0              4,474 ± 0              0.0%    tie     
                                                      cycles         3.1911G ± 13.3826M     3.2056G ± 9.1197M      +0.46%  BASELINE
                                                      instructions   7.6380G ± 14           7.6374G ± 13           -0.01%  ~noise  
                                                      peak_rss       188 ± 0 MiB            188 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   3,992 ± 0              3,992 ± 0              0.0%    tie     
                                                      wall_time      1.0162s ± 0.0041s      1.0232s ± 0.0030s      +0.69%  BASELINE
                                                                                                                                   
solarray-a547630                            ir        cpu_time       1.1958s ± 0.0022s      1.1990s ± 0.0022s      +0.27%  BASELINE
                                                      creation_size  4,220 ± 0              4,220 ± 0              0.0%    tie     
                                                      cycles         3.8668G ± 8.0826M      3.8714G ± 10.1321M     +0.12%  ~noise  
                                                      instructions   8.7621G ± 23           8.7494G ± 27           -0.14%  TARGET  
                                                      peak_rss       190 ± 0 MiB            190 ± 0 MiB            +0.03%  ~noise  
                                                      runtime_size   3,920 ± 0              3,920 ± 0              0.0%    tie     
                                                      wall_time      1.2075s ± 0.0022s      1.2106s ± 0.0023s      +0.26%  BASELINE
                                                                                                                                   
solidity-verifier                           evmasm    cpu_time       0.1058s ± 0.0002s      0.1057s ± 0.0002s      -0.1%   ~noise  
                                                      creation_size  4,790 ± 0              4,790 ± 0              0.0%    tie     
                                                      cycles         295.5400M ± 304.1285k  295.0589M ± 379.5385k  -0.16%  TARGET  
                                                      instructions   637.0219M ± 8          636.1311M ± 10         -0.14%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            0.0%    tie     
                                                      runtime_size   4,712 ± 0              4,712 ± 0              0.0%    tie     
                                                      wall_time      0.1067s ± 0.0003s      0.1078s ± 0.0048s      +1.03%  ~noise  
                                                                                                                                   
solidity-verifier                           ir        cpu_time       0.2221s ± 0.0002s      0.2212s ± 0.0002s      -0.4%   TARGET  
                                                      creation_size  4,215 ± 0              4,215 ± 0              0.0%    tie     
                                                      cycles         710.1708M ± 334.1761k  706.5427M ± 509.0329k  -0.51%  TARGET  
                                                      instructions   1.3628G ± 16           1.3554G ± 16           -0.54%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            0.0%    tie     
                                                      runtime_size   4,161 ± 0              4,161 ± 0              0.0%    tie     
                                                      wall_time      0.2235s ± 0.0002s      0.2236s ± 0.0041s      +0.06%  ~noise  
                                                                                                                                   
solidity-optimizor-club                     ir        cpu_time       1.0849s ± 0.0025s      1.0751s ± 0.0014s      -0.9%   TARGET  
                                                      creation_size  21,778 ± 0             21,778 ± 0             0.0%    tie     
                                                      cycles         3.7529G ± 7.8229M      3.7183G ± 4.5395M      -0.92%  TARGET  
                                                      instructions   7.0403G ± 55           6.9937G ± 30           -0.66%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            0.0%    tie     
                                                      runtime_size   20,616 ± 0             20,616 ± 0             0.0%    tie     
                                                      wall_time      1.0906s ± 0.0022s      1.0808s ± 0.0016s      -0.9%   TARGET  
                                                                                                                                   
solidity-chains                             evmasm    cpu_time       0.1111s ± 0.0002s      0.1103s ± 0.0002s      -0.74%  TARGET  
                                                      creation_size  5,831 ± 0              5,831 ± 0              0.0%    tie     
                                                      cycles         317.7359M ± 617.9434k  315.8881M ± 498.2469k  -0.58%  TARGET  
                                                      instructions   651.3512M ± 10         648.1171M ± 11         -0.5%   TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            0.0%    tie     
                                                      runtime_size   5,803 ± 0              5,803 ± 0              0.0%    tie     
                                                      wall_time      0.1121s ± 0.0007s      0.1111s ± 0.0002s      -0.85%  TARGET  
                                                                                                                                   
safe-smart-account-1.5.0                    evmasm    cpu_time       1.6721s ± 0.0022s      1.6671s ± 0.0017s      -0.3%   TARGET  
                                                      creation_size  64,387 ± 0             64,387 ± 0             0.0%    tie     
                                                      cycles         5.7237G ± 5.8434M      5.7024G ± 5.5014M      -0.37%  TARGET  
                                                      instructions   11.5263G ± 56          11.4855G ± 82          -0.35%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            0.0%    tie     
                                                      runtime_size   61,711 ± 0             61,711 ± 0             0.0%    tie     
                                                      wall_time      1.6822s ± 0.0023s      1.6777s ± 0.0016s      -0.27%  TARGET  
                                                                                                                                   
safe-smart-account-1.5.0                    ir        cpu_time       3.8947s ± 0.0055s      3.8683s ± 0.0040s      -0.68%  TARGET  
                                                      creation_size  55,618 ± 0             55,618 ± 0             0.0%    tie     
                                                      cycles         13.7552G ± 19.1111M    13.6514G ± 15.4199M    -0.75%  TARGET  
                                                      instructions   23.2976G ± 75          23.1208G ± 108         -0.76%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            0.0%    tie     
                                                      runtime_size   52,790 ± 0             52,790 ± 0             0.0%    tie     
                                                      wall_time      3.9148s ± 0.0057s      3.8890s ± 0.0034s      -0.66%  TARGET  
                                                                                                                                   
account-abstraction-0.8.0                   evmasm    cpu_time       1.9242s ± 0.0021s      1.9210s ± 0.0026s      -0.16%  TARGET  
                                                      creation_size  94,144 ± 0             94,144 ± 0             0.0%    tie     
                                                      cycles         6.5832G ± 6.4174M      6.5660G ± 8.0594M      -0.26%  TARGET  
                                                      instructions   13.3888G ± 86          13.3375G ± 81          -0.38%  TARGET  
                                                      peak_rss       160 ± 4 MiB            154 ± 1 MiB            -3.85%  TARGET  
                                                      runtime_size   65,469 ± 0             65,469 ± 0             0.0%    tie     
                                                      wall_time      1.9396s ± 0.0026s      1.9335s ± 0.0026s      -0.32%  TARGET  
                                                                                                                                   
account-abstraction-0.8.0                   ir        cpu_time       4.3663s ± 0.0054s      4.3306s ± 0.0060s      -0.82%  TARGET  
                                                      creation_size  75,427 ± 0             75,427 ± 0             0.0%    tie     
                                                      cycles         15.3984G ± 18.5055M    15.2650G ± 19.6216M    -0.87%  TARGET  
                                                      instructions   26.8222G ± 93          26.6039G ± 84          -0.81%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   51,592 ± 0             51,592 ± 0             0.0%    tie     
                                                      wall_time      4.3895s ± 0.0048s      4.3531s ± 0.0060s      -0.83%  TARGET  
                                                                                                                                   
weth9                                       evmasm    cpu_time       0.0720s ± 0.0002s      0.0718s ± 0.0002s      -0.24%  TARGET  
                                                      creation_size  2,439 ± 0              2,439 ± 0              0.0%    tie     
                                                      cycles         186.8106M ± 399.8215k  186.0371M ± 380.2615k  -0.41%  TARGET  
                                                      instructions   372.0452M ± 13         370.7464M ± 7          -0.35%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   1,835 ± 0              1,835 ± 0              0.0%    tie     
                                                      wall_time      0.0734s ± 0.0036s      0.0724s ± 0.0002s      -1.33%  ~noise  
                                                                                                                                   
weth9                                       ir        cpu_time       0.1473s ± 0.0002s      0.1467s ± 0.0002s      -0.38%  TARGET  
                                                      creation_size  2,130 ± 0              2,130 ± 0              0.0%    tie     
                                                      cycles         451.1753M ± 274.4957k  448.2553M ± 260.7330k  -0.65%  TARGET  
                                                      instructions   809.6507M ± 22         803.8822M ± 14         -0.71%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   1,725 ± 0              1,725 ± 0              0.0%    tie     
                                                      wall_time      0.1499s ± 0.0050s      0.1477s ± 0.0002s      -1.46%  ~noise  
                                                                                                                                   
oeth                                        evmasm    cpu_time       0.3749s ± 0.0005s      0.3739s ± 0.0005s      -0.28%  TARGET  
                                                      creation_size  21,972 ± 0             21,972 ± 0             0.0%    tie     
                                                      cycles         1.2244G ± 1.4454M      1.2180G ± 873.7111k    -0.52%  TARGET  
                                                      instructions   2.5815G ± 22           2.5664G ± 27           -0.59%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   21,627 ± 0             21,627 ± 0             0.0%    tie     
                                                      wall_time      0.3774s ± 0.0009s      0.3764s ± 0.0008s      -0.28%  TARGET  
                                                                                                                                   
oeth                                        ir        cpu_time       1.3035s ± 0.0021s      1.2909s ± 0.0017s      -0.96%  TARGET  
                                                      creation_size  19,743 ± 0             19,743 ± 0             0.0%    tie     
                                                      cycles         4.5298G ± 7.2475M      4.4792G ± 4.8938M      -1.12%  TARGET  
                                                      instructions   7.7146G ± 56           7.6354G ± 39           -1.03%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   19,445 ± 0             19,445 ± 0             0.0%    tie     
                                                      wall_time      1.3102s ± 0.0026s      1.2978s ± 0.0017s      -0.94%  TARGET  
                                                                                                                                   
aave-v4-hub                                 evmasm    cpu_time       0.7075s ± 0.0013s      0.7076s ± 0.0019s      +0.01%  ~noise  
                                                      creation_size  24,199 ± 0             24,199 ± 0             0.0%    tie     
                                                      cycles         2.3060G ± 4.1248M      2.3016G ± 4.8770M      -0.19%  TARGET  
                                                      instructions   4.9730G ± 16           4.9632G ± 40           -0.2%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   23,185 ± 0             23,185 ± 0             0.0%    tie     
                                                      wall_time      0.7124s ± 0.0016s      0.7123s ± 0.0021s      -0.02%  ~noise  
                                                                                                                                   
aave-v4-hub                                 ir        cpu_time       1.9914s ± 0.0033s      1.9828s ± 0.0024s      -0.43%  TARGET  
                                                      creation_size  19,407 ± 0             19,407 ± 0             0.0%    tie     
                                                      cycles         6.9009G ± 11.0751M     6.8612G ± 7.5660M      -0.57%  TARGET  
                                                      instructions   11.1818G ± 104         11.1020G ± 83          -0.71%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   18,752 ± 0             18,752 ± 0             0.0%    tie     
                                                      wall_time      2.0023s ± 0.0035s      1.9932s ± 0.0026s      -0.45%  TARGET  
                                                                                                                                   
uniswap-v3-pool                             evmasm    cpu_time       0.6133s ± 0.0011s      0.6119s ± 0.0010s      -0.23%  TARGET  
                                                      creation_size  26,386 ± 0             26,386 ± 0             0.0%    tie     
                                                      cycles         2.0437G ± 2.4540M      2.0366G ± 2.0555M      -0.35%  TARGET  
                                                      instructions   4.3569G ± 37           4.3492G ± 36           -0.18%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   24,611 ± 0             24,611 ± 0             0.0%    tie     
                                                      wall_time      0.6170s ± 0.0012s      0.6156s ± 0.0009s      -0.23%  TARGET  
                                                                                                                                   
uniswap-v3-pool                             ir        cpu_time       3.5978s ± 0.0034s      3.5750s ± 0.0056s      -0.63%  TARGET  
                                                      creation_size  25,139 ± 0             25,139 ± 0             0.0%    tie     
                                                      cycles         12.5724G ± 13.2132M    12.4853G ± 16.8163M    -0.69%  TARGET  
                                                      instructions   18.3532G ± 93          18.2122G ± 67          -0.77%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   23,935 ± 0             23,935 ± 0             0.0%    tie     
                                                      wall_time      3.6154s ± 0.0031s      3.5925s ± 0.0059s      -0.63%  TARGET  
                                                                                                                                   
chainlink-link-token                        evmasm    cpu_time       0.0778s ± 0.0001s      0.0776s ± 0.0001s      -0.23%  TARGET  
                                                      creation_size  2,694 ± 0              2,694 ± 0              0.0%    tie     
                                                      cycles         201.5880M ± 309.0346k  200.6378M ± 294.8973k  -0.47%  TARGET  
                                                      instructions   411.8849M ± 10         409.9132M ± 6          -0.48%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   2,584 ± 0              2,584 ± 0              0.0%    tie     
                                                      wall_time      0.0794s ± 0.0044s      0.0792s ± 0.0042s      -0.31%  ~noise  
                                                                                                                                   
chainlink-link-token                        ir        cpu_time       0.1805s ± 0.0002s      0.1794s ± 0.0002s      -0.62%  TARGET  
                                                      creation_size  2,262 ± 0              2,262 ± 0              0.0%    tie     
                                                      cycles         564.1376M ± 437.9613k  559.8001M ± 309.0465k  -0.77%  TARGET  
                                                      instructions   1.0199G ± 22           1.0112G ± 24           -0.85%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   2,167 ± 0              2,167 ± 0              0.0%    tie     
                                                      wall_time      0.1818s ± 0.0006s      0.1807s ± 0.0008s      -0.6%   TARGET  
                                                                                                                                   
chainlink-ocr2-aggregator                   evmasm    cpu_time       1.0355s ± 0.0010s      1.0312s ± 0.0012s      -0.42%  TARGET  
                                                      creation_size  50,447 ± 0             50,447 ± 0             0.0%    tie     
                                                      cycles         3.5779G ± 3.7309M      3.5585G ± 3.9033M      -0.54%  TARGET  
                                                      instructions   6.9377G ± 41           6.9000G ± 42           -0.54%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   44,800 ± 0             44,800 ± 0             0.0%    tie     
                                                      wall_time      1.0428s ± 0.0051s      1.0431s ± 0.0100s      +0.03%  ~noise  
                                                                                                                                   
chainlink-ocr2-aggregator                   ir        cpu_time       3.7389s ± 0.0047s      3.7143s ± 0.0056s      -0.66%  TARGET  
                                                      creation_size  47,416 ± 0             47,416 ± 0             0.0%    tie     
                                                      cycles         13.2358G ± 16.0139M    13.1445G ± 20.7828M    -0.69%  TARGET  
                                                      instructions   22.6687G ± 111         22.5004G ± 113         -0.74%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   43,413 ± 0             43,413 ± 0             0.0%    tie     
                                                      wall_time      3.7575s ± 0.0044s      3.7332s ± 0.0056s      -0.65%  TARGET  
                                                                                                                                   
balancer-v2-vault                           evmasm    cpu_time       0.8880s ± 0.0016s      0.8870s ± 0.0017s      -0.11%  ~noise  
                                                      creation_size  31,998 ± 0             31,998 ± 0             0.0%    tie     
                                                      cycles         2.9880G ± 5.9991M      2.9799G ± 4.3961M      -0.27%  TARGET  
                                                      instructions   6.1582G ± 32           6.1402G ± 60           -0.29%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   27,768 ± 0             27,768 ± 0             0.0%    tie     
                                                      wall_time      0.8934s ± 0.0016s      0.8926s ± 0.0017s      -0.09%  ~noise  
                                                                                                                                   
balancer-v2-vault                           ir        cpu_time       2.2322s ± 0.0031s      2.2208s ± 0.0037s      -0.51%  TARGET  
                                                      creation_size  28,933 ± 0             28,933 ± 0             0.0%    tie     
                                                      cycles         7.7885G ± 11.5890M     7.7427G ± 13.1331M     -0.59%  TARGET  
                                                      instructions   13.1968G ± 43          13.1049G ± 60          -0.7%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   25,139 ± 0             25,139 ± 0             0.0%    tie     
                                                      wall_time      2.2439s ± 0.0031s      2.2322s ± 0.0035s      -0.52%  TARGET  
                                                                                                                                   
balancer-v3-router                          evmasm    cpu_time       0.8647s ± 0.0019s      0.8591s ± 0.0013s      -0.64%  TARGET  
                                                      creation_size  29,212 ± 0             29,212 ± 0             0.0%    tie     
                                                      cycles         2.9022G ± 5.1286M      2.8779G ± 3.7574M      -0.84%  TARGET  
                                                      instructions   5.9702G ± 44           5.9584G ± 38           -0.2%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   26,260 ± 0             26,260 ± 0             0.0%    tie     
                                                      wall_time      0.8699s ± 0.0022s      0.8644s ± 0.0016s      -0.62%  TARGET  
                                                                                                                                   
balancer-v3-router                          ir        cpu_time       2.2424s ± 0.0033s      2.2287s ± 0.0030s      -0.61%  TARGET  
                                                      creation_size  21,945 ± 0             21,945 ± 0             0.0%    tie     
                                                      cycles         7.8034G ± 11.2773M     7.7472G ± 8.0050M      -0.72%  TARGET  
                                                      instructions   12.0312G ± 73          11.9344G ± 64          -0.8%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   19,589 ± 0             19,589 ± 0             0.0%    tie     
                                                      wall_time      2.2543s ± 0.0036s      2.2402s ± 0.0032s      -0.62%  TARGET  
                                                                                                                                   
balancer-v3-vault                           evmasm    cpu_time       1.2932s ± 0.0020s      1.2960s ± 0.0018s      +0.21%  BASELINE
                                                      creation_size  43,874 ± 0             43,874 ± 0             0.0%    tie     
                                                      cycles         4.3436G ± 8.0505M      4.3483G ± 6.0556M      +0.11%  BASELINE
                                                      instructions   9.1721G ± 35           9.1493G ± 30           -0.25%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   38,554 ± 0             38,554 ± 0             0.0%    tie     
                                                      wall_time      1.3014s ± 0.0023s      1.3042s ± 0.0019s      +0.22%  BASELINE
                                                                                                                                   
balancer-v3-vault                           ir        cpu_time       3.0174s ± 0.0048s      2.9931s ± 0.0033s      -0.8%   TARGET  
                                                      creation_size  35,486 ± 0             35,486 ± 0             0.0%    tie     
                                                      cycles         10.4791G ± 16.0191M    10.3842G ± 9.9340M     -0.91%  TARGET  
                                                      instructions   17.7200G ± 52          17.6036G ± 88          -0.66%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   30,394 ± 0             30,394 ± 0             0.0%    tie     
                                                      wall_time      3.0338s ± 0.0050s      3.0092s ± 0.0037s      -0.81%  TARGET  
                                                                                                                                   
boredapeyachtclub                           evmasm    cpu_time       0.4418s ± 0.0008s      0.4394s ± 0.0007s      -0.54%  TARGET  
                                                      creation_size  18,183 ± 0             18,183 ± 0             0.0%    tie     
                                                      cycles         1.4683G ± 2.1031M      1.4580G ± 1.3448M      -0.7%   TARGET  
                                                      instructions   2.9938G ± 29           2.9674G ± 24           -0.88%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   16,003 ± 0             16,003 ± 0             0.0%    tie     
                                                      wall_time      0.4447s ± 0.0010s      0.4422s ± 0.0008s      -0.55%  TARGET  
                                                                                                                                   
boredapeyachtclub                           ir        cpu_time       1.1560s ± 0.0012s      1.1503s ± 0.0015s      -0.5%   TARGET  
                                                      creation_size  18,438 ± 0             18,438 ± 0             0.0%    tie     
                                                      cycles         4.0201G ± 4.6335M      3.9958G ± 3.4204M      -0.61%  TARGET  
                                                      instructions   7.0723G ± 47           7.0339G ± 42           -0.54%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   15,830 ± 0             15,830 ± 0             0.0%    tie     
                                                      wall_time      1.1621s ± 0.0014s      1.1563s ± 0.0018s      -0.5%   TARGET  
                                                                                                                                   
cow-protocol-settlement                     evmasm    cpu_time       0.5194s ± 0.0005s      0.5172s ± 0.0009s      -0.43%  TARGET  
                                                      creation_size  24,105 ± 0             24,105 ± 0             0.0%    tie     
                                                      cycles         1.7469G ± 1.2055M      1.7381G ± 2.7436M      -0.51%  TARGET  
                                                      instructions   3.4595G ± 24           3.4415G ± 25           -0.52%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   18,779 ± 0             18,779 ± 0             0.0%    tie     
                                                      wall_time      0.5225s ± 0.0007s      0.5213s ± 0.0045s      -0.23%  ~noise  
                                                                                                                                   
cow-protocol-settlement                     ir        cpu_time       1.0759s ± 0.0012s      1.0696s ± 0.0012s      -0.58%  TARGET  
                                                      creation_size  20,527 ± 0             20,527 ± 0             0.0%    tie     
                                                      cycles         3.7291G ± 3.7272M      3.7038G ± 3.4928M      -0.68%  TARGET  
                                                      instructions   6.7161G ± 44           6.6701G ± 49           -0.69%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   15,948 ± 0             15,948 ± 0             0.0%    tie     
                                                      wall_time      1.0817s ± 0.0014s      1.0754s ± 0.0015s      -0.58%  TARGET  
                                                                                                                                   
compound-comet-rewards                      evmasm    cpu_time       0.1294s ± 0.0002s      0.1294s ± 0.0003s      -0.02%  ~noise  
                                                      creation_size  4,578 ± 0              4,578 ± 0              0.0%    tie     
                                                      cycles         376.8659M ± 420.2913k  376.0278M ± 523.3885k  -0.22%  TARGET  
                                                      instructions   804.2043M ± 7          802.6047M ± 11         -0.2%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   4,364 ± 0              4,364 ± 0              0.0%    tie     
                                                      wall_time      0.1304s ± 0.0002s      0.1305s ± 0.0005s      +0.04%  ~noise  
                                                                                                                                   
compound-comet-rewards                      ir        cpu_time       0.3077s ± 0.0003s      0.3062s ± 0.0002s      -0.48%  TARGET  
                                                      creation_size  3,801 ± 0              3,801 ± 0              0.0%    tie     
                                                      cycles         1.0101G ± 745.2657k    1.0030G ± 284.3654k    -0.71%  TARGET  
                                                      instructions   1.8822G ± 19           1.8671G ± 26           -0.8%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   3,591 ± 0              3,591 ± 0              0.0%    tie     
                                                      wall_time      0.3096s ± 0.0004s      0.3081s ± 0.0002s      -0.48%  TARGET  
                                                                                                                                   
compound-comet-extended-asset-list          evmasm    cpu_time       0.4371s ± 0.0005s      0.4362s ± 0.0008s      -0.22%  TARGET  
                                                      creation_size  24,423 ± 0             24,423 ± 0             0.0%    tie     
                                                      cycles         1.4368G ± 1.3950M      1.4312G ± 1.9349M      -0.39%  TARGET  
                                                      instructions   3.0694G ± 13           3.0597G ± 27           -0.32%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   21,309 ± 0             21,309 ± 0             0.0%    tie     
                                                      wall_time      0.4399s ± 0.0006s      0.4390s ± 0.0012s      -0.22%  TARGET  
                                                                                                                                   
compound-comet-extended-asset-list          ir        cpu_time       1.2334s ± 0.0019s      1.2297s ± 0.0018s      -0.3%   TARGET  
                                                      creation_size  21,996 ± 0             21,996 ± 0             0.0%    tie     
                                                      cycles         4.2800G ± 6.5638M      4.2609G ± 5.6114M      -0.45%  TARGET  
                                                      instructions   7.8806G ± 37           7.8340G ± 64           -0.59%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   19,244 ± 0             19,244 ± 0             0.0%    tie     
                                                      wall_time      1.2400s ± 0.0017s      1.2363s ± 0.0020s      -0.3%   TARGET  
                                                                                                                                   
ens-eth-registrar-controller                evmasm    cpu_time       0.6670s ± 0.0007s      0.6651s ± 0.0009s      -0.28%  TARGET  
                                                      creation_size  26,840 ± 0             26,840 ± 0             0.0%    tie     
                                                      cycles         2.2624G ± 1.5496M      2.2514G ± 2.3276M      -0.49%  TARGET  
                                                      instructions   4.5724G ± 22           4.5555G ± 28           -0.37%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   23,247 ± 0             23,247 ± 0             0.0%    tie     
                                                      wall_time      0.6709s ± 0.0006s      0.6692s ± 0.0009s      -0.25%  TARGET  
                                                                                                                                   
ens-eth-registrar-controller                ir        cpu_time       1.6989s ± 0.0023s      1.6855s ± 0.0020s      -0.79%  TARGET  
                                                      creation_size  23,830 ± 0             23,830 ± 0             0.0%    tie     
                                                      cycles         5.9352G ± 7.8491M      5.8800G ± 6.6562M      -0.93%  TARGET  
                                                      instructions   10.1102G ± 57          10.0148G ± 56          -0.94%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   20,028 ± 0             20,028 ± 0             0.0%    tie     
                                                      wall_time      1.7078s ± 0.0026s      1.6944s ± 0.0020s      -0.78%  TARGET  
                                                                                                                                   
ens-name-wrapper                            evmasm    cpu_time       0.6018s ± 0.0006s      0.5997s ± 0.0009s      -0.35%  TARGET  
                                                      creation_size  25,599 ± 0             25,599 ± 0             0.0%    tie     
                                                      cycles         2.0114G ± 1.6862M      2.0014G ± 2.3675M      -0.5%   TARGET  
                                                      instructions   4.0717G ± 41           4.0579G ± 27           -0.34%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   23,337 ± 0             23,337 ± 0             0.0%    tie     
                                                      wall_time      0.6055s ± 0.0009s      0.6033s ± 0.0009s      -0.37%  TARGET  
                                                                                                                                   
ens-name-wrapper                            ir        cpu_time       1.5034s ± 0.0024s      1.4960s ± 0.0020s      -0.49%  TARGET  
                                                      creation_size  23,323 ± 0             23,323 ± 0             0.0%    tie     
                                                      cycles         5.2254G ± 8.1854M      5.1948G ± 6.9770M      -0.59%  TARGET  
                                                      instructions   8.9901G ± 37           8.9334G ± 59           -0.63%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   21,525 ± 0             21,525 ± 0             0.0%    tie     
                                                      wall_time      1.5113s ± 0.0026s      1.5038s ± 0.0018s      -0.49%  TARGET  
                                                                                                                                   
ens-registry-with-fallback                  evmasm    cpu_time       0.1086s ± 0.0002s      0.1086s ± 0.0002s      +0.07%  ~noise  
                                                      creation_size  5,532 ± 0              5,532 ± 0              0.0%    tie     
                                                      cycles         310.5616M ± 430.3136k  310.3404M ± 468.4682k  -0.07%  ~noise  
                                                      instructions   639.1497M ± 11         640.2862M ± 8          +0.18%  BASELINE
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   5,261 ± 0              5,261 ± 0              0.0%    tie     
                                                      wall_time      0.1094s ± 0.0003s      0.1095s ± 0.0002s      +0.03%  ~noise  
                                                                                                                                   
ens-registry-with-fallback                  ir        cpu_time       0.3293s ± 0.0003s      0.3276s ± 0.0006s      -0.54%  TARGET  
                                                      creation_size  5,163 ± 0              5,163 ± 0              0.0%    tie     
                                                      cycles         1.0934G ± 862.3858k    1.0857G ± 1.6321M      -0.7%   TARGET  
                                                      instructions   1.9747G ± 33           1.9579G ± 34           -0.85%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   4,892 ± 0              4,892 ± 0              0.0%    tie     
                                                      wall_time      0.3320s ± 0.0035s      0.3305s ± 0.0049s      -0.45%  ~noise  
                                                                                                                                   
eigenlayer-eigenpod-manager                 evmasm    cpu_time       0.3775s ± 0.0004s      0.3770s ± 0.0005s      -0.14%  TARGET  
                                                      creation_size  12,181 ± 0             12,181 ± 0             0.0%    tie     
                                                      cycles         1.2045G ± 860.6133k    1.1994G ± 1.0532M      -0.43%  TARGET  
                                                      instructions   2.6747G ± 15           2.6703G ± 30           -0.17%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   11,120 ± 0             11,120 ± 0             0.0%    tie     
                                                      wall_time      0.3802s ± 0.0004s      0.3798s ± 0.0008s      -0.1%   ~noise  
                                                                                                                                   
eigenlayer-eigenpod-manager                 ir        cpu_time       0.8966s ± 0.0022s      0.8925s ± 0.0016s      -0.46%  TARGET  
                                                      creation_size  10,824 ± 0             10,824 ± 0             0.0%    tie     
                                                      cycles         3.0534G ± 7.5163M      3.0362G ± 5.2173M      -0.56%  TARGET  
                                                      instructions   5.7565G ± 24           5.7291G ± 46           -0.48%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   10,053 ± 0             10,053 ± 0             0.0%    tie     
                                                      wall_time      0.9018s ± 0.0019s      0.8979s ± 0.0020s      -0.44%  TARGET  
                                                                                                                                   
eigenlayer-strategy-manager                 evmasm    cpu_time       0.6512s ± 0.0009s      0.6511s ± 0.0012s      0.0%    tie     
                                                      creation_size  17,090 ± 0             17,090 ± 0             0.0%    tie     
                                                      cycles         2.1347G ± 2.7736M      2.1306G ± 2.6102M      -0.19%  TARGET  
                                                      instructions   4.5766G ± 27           4.5692G ± 28           -0.16%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   15,250 ± 0             15,250 ± 0             0.0%    tie     
                                                      wall_time      0.6558s ± 0.0009s      0.6556s ± 0.0016s      -0.02%  ~noise  
                                                                                                                                   
eigenlayer-strategy-manager                 ir        cpu_time       1.5454s ± 0.0026s      1.5385s ± 0.0027s      -0.45%  TARGET  
                                                      creation_size  13,869 ± 0             13,869 ± 0             0.0%    tie     
                                                      cycles         5.3138G ± 9.4766M      5.2828G ± 7.7702M      -0.58%  TARGET  
                                                      instructions   8.8942G ± 67           8.8332G ± 42           -0.69%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   12,650 ± 0             12,650 ± 0             0.0%    tie     
                                                      wall_time      1.5544s ± 0.0027s      1.5472s ± 0.0028s      -0.46%  TARGET  
                                                                                                                                   
etherfi-liquidity-pool                      evmasm    cpu_time       1.9962s ± 0.0019s      1.9860s ± 0.0030s      -0.51%  TARGET  
                                                      creation_size  81,929 ± 0             81,929 ± 0             0.0%    tie     
                                                      cycles         6.8672G ± 6.4877M      6.8219G ± 9.9635M      -0.66%  TARGET  
                                                      instructions   13.8026G ± 105         13.7544G ± 117         -0.35%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   78,786 ± 0             78,786 ± 0             0.0%    tie     
                                                      wall_time      2.0079s ± 0.0021s      1.9976s ± 0.0032s      -0.51%  TARGET  
                                                                                                                                   
etherfi-liquidity-pool                      ir        cpu_time       6.4025s ± 0.0083s      6.3567s ± 0.0085s      -0.72%  TARGET  
                                                      creation_size  72,351 ± 0             72,351 ± 0             0.0%    tie     
                                                      cycles         22.6119G ± 28.9022M    22.4329G ± 27.4346M    -0.79%  TARGET  
                                                      instructions   33.5868G ± 129         33.3027G ± 124         -0.85%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   69,944 ± 0             69,944 ± 0             0.0%    tie     
                                                      wall_time      6.4344s ± 0.0082s      6.3884s ± 0.0082s      -0.71%  TARGET  
                                                                                                                                   
eulerswap                                   evmasm    cpu_time       0.7383s ± 0.0010s      0.7379s ± 0.0015s      -0.05%  ~noise  
                                                      creation_size  27,194 ± 0             27,194 ± 0             0.0%    tie     
                                                      cycles         2.4481G ± 2.8620M      2.4425G ± 3.8145M      -0.23%  TARGET  
                                                      instructions   5.2245G ± 42           5.2169G ± 60           -0.15%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   24,718 ± 0             24,718 ± 0             0.0%    tie     
                                                      wall_time      0.7433s ± 0.0016s      0.7429s ± 0.0016s      -0.05%  ~noise  
                                                                                                                                   
eulerswap                                   ir        cpu_time       1.9032s ± 0.0027s      1.8939s ± 0.0033s      -0.49%  TARGET  
                                                      creation_size  24,341 ± 0             24,341 ± 0             0.0%    tie     
                                                      cycles         6.6079G ± 9.8403M      6.5719G ± 10.1968M     -0.54%  TARGET  
                                                      instructions   11.7266G ± 109         11.6495G ± 97          -0.66%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   22,626 ± 0             22,626 ± 0             0.0%    tie     
                                                      wall_time      1.9135s ± 0.0028s      1.9041s ± 0.0035s      -0.49%  TARGET  
                                                                                                                                   
usdc-fiattoken-v2-2                         evmasm    cpu_time       1.2440s ± 0.0010s      1.2378s ± 0.0012s      -0.5%   TARGET  
                                                      creation_size  66,127 ± 0             66,127 ± 0             0.0%    tie     
                                                      cycles         4.3183G ± 3.4126M      4.2921G ± 4.0427M      -0.61%  TARGET  
                                                      instructions   8.6726G ± 51           8.6149G ± 59           -0.67%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   65,291 ± 0             65,291 ± 0             0.0%    tie     
                                                      wall_time      1.2506s ± 0.0011s      1.2446s ± 0.0014s      -0.48%  TARGET  
                                                                                                                                   
usdc-fiattoken-v2-2                         ir        cpu_time       4.1042s ± 0.0072s      4.0717s ± 0.0049s      -0.79%  TARGET  
                                                      creation_size  65,436 ± 0             65,436 ± 0             0.0%    tie     
                                                      cycles         14.5013G ± 24.5227M    14.3771G ± 18.5510M    -0.86%  TARGET  
                                                      instructions   22.8800G ± 103         22.6374G ± 117         -1.06%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   64,777 ± 0             64,777 ± 0             0.0%    tie     
                                                      wall_time      4.1245s ± 0.0070s      4.0921s ± 0.0047s      -0.79%  TARGET  
                                                                                                                                   
frax-stablecoin                             evmasm    cpu_time       0.9324s ± 0.0010s      0.9302s ± 0.0010s      -0.23%  TARGET  
                                                      creation_size  52,445 ± 0             52,445 ± 0             0.0%    tie     
                                                      cycles         3.1852G ± 3.5052M      3.1702G ± 2.6651M      -0.47%  TARGET  
                                                      instructions   6.4884G ± 47           6.4652G ± 63           -0.36%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   44,314 ± 0             44,314 ± 0             0.0%    tie     
                                                      wall_time      0.9381s ± 0.0013s      0.9359s ± 0.0014s      -0.24%  TARGET  
                                                                                                                                   
frax-stablecoin                             ir        cpu_time       3.8697s ± 0.0048s      3.8448s ± 0.0049s      -0.64%  TARGET  
                                                      creation_size  50,288 ± 0             50,288 ± 0             0.0%    tie     
                                                      cycles         13.6703G ± 17.5289M    13.5645G ± 16.7316M    -0.77%  TARGET  
                                                      instructions   21.4907G ± 89          21.2952G ± 73          -0.91%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   41,793 ± 0             41,793 ± 0             0.0%    tie     
                                                      wall_time      3.8890s ± 0.0048s      3.8636s ± 0.0045s      -0.65%  TARGET  
                                                                                                                                   
lido-accounting-oracle                      evmasm    cpu_time       0.6310s ± 0.0007s      0.6311s ± 0.0011s      +0.01%  ~noise  
                                                      creation_size  31,505 ± 0             31,505 ± 0             0.0%    tie     
                                                      cycles         2.1173G ± 1.8534M      2.1120G ± 2.6634M      -0.25%  TARGET  
                                                      instructions   4.4619G ± 30           4.4424G ± 36           -0.44%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   29,042 ± 0             29,042 ± 0             0.0%    tie     
                                                      wall_time      0.6348s ± 0.0007s      0.6352s ± 0.0012s      +0.06%  ~noise  
                                                                                                                                   
lido-accounting-oracle                      ir        cpu_time       2.4272s ± 0.0031s      2.4092s ± 0.0032s      -0.74%  TARGET  
                                                      creation_size  28,201 ± 0             28,201 ± 0             0.0%    tie     
                                                      cycles         8.5074G ± 10.5115M     8.4394G ± 10.3870M     -0.8%   TARGET  
                                                      instructions   13.9798G ± 117         13.8789G ± 114         -0.72%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   26,222 ± 0             26,222 ± 0             0.0%    tie     
                                                      wall_time      2.4394s ± 0.0032s      2.4213s ± 0.0033s      -0.74%  TARGET  
                                                                                                                                   
lido-withdrawal-queue                       evmasm    cpu_time       0.5603s ± 0.0009s      0.5589s ± 0.0005s      -0.26%  TARGET  
                                                      creation_size  25,094 ± 0             25,094 ± 0             0.0%    tie     
                                                      cycles         1.8591G ± 2.6617M      1.8517G ± 1.3029M      -0.4%   TARGET  
                                                      instructions   3.8648G ± 22           3.8467G ± 55           -0.47%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   23,881 ± 0             23,881 ± 0             0.0%    tie     
                                                      wall_time      0.5639s ± 0.0013s      0.5625s ± 0.0007s      -0.25%  TARGET  
                                                                                                                                   
lido-withdrawal-queue                       ir        cpu_time       1.5820s ± 0.0020s      1.5720s ± 0.0020s      -0.63%  TARGET  
                                                      creation_size  20,873 ± 0             20,873 ± 0             0.0%    tie     
                                                      cycles         5.4843G ± 6.6622M      5.4419G ± 5.4941M      -0.77%  TARGET  
                                                      instructions   8.8166G ± 81           8.7424G ± 55           -0.84%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   19,963 ± 0             19,963 ± 0             0.0%    tie     
                                                      wall_time      1.5904s ± 0.0024s      1.5803s ± 0.0025s      -0.63%  TARGET  
                                                                                                                                   
lido-wsteth                                 evmasm    cpu_time       0.2440s ± 0.0003s      0.2434s ± 0.0005s      -0.25%  TARGET  
                                                      creation_size  9,875 ± 0              9,875 ± 0              0.0%    tie     
                                                      cycles         783.8808M ± 585.0384k  781.0079M ± 938.7084k  -0.37%  TARGET  
                                                      instructions   1.5834G ± 21           1.5804G ± 28           -0.19%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   8,087 ± 0              8,087 ± 0              0.0%    tie     
                                                      wall_time      0.2475s ± 0.0057s      0.2470s ± 0.0062s      -0.19%  ~noise  
                                                                                                                                   
lido-wsteth                                 ir        cpu_time       0.6457s ± 0.0010s      0.6396s ± 0.0010s      -0.94%  TARGET  
                                                      creation_size  9,704 ± 0              9,704 ± 0              0.0%    tie     
                                                      cycles         2.2079G ± 2.9070M      2.1854G ± 2.8540M      -1.02%  TARGET  
                                                      instructions   3.8664G ± 41           3.8288G ± 44           -0.97%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   7,407 ± 0              7,407 ± 0              0.0%    tie     
                                                      wall_time      0.6492s ± 0.0013s      0.6431s ± 0.0013s      -0.94%  TARGET  
                                                                                                                                   
makerdao-dss-jug                            evmasm    cpu_time       0.0836s ± 0.0001s      0.0834s ± 0.0001s      -0.2%   TARGET  
                                                      creation_size  2,928 ± 0              2,928 ± 0              0.0%    tie     
                                                      cycles         223.3610M ± 342.3166k  222.6353M ± 249.9068k  -0.32%  TARGET  
                                                      instructions   445.1147M ± 8          443.2917M ± 7          -0.41%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   2,749 ± 0              2,749 ± 0              0.0%    tie     
                                                      wall_time      0.0853s ± 0.0047s      0.0848s ± 0.0028s      -0.55%  ~noise  
                                                                                                                                   
makerdao-dss-jug                            ir        cpu_time       0.2066s ± 0.0002s      0.2052s ± 0.0003s      -0.65%  TARGET  
                                                      creation_size  2,853 ± 0              2,853 ± 0              0.0%    tie     
                                                      cycles         656.2996M ± 561.2448k  650.5967M ± 755.8115k  -0.87%  TARGET  
                                                      instructions   1.1791G ± 18           1.1682G ± 23           -0.92%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   2,682 ± 0              2,682 ± 0              0.0%    tie     
                                                      wall_time      0.2079s ± 0.0005s      0.2072s ± 0.0034s      -0.34%  ~noise  
                                                                                                                                   
makerdao-dss-pot                            evmasm    cpu_time       0.0811s ± 0.0002s      0.0810s ± 0.0001s      -0.12%  TARGET  
                                                      creation_size  3,021 ± 0              3,021 ± 0              0.0%    tie     
                                                      cycles         213.6766M ± 331.2787k  212.9491M ± 267.0433k  -0.34%  TARGET  
                                                      instructions   429.8654M ± 8          428.3840M ± 11         -0.34%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   2,811 ± 0              2,811 ± 0              0.0%    tie     
                                                      wall_time      0.0825s ± 0.0036s      0.0816s ± 0.0001s      -1.1%   ~noise  
                                                                                                                                   
makerdao-dss-pot                            ir        cpu_time       0.2121s ± 0.0002s      0.2108s ± 0.0006s      -0.59%  TARGET  
                                                      creation_size  3,077 ± 0              3,077 ± 0              0.0%    tie     
                                                      cycles         674.7336M ± 534.5768k  669.4646M ± 1.6205M    -0.78%  TARGET  
                                                      instructions   1.2180G ± 17           1.2064G ± 27           -0.95%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   2,865 ± 0              2,865 ± 0              0.0%    tie     
                                                      wall_time      0.2143s ± 0.0041s      0.2121s ± 0.0007s      -1.0%   TARGET  
                                                                                                                                   
makerdao-dss-vat                            evmasm    cpu_time       0.1615s ± 0.0001s      0.1605s ± 0.0002s      -0.57%  TARGET  
                                                      creation_size  7,248 ± 0              7,248 ± 0              0.0%    tie     
                                                      cycles         492.8075M ± 326.1508k  488.7833M ± 307.0424k  -0.82%  TARGET  
                                                      instructions   1.0329G ± 21           1.0225G ± 8            -1.01%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   7,197 ± 0              7,197 ± 0              0.0%    tie     
                                                      wall_time      0.1646s ± 0.0064s      0.1625s ± 0.0038s      -1.29%  ~noise  
                                                                                                                                   
makerdao-dss-vat                            ir        cpu_time       0.4602s ± 0.0005s      0.4576s ± 0.0013s      -0.57%  TARGET  
                                                      creation_size  6,328 ± 0              6,328 ± 0              0.0%    tie     
                                                      cycles         1.5382G ± 1.6446M      1.5250G ± 4.1841M      -0.86%  TARGET  
                                                      instructions   2.7811G ± 23           2.7514G ± 25           -1.07%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   6,283 ± 0              6,283 ± 0              0.0%    tie     
                                                      wall_time      0.4627s ± 0.0006s      0.4601s ± 0.0016s      -0.55%  TARGET  
                                                                                                                                   
makerdao-dai                                evmasm    cpu_time       0.0980s ± 0.0002s      0.0976s ± 0.0001s      -0.36%  TARGET  
                                                      creation_size  4,222 ± 0              4,222 ± 0              0.0%    tie     
                                                      cycles         275.1217M ± 340.2861k  273.4623M ± 259.4743k  -0.6%   TARGET  
                                                      instructions   559.0368M ± 8          555.9803M ± 9          -0.55%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   3,877 ± 0              3,877 ± 0              0.0%    tie     
                                                      wall_time      0.0988s ± 0.0003s      0.0991s ± 0.0033s      +0.32%  ~noise  
                                                                                                                                   
makerdao-dai                                ir        cpu_time       0.2496s ± 0.0002s      0.2480s ± 0.0002s      -0.64%  TARGET  
                                                      creation_size  4,151 ± 0              4,151 ± 0              0.0%    tie     
                                                      cycles         809.6049M ± 669.9846k  803.6112M ± 423.6211k  -0.74%  TARGET  
                                                      instructions   1.4889G ± 22           1.4780G ± 35           -0.73%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   3,799 ± 0              3,799 ± 0              0.0%    tie     
                                                      wall_time      0.2520s ± 0.0043s      0.2504s ± 0.0042s      -0.65%  ~noise  
                                                                                                                                   
poap                                        evmasm    cpu_time       0.3801s ± 0.0002s      0.3786s ± 0.0004s      -0.38%  TARGET  
                                                      creation_size  21,115 ± 0             21,115 ± 0             0.0%    tie     
                                                      cycles         1.2521G ± 488.4147k    1.2459G ± 755.5982k    -0.5%   TARGET  
                                                      instructions   2.5449G ± 39           2.5359G ± 24           -0.35%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   20,721 ± 0             20,721 ± 0             0.0%    tie     
                                                      wall_time      0.3824s ± 0.0002s      0.3811s ± 0.0009s      -0.34%  TARGET  
                                                                                                                                   
poap                                        ir        cpu_time       1.6329s ± 0.0021s      1.6212s ± 0.0021s      -0.71%  TARGET  
                                                      creation_size  19,358 ± 0             19,358 ± 0             0.0%    tie     
                                                      cycles         5.6940G ± 6.7508M      5.6466G ± 7.1837M      -0.83%  TARGET  
                                                      instructions   9.2285G ± 53           9.1375G ± 82           -0.99%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   19,066 ± 0             19,066 ± 0             0.0%    tie     
                                                      wall_time      1.6413s ± 0.0026s      1.6295s ± 0.0021s      -0.72%  TARGET  
                                                                                                                                   
rocketpool-deposit-pool                     evmasm    cpu_time       0.3058s ± 0.0005s      0.3055s ± 0.0003s      -0.1%   TARGET  
                                                      creation_size  14,338 ± 0             14,338 ± 0             0.0%    tie     
                                                      cycles         985.8446M ± 998.9277k  983.5924M ± 532.7553k  -0.23%  TARGET  
                                                      instructions   2.0573G ± 14           2.0601G ± 19           +0.14%  BASELINE
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   12,829 ± 0             12,829 ± 0             0.0%    tie     
                                                      wall_time      0.3080s ± 0.0008s      0.3077s ± 0.0008s      -0.09%  ~noise  
                                                                                                                                   
rocketpool-deposit-pool                     ir        cpu_time       0.9005s ± 0.0017s      0.8929s ± 0.0008s      -0.85%  TARGET  
                                                      creation_size  13,039 ± 0             13,039 ± 0             0.0%    tie     
                                                      cycles         3.0929G ± 5.2555M      3.0668G ± 3.4164M      -0.84%  TARGET  
                                                      instructions   5.4478G ± 41           5.4010G ± 33           -0.86%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   11,363 ± 0             11,363 ± 0             0.0%    tie     
                                                      wall_time      0.9055s ± 0.0018s      0.8977s ± 0.0012s      -0.86%  TARGET  
                                                                                                                                   
spark-protocol-pool                         evmasm    cpu_time       1.9562s ± 0.0018s      1.9426s ± 0.0020s      -0.69%  TARGET  
                                                      creation_size  91,618 ± 0             91,618 ± 0             0.0%    tie     
                                                      cycles         6.7781G ± 6.2930M      6.7229G ± 5.7532M      -0.82%  TARGET  
                                                      instructions   13.9921G ± 46          13.9465G ± 73          -0.33%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   90,243 ± 0             90,243 ± 0             0.0%    tie     
                                                      wall_time      1.9673s ± 0.0022s      1.9537s ± 0.0024s      -0.69%  TARGET  
                                                                                                                                   
spark-protocol-pool                         ir        cpu_time       7.3076s ± 0.0101s      7.2609s ± 0.0107s      -0.64%  TARGET  
                                                      creation_size  81,666 ± 0             81,666 ± 0             0.0%    tie     
                                                      cycles         25.9012G ± 34.6291M    25.7295G ± 38.9926M    -0.66%  TARGET  
                                                      instructions   42.4570G ± 101         42.1530G ± 147         -0.72%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   80,778 ± 0             80,778 ± 0             0.0%    tie     
                                                      wall_time      7.3429s ± 0.0104s      7.2962s ± 0.0103s      -0.64%  TARGET  
                                                                                                                                   
tether-usdt                                 evmasm    cpu_time       0.1490s ± 0.0002s      0.1489s ± 0.0002s      -0.05%  ~noise  
                                                      creation_size  7,193 ± 0              7,193 ± 0              0.0%    tie     
                                                      cycles         446.5022M ± 370.5424k  446.0633M ± 486.7850k  -0.1%   TARGET  
                                                      instructions   896.9147M ± 12         899.1548M ± 10         +0.25%  BASELINE
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   6,260 ± 0              6,260 ± 0              0.0%    tie     
                                                      wall_time      0.1501s ± 0.0002s      0.1500s ± 0.0003s      -0.03%  ~noise  
                                                                                                                                   
tether-usdt                                 ir        cpu_time       0.5908s ± 0.0014s      0.5843s ± 0.0007s      -1.09%  TARGET  
                                                      creation_size  6,608 ± 0              6,608 ± 0              0.0%    tie     
                                                      cycles         2.0030G ± 4.4946M      1.9787G ± 2.4105M      -1.22%  TARGET  
                                                      instructions   3.3902G ± 43           3.3502G ± 25           -1.18%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   5,461 ± 0              5,461 ± 0              0.0%    tie     
                                                      wall_time      0.5941s ± 0.0015s      0.5877s ± 0.0011s      -1.07%  TARGET  
                                                                                                                                   
uniswap-v2-router02                         evmasm    cpu_time       0.3333s ± 0.0004s      0.3326s ± 0.0005s      -0.21%  TARGET  
                                                      creation_size  16,956 ± 0             16,956 ± 0             0.0%    tie     
                                                      cycles         1.0842G ± 862.8249k    1.0800G ± 832.3071k    -0.39%  TARGET  
                                                      instructions   2.2778G ± 26           2.2710G ± 32           -0.3%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   16,264 ± 0             16,264 ± 0             0.0%    tie     
                                                      wall_time      0.3369s ± 0.0046s      0.3374s ± 0.0066s      +0.15%  ~noise  
                                                                                                                                   
uniswap-v2-router02                         ir        cpu_time       1.1542s ± 0.0014s      1.1486s ± 0.0011s      -0.49%  TARGET  
                                                      creation_size  13,616 ± 0             13,616 ± 0             0.0%    tie     
                                                      cycles         3.9788G ± 4.6769M      3.9557G ± 3.0086M      -0.58%  TARGET  
                                                      instructions   6.5564G ± 37           6.4978G ± 48           -0.89%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   13,142 ± 0             13,142 ± 0             0.0%    tie     
                                                      wall_time      1.1603s ± 0.0013s      1.1556s ± 0.0038s      -0.4%   TARGET  
                                                                                                                                   
uniswap-v3-nonfungible-position-manager     evmasm    cpu_time       0.7742s ± 0.0012s      0.7744s ± 0.0013s      +0.02%  ~noise  
                                                      creation_size  31,663 ± 0             31,663 ± 0             0.0%    tie     
                                                      cycles         2.6076G ± 3.1697M      2.6075G ± 4.2947M      -0.01%  ~noise  
                                                      instructions   5.3648G ± 24           5.3503G ± 38           -0.27%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   28,971 ± 0             28,971 ± 0             0.0%    tie     
                                                      wall_time      0.7789s ± 0.0013s      0.7789s ± 0.0014s      +0.01%  ~noise  
                                                                                                                                   
uniswap-v3-nonfungible-position-manager     ir        cpu_time       2.1650s ± 0.0049s      2.1505s ± 0.0033s      -0.67%  TARGET  
                                                      creation_size  30,002 ± 0             30,002 ± 0             0.0%    tie     
                                                      cycles         7.5675G ± 16.2463M     7.5098G ± 10.5855M     -0.76%  TARGET  
                                                      instructions   12.7492G ± 66          12.6511G ± 77          -0.77%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   27,156 ± 0             27,156 ± 0             0.0%    tie     
                                                      wall_time      2.1760s ± 0.0051s      2.1616s ± 0.0035s      -0.66%  TARGET  
                                                                                                                                   
uniswap-v3-swaprouter02                     evmasm    cpu_time       0.6130s ± 0.0005s      0.6115s ± 0.0011s      -0.25%  TARGET  
                                                      creation_size  21,991 ± 0             21,991 ± 0             0.0%    tie     
                                                      cycles         2.0400G ± 1.3303M      2.0319G ± 3.1642M      -0.39%  TARGET  
                                                      instructions   4.1959G ± 31           4.1666G ± 34           -0.7%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   21,013 ± 0             21,013 ± 0             0.0%    tie     
                                                      wall_time      0.6167s ± 0.0008s      0.6154s ± 0.0008s      -0.21%  TARGET  
                                                                                                                                   
uniswap-v3-swaprouter02                     ir        cpu_time       1.3959s ± 0.0013s      1.3925s ± 0.0024s      -0.24%  TARGET  
                                                      creation_size  18,777 ± 0             18,777 ± 0             0.0%    tie     
                                                      cycles         4.8383G ± 4.7184M      4.8169G ± 6.9625M      -0.44%  TARGET  
                                                      instructions   8.7352G ± 55           8.6939G ± 49           -0.47%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   18,106 ± 0             18,106 ± 0             0.0%    tie     
                                                      wall_time      1.4032s ± 0.0015s      1.4001s ± 0.0024s      -0.23%  TARGET  
                                                                                                                                   
uniswap-v4-position-manager                 evmasm    cpu_time       0.7744s ± 0.0012s      0.7725s ± 0.0009s      -0.25%  TARGET  
                                                      creation_size  26,838 ± 0             26,838 ± 0             0.0%    tie     
                                                      cycles         2.5927G ± 3.9233M      2.5826G ± 2.8575M      -0.39%  TARGET  
                                                      instructions   5.3358G ± 26           5.3216G ± 34           -0.27%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   23,571 ± 0             23,571 ± 0             0.0%    tie     
                                                      wall_time      0.7793s ± 0.0018s      0.7774s ± 0.0011s      -0.25%  TARGET  
                                                                                                                                   
uniswap-v4-position-manager                 ir        cpu_time       1.9127s ± 0.0034s      1.9030s ± 0.0027s      -0.51%  TARGET  
                                                      creation_size  24,615 ± 0             24,615 ± 0             0.0%    tie     
                                                      cycles         6.6633G ± 12.5886M     6.6214G ± 7.9133M      -0.63%  TARGET  
                                                      instructions   11.5487G ± 94          11.4673G ± 97          -0.71%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   21,789 ± 0             21,789 ± 0             0.0%    tie     
                                                      wall_time      1.9228s ± 0.0030s      1.9132s ± 0.0027s      -0.5%   TARGET  
                                                                                                                                   
uniswap-v4-quoter                           evmasm    cpu_time       0.2724s ± 0.0005s      0.2727s ± 0.0004s      +0.11%  BASELINE
                                                      creation_size  7,378 ± 0              7,378 ± 0              0.0%    tie     
                                                      cycles         860.7154M ± 805.7409k  858.3427M ± 904.7249k  -0.28%  TARGET  
                                                      instructions   1.7790G ± 17           1.7732G ± 18           -0.33%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   6,281 ± 0              6,281 ± 0              0.0%    tie     
                                                      wall_time      0.2743s ± 0.0005s      0.2747s ± 0.0004s      +0.15%  BASELINE
                                                                                                                                   
uniswap-v4-quoter                           ir        cpu_time       0.4885s ± 0.0008s      0.4857s ± 0.0004s      -0.58%  TARGET  
                                                      creation_size  5,376 ± 0              5,376 ± 0              0.0%    tie     
                                                      cycles         1.6293G ± 2.3599M      1.6182G ± 1.0410M      -0.68%  TARGET  
                                                      instructions   3.0389G ± 33           3.0219G ± 25           -0.56%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   4,651 ± 0              4,651 ± 0              0.0%    tie     
                                                      wall_time      0.4943s ± 0.0073s      0.4938s ± 0.0090s      -0.1%   ~noise  
                                                                                                                                   
wbtc                                        evmasm    cpu_time       0.2544s ± 0.0002s      0.2539s ± 0.0004s      -0.17%  TARGET  
                                                      creation_size  16,877 ± 0             16,877 ± 0             0.0%    tie     
                                                      cycles         818.8879M ± 593.6790k  816.3271M ± 616.1567k  -0.31%  TARGET  
                                                      instructions   1.6561G ± 18           1.6532G ± 18           -0.17%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   15,804 ± 0             15,804 ± 0             0.0%    tie     
                                                      wall_time      0.2577s ± 0.0047s      0.2577s ± 0.0060s      +0.01%  ~noise  
                                                                                                                                   
wbtc                                        ir        cpu_time       1.1391s ± 0.0019s      1.1277s ± 0.0013s      -0.99%  TARGET  
                                                      creation_size  14,282 ± 0             14,282 ± 0             0.0%    tie     
                                                      cycles         3.9635G ± 4.7473M      3.9208G ± 3.9251M      -1.08%  TARGET  
                                                      instructions   6.8192G ± 64           6.7355G ± 70           -1.23%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   12,969 ± 0             12,969 ± 0             0.0%    tie     
                                                      wall_time      1.1449s ± 0.0019s      1.1336s ± 0.0016s      -0.98%  TARGET  
                                                                                                                                   
subsets/bedrock-interfaces-7.0.0            evmasm    cpu_time       1.9916s ± 0.0021s      1.9866s ± 0.0020s      -0.25%  TARGET  
                                                      creation_size  91,301 ± 0             91,301 ± 0             0.0%    tie     
                                                      cycles         6.9178G ± 6.5223M      6.8929G ± 6.6044M      -0.36%  TARGET  
                                                      instructions   14.3740G ± 84          14.3208G ± 88          -0.37%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   87,353 ± 0             87,353 ± 0             0.0%    tie     
                                                      wall_time      2.0024s ± 0.0022s      1.9974s ± 0.0023s      -0.25%  TARGET  
                                                                                                                                   
subsets/bedrock-interfaces-7.0.0            ir        cpu_time       6.4830s ± 0.0086s      6.4422s ± 0.0060s      -0.63%  TARGET  
                                                      creation_size  97,176 ± 0             97,176 ± 0             0.0%    tie     
                                                      cycles         22.9468G ± 31.0821M    22.7860G ± 21.3923M    -0.7%   TARGET  
                                                      instructions   38.2221G ± 159         37.9563G ± 144         -0.7%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   93,419 ± 0             93,419 ± 0             0.0%    tie     
                                                      wall_time      6.5148s ± 0.0087s      6.4735s ± 0.0058s      -0.63%  TARGET  
                                                                                                                                   
subsets/bedrock-analysis-7.0.0              evmasm    cpu_time       8.8386s ± 0.0260s      8.8844s ± 0.0274s      +0.52%  BASELINE
                                                      cycles         27.5938G ± 88.3199M    27.7227G ± 84.6270M    +0.47%  BASELINE
                                                      instructions   58.4779G ± 52          58.4780G ± 88          0.0%    tie     
                                                      peak_rss       1987 ± 0 MiB           1987 ± 0 MiB           0.0%    tie     
                                                      wall_time      8.8785s ± 0.0263s      8.9253s ± 0.0276s      +0.53%  BASELINE
                                                                                                                                   
subsets/openzeppelin-timelock-5.6.1         evmasm    cpu_time       0.8390s ± 0.0012s      0.8361s ± 0.0013s      -0.35%  TARGET  
                                                      creation_size  36,000 ± 0             36,000 ± 0             0.0%    tie     
                                                      cycles         2.8668G ± 2.5462M      2.8552G ± 2.4071M      -0.41%  TARGET  
                                                      instructions   5.9590G ± 34           5.9436G ± 66           -0.26%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   27,580 ± 0             27,580 ± 0             0.0%    tie     
                                                      wall_time      0.8441s ± 0.0013s      0.8412s ± 0.0016s      -0.34%  TARGET  
                                                                                                                                   
subsets/openzeppelin-timelock-5.6.1         ir        cpu_time       2.1741s ± 0.0065s      2.1591s ± 0.0063s      -0.69%  TARGET  
                                                      creation_size  31,131 ± 0             31,131 ± 0             0.0%    tie     
                                                      cycles         7.6402G ± 20.1857M     7.5864G ± 18.2647M     -0.7%   TARGET  
                                                      instructions   13.3734G ± 64          13.2743G ± 80          -0.74%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   23,688 ± 0             23,688 ± 0             0.0%    tie     
                                                      wall_time      2.1854s ± 0.0062s      2.1705s ± 0.0060s      -0.68%  TARGET  
                                                                                                                                   
subsets/aave-pool-3.6.0                     evmasm    cpu_time       2.3289s ± 0.0124s      2.3126s ± 0.0056s      -0.7%   TARGET  
                                                      creation_size  107,536 ± 0            107,536 ± 0            0.0%    tie     
                                                      cycles         8.1018G ± 39.8630M     8.0378G ± 13.9317M     -0.79%  TARGET  
                                                      instructions   16.4302G ± 80          16.3774G ± 81          -0.32%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   102,359 ± 0            102,359 ± 0            0.0%    tie     
                                                      wall_time      2.3412s ± 0.0126s      2.3247s ± 0.0056s      -0.7%   TARGET  
                                                                                                                                   
subsets/aave-pool-3.6.0                     ir        cpu_time       6.5667s ± 0.0348s      6.5121s ± 0.0076s      -0.83%  TARGET  
                                                      creation_size  105,777 ± 0            105,777 ± 0            0.0%    tie     
                                                      cycles         23.2859G ± 123.2746M   23.0832G ± 24.9474M    -0.87%  TARGET  
                                                      instructions   38.8194G ± 139         38.5537G ± 135         -0.68%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   100,079 ± 0            100,079 ± 0            0.0%    tie     
                                                      wall_time      6.5983s ± 0.0352s      6.5435s ± 0.0078s      -0.83%  TARGET  
                                                                                                                                   
subsets/solady-libstring-0.1.26             evmasm    cpu_time       1.4331s ± 0.0024s      1.4345s ± 0.0019s      +0.09%  ~noise  
                                                      creation_size  67,898 ± 0             67,898 ± 0             0.0%    tie     
                                                      cycles         4.7552G ± 7.9020M      4.7451G ± 6.5508M      -0.21%  TARGET  
                                                      instructions   10.1504G ± 63          10.1371G ± 106         -0.13%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   67,704 ± 0             67,704 ± 0             0.0%    tie     
                                                      wall_time      1.4417s ± 0.0028s      1.4427s ± 0.0018s      +0.07%  ~noise  
                                                                                                                                   
subsets/solady-libstring-0.1.26             ir        cpu_time       8.8279s ± 0.0094s      8.7948s ± 0.0118s      -0.38%  TARGET  
                                                      creation_size  97,304 ± 0             97,304 ± 0             0.0%    tie     
                                                      cycles         30.9690G ± 35.0172M    30.8148G ± 40.4625M    -0.5%   TARGET  
                                                      instructions   43.8960G ± 162         43.5857G ± 142         -0.71%  TARGET  
                                                      peak_rss       320 ± 0 MiB            320 ± 0 MiB            +0.21%  BASELINE
                                                      runtime_size   97,128 ± 0             97,128 ± 0             0.0%    tie     
                                                      wall_time      8.8703s ± 0.0098s      8.8377s ± 0.0116s      -0.37%  TARGET  
                                                                                                                                   
subsets/solady-fixedpointmath-0.1.26        evmasm    cpu_time       1.3120s ± 0.0029s      1.3151s ± 0.0033s      +0.24%  BASELINE
                                                      creation_size  56,812 ± 0             56,812 ± 0             0.0%    tie     
                                                      cycles         4.2607G ± 8.9591M      4.2584G ± 7.8808M      -0.05%  ~noise  
                                                      instructions   9.0745G ± 50           9.0582G ± 46           -0.18%  TARGET  
                                                      peak_rss       180 ± 0 MiB            180 ± 0 MiB            0.0%    tie     
                                                      runtime_size   56,768 ± 0             56,768 ± 0             0.0%    tie     
                                                      wall_time      1.3200s ± 0.0032s      1.3231s ± 0.0033s      +0.23%  BASELINE
                                                                                                                                   
subsets/solady-fixedpointmath-0.1.26        ir        cpu_time       10.1705s ± 0.0136s     10.1475s ± 0.0206s     -0.23%  TARGET  
                                                      creation_size  126,161 ± 0            126,161 ± 0            0.0%    tie     
                                                      cycles         35.6180G ± 49.6655M    35.5366G ± 73.4077M    -0.23%  TARGET  
                                                      instructions   49.6971G ± 234         49.4779G ± 220         -0.44%  TARGET  
                                                      peak_rss       364 ± 0 MiB            372 ± 0 MiB            +2.09%  BASELINE
                                                      runtime_size   126,119 ± 0            126,119 ± 0            0.0%    tie     
                                                      wall_time      10.2189s ± 0.0137s     10.1961s ± 0.0207s     -0.22%  TARGET  
                                                                                                                                   
subsets/v4-poolmanager-4.0.0                evmasm    cpu_time       2.1481s ± 0.0039s      2.1439s ± 0.0033s      -0.19%  TARGET  
                                                      creation_size  86,844 ± 0             86,844 ± 0             0.0%    tie     
                                                      cycles         7.2448G ± 11.9242M     7.2204G ± 10.2858M     -0.34%  TARGET  
                                                      instructions   15.3172G ± 60          15.2643G ± 70          -0.35%  TARGET  
                                                      peak_rss       203 ± 0 MiB            203 ± 0 MiB            -0.06%  ~noise  
                                                      runtime_size   72,030 ± 0             72,030 ± 0             0.0%    tie     
                                                      wall_time      2.1592s ± 0.0040s      2.1555s ± 0.0038s      -0.17%  TARGET  
                                                                                                                                   
subsets/v4-poolmanager-4.0.0                ir        cpu_time       5.9864s ± 0.0082s      5.9527s ± 0.0109s      -0.56%  TARGET  
                                                      creation_size  71,065 ± 0             71,065 ± 0             0.0%    tie     
                                                      cycles         20.9672G ± 31.0133M    20.8324G ± 38.0821M    -0.64%  TARGET  
                                                      instructions   35.4753G ± 108         35.2326G ± 141         -0.68%  TARGET  
                                                      peak_rss       241 ± 0 MiB            241 ± 0 MiB            +0.08%  ~noise  
                                                      runtime_size   58,705 ± 0             58,705 ± 0             0.0%    tie     
                                                      wall_time      6.0159s ± 0.0077s      5.9824s ± 0.0116s      -0.56%  TARGET  
                                                                                                                                   
subsets/seaport-core-1.6                    evmasm    cpu_time       1.6304s ± 0.0023s      1.6276s ± 0.0031s      -0.17%  TARGET  
                                                      creation_size  62,068 ± 0             62,068 ± 0             0.0%    tie     
                                                      cycles         5.6152G ± 7.2653M      5.5968G ± 8.6940M      -0.33%  TARGET  
                                                      instructions   11.5702G ± 55          11.5295G ± 64          -0.35%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   55,733 ± 0             55,733 ± 0             0.0%    tie     
                                                      wall_time      1.6391s ± 0.0024s      1.6361s ± 0.0031s      -0.19%  TARGET  
                                                                                                                                   
subsets/seaport-core-1.6                    ir        cpu_time       3.9921s ± 0.0068s      3.9704s ± 0.0070s      -0.54%  TARGET  
                                                      creation_size  55,160 ± 0             55,160 ± 0             0.0%    tie     
                                                      cycles         14.0443G ± 22.7731M    13.9613G ± 23.5823M    -0.59%  TARGET  
                                                      instructions   24.6711G ± 91          24.5063G ± 126         -0.67%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   49,206 ± 0             49,206 ± 0             0.0%    tie     
                                                      wall_time      4.0118s ± 0.0069s      3.9900s ± 0.0073s      -0.55%  TARGET  
                                                                                                                                   
subsets/bedrock-cannon-7.0.0                evmasm    cpu_time       0.6625s ± 0.0009s      0.6613s ± 0.0010s      -0.18%  TARGET  
                                                      creation_size  29,594 ± 0             29,594 ± 0             0.0%    tie     
                                                      cycles         2.2386G ± 2.5664M      2.2314G ± 2.6378M      -0.32%  TARGET  
                                                      instructions   4.9521G ± 31           4.9434G ± 39           -0.18%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   28,917 ± 0             28,917 ± 0             0.0%    tie     
                                                      wall_time      0.6664s ± 0.0009s      0.6653s ± 0.0013s      -0.17%  TARGET  
                                                                                                                                   
subsets/bedrock-cannon-7.0.0                ir        cpu_time       2.3153s ± 0.0046s      2.3028s ± 0.0020s      -0.54%  TARGET  
                                                      creation_size  33,849 ± 0             33,849 ± 0             0.0%    tie     
                                                      cycles         8.1025G ± 14.6604M     8.0525G ± 6.3009M      -0.62%  TARGET  
                                                      instructions   15.3944G ± 127         15.3008G ± 120         -0.61%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   33,276 ± 0             33,276 ± 0             0.0%    tie     
                                                      wall_time      2.3270s ± 0.0048s      2.3144s ± 0.0021s      -0.54%  TARGET  
                                                                                                                                   
subsets/bedrock-l2contractsmanager-7.0.0    evmasm    cpu_time       0.3137s ± 0.0005s      0.3130s ± 0.0005s      -0.2%   TARGET  
                                                      creation_size  12,224 ± 0             12,224 ± 0             0.0%    tie     
                                                      cycles         999.2413M ± 694.1516k  995.8491M ± 822.2396k  -0.34%  TARGET  
                                                      instructions   2.3584G ± 21           2.3544G ± 29           -0.17%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   10,752 ± 0             10,752 ± 0             0.0%    tie     
                                                      wall_time      0.3155s ± 0.0005s      0.3149s ± 0.0005s      -0.2%   TARGET  
                                                                                                                                   
subsets/bedrock-l2contractsmanager-7.0.0    ir        cpu_time       1.6703s ± 0.0028s      1.6629s ± 0.0030s      -0.45%  TARGET  
                                                      creation_size  26,454 ± 0             26,454 ± 0             0.0%    tie     
                                                      cycles         5.7491G ± 8.0239M      5.7167G ± 8.4255M      -0.56%  TARGET  
                                                      instructions   10.0686G ± 51          10.0150G ± 57          -0.53%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   24,838 ± 0             24,838 ± 0             0.0%    tie     
                                                      wall_time      1.6787s ± 0.0033s      1.6710s ± 0.0029s      -0.46%  TARGET  
                                                                                                                                   
subsets/bedrock-nutbundle-7.0.0             evmasm    cpu_time       1.0148s ± 0.0017s      1.0138s ± 0.0022s      -0.09%  ~noise  
                                                      creation_size  24,612 ± 0             24,612 ± 0             0.0%    tie     
                                                      cycles         3.2316G ± 3.5464M      3.2206G ± 4.3377M      -0.34%  TARGET  
                                                      instructions   7.7472G ± 38           7.7371G ± 48           -0.13%  TARGET  
                                                      peak_rss       174 ± 0 MiB            174 ± 0 MiB            -0.14%  TARGET  
                                                      runtime_size   24,567 ± 0             24,567 ± 0             0.0%    tie     
                                                      wall_time      1.0219s ± 0.0063s      1.0202s ± 0.0045s      -0.16%  ~noise  
                                                                                                                                   
subsets/bedrock-nutbundle-7.0.0             ir        cpu_time       4.5520s ± 0.0071s      4.5355s ± 0.0068s      -0.36%  TARGET  
                                                      creation_size  30,152 ± 0             30,152 ± 0             0.0%    tie     
                                                      cycles         15.7397G ± 26.3060M    15.6690G ± 20.5738M    -0.45%  TARGET  
                                                      instructions   23.3661G ± 103         23.2217G ± 96          -0.62%  TARGET  
                                                      peak_rss       266 ± 0 MiB            267 ± 0 MiB            +0.66%  BASELINE
                                                      runtime_size   30,109 ± 0             30,109 ± 0             0.0%    tie     
                                                      wall_time      4.5735s ± 0.0074s      4.5570s ± 0.0073s      -0.36%  TARGET  
                                                                                                                                   
subsets/bedrock-deploy-scripts-7.0.0        evmasm    cpu_time       3.9272s ± 0.0070s      3.9170s ± 0.0081s      -0.26%  TARGET  
                                                      creation_size  170,112 ± 0            170,112 ± 0            0.0%    tie     
                                                      cycles         13.4847G ± 25.0285M    13.4333G ± 26.6166M    -0.38%  TARGET  
                                                      instructions   27.9235G ± 103         27.8267G ± 80          -0.35%  TARGET  
                                                      peak_rss       270 ± 0 MiB            270 ± 0 MiB            +0.01%  ~noise  
                                                      runtime_size   169,159 ± 0            169,159 ± 0            0.0%    tie     
                                                      wall_time      3.9474s ± 0.0065s      3.9375s ± 0.0082s      -0.25%  TARGET  
                                                                                                                                   
subsets/aave-librarypreCompile-3.6.0        evmasm    cpu_time       1.8617s ± 0.0023s      1.8553s ± 0.0029s      -0.34%  TARGET  
                                                      creation_size  71,529 ± 0             71,529 ± 0             0.0%    tie     
                                                      cycles         6.2312G ± 7.1537M      6.1995G ± 7.0484M      -0.51%  TARGET  
                                                      instructions   13.5602G ± 78          13.5266G ± 67          -0.25%  TARGET  
                                                      peak_rss       195 ± 0 MiB            195 ± 0 MiB            +0.04%  ~noise  
                                                      runtime_size   71,439 ± 0             71,439 ± 0             0.0%    tie     
                                                      wall_time      1.8711s ± 0.0026s      1.8647s ± 0.0032s      -0.34%  TARGET  
                                                                                                                                   
subsets/aave-librarypreCompile-3.6.0        ir        cpu_time       5.0827s ± 0.0063s      5.0642s ± 0.0061s      -0.36%  TARGET  
                                                      creation_size  67,740 ± 0             67,740 ± 0             0.0%    tie     
                                                      cycles         17.7245G ± 24.2495M    17.6372G ± 22.9172M    -0.49%  TARGET  
                                                      instructions   34.2185G ± 152         34.0735G ± 146         -0.42%  TARGET  
                                                      peak_rss       236 ± 0 MiB            238 ± 0 MiB            +0.89%  BASELINE
                                                      runtime_size   67,654 ± 0             67,654 ± 0             0.0%    tie     
                                                      wall_time      5.1069s ± 0.0056s      5.0885s ± 0.0059s      -0.36%  TARGET  
                                                                                                                                   
subsets/seaport-referenceconsideration-1.6  evmasm    cpu_time       1.1330s ± 0.0016s      1.1302s ± 0.0015s      -0.25%  TARGET  
                                                      creation_size  47,020 ± 0             47,020 ± 0             0.0%    tie     
                                                      cycles         3.8605G ± 4.5446M      3.8457G ± 3.5096M      -0.38%  TARGET  
                                                      instructions   7.9270G ± 51           7.9053G ± 59           -0.27%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   41,353 ± 0             41,353 ± 0             0.0%    tie     
                                                      wall_time      1.1389s ± 0.0018s      1.1364s ± 0.0019s      -0.21%  TARGET  
                                                                                                                                   
subsets/seaport-referenceconsideration-1.6  ir        cpu_time       4.8142s ± 0.0083s      4.7921s ± 0.0075s      -0.46%  TARGET  
                                                      creation_size  42,031 ± 0             42,031 ± 0             0.0%    tie     
                                                      cycles         16.9826G ± 30.0152M    16.8963G ± 26.8293M    -0.51%  TARGET  
                                                      instructions   26.2420G ± 117         26.0688G ± 127         -0.66%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.79%  TARGET  
                                                      runtime_size   36,624 ± 0             36,624 ± 0             0.0%    tie     
                                                      wall_time      4.8371s ± 0.0084s      4.8151s ± 0.0072s      -0.46%  TARGET  

gcc:

Baseline: 0.8.37-ci.2026.8.14+commit.14914e04.Linux.g++ n=20
Target:   0.8.37-ci.2026.8.17+commit.8fdfc8d6.Linux.g++ n=20
Values are mean ± sample stddev. Δ% = (target mean - baseline mean) / baseline mean. Negative = improvement (lower is better), positive = regression.
winner = '~noise' unless the gap passes a Welch t-test and |Δ%| ≥ 0.1%.

Benchmark                                   Pipeline  Metric         Base                   Target                 Δ%      winner  
------------------------------------------  --------  -------------  ---------------------  ---------------------  ------  --------
solarray-a547630                            evmasm    cpu_time       1.0120s ± 0.0032s      1.0111s ± 0.0021s      -0.09%  ~noise  
                                                      creation_size  4,474 ± 0              4,474 ± 0              0.0%    tie     
                                                      cycles         3.2078G ± 10.3736M     3.2079G ± 6.8652M      0.0%    tie     
                                                      instructions   7.6380G ± 16           7.6376G ± 34           -0.01%  ~noise  
                                                      peak_rss       188 ± 0 MiB            188 ± 0 MiB            -0.03%  ~noise  
                                                      runtime_size   3,992 ± 0              3,992 ± 0              0.0%    tie     
                                                      wall_time      1.0230s ± 0.0038s      1.0224s ± 0.0027s      -0.05%  ~noise  
                                                                                                                                   
solarray-a547630                            ir        cpu_time       1.2012s ± 0.0036s      1.1991s ± 0.0030s      -0.17%  ~noise  
                                                      creation_size  4,220 ± 0              4,220 ± 0              0.0%    tie     
                                                      cycles         3.8793G ± 7.5583M      3.8769G ± 9.9497M      -0.06%  ~noise  
                                                      instructions   8.7621G ± 18           8.7495G ± 28           -0.14%  TARGET  
                                                      peak_rss       190 ± 0 MiB            190 ± 0 MiB            +0.04%  ~noise  
                                                      runtime_size   3,920 ± 0              3,920 ± 0              0.0%    tie     
                                                      wall_time      1.2133s ± 0.0041s      1.2108s ± 0.0029s      -0.21%  TARGET  
                                                                                                                                   
solidity-verifier                           evmasm    cpu_time       0.1059s ± 0.0001s      0.1059s ± 0.0002s      +0.04%  ~noise  
                                                      creation_size  4,790 ± 0              4,790 ± 0              0.0%    tie     
                                                      cycles         295.6970M ± 281.0128k  295.6352M ± 431.7196k  -0.02%  ~noise  
                                                      instructions   637.0219M ± 7          636.1304M ± 6          -0.14%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            -0.11%  TARGET  
                                                      runtime_size   4,712 ± 0              4,712 ± 0              0.0%    tie     
                                                      wall_time      0.1074s ± 0.0031s      0.1068s ± 0.0003s      -0.56%  ~noise  
                                                                                                                                   
solidity-verifier                           ir        cpu_time       0.2224s ± 0.0002s      0.2216s ± 0.0002s      -0.4%   TARGET  
                                                      creation_size  4,215 ± 0              4,215 ± 0              0.0%    tie     
                                                      cycles         711.2595M ± 276.9961k  707.6867M ± 248.4710k  -0.5%   TARGET  
                                                      instructions   1.3628G ± 19           1.3554G ± 15           -0.54%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            -0.11%  TARGET  
                                                      runtime_size   4,161 ± 0              4,161 ± 0              0.0%    tie     
                                                      wall_time      0.2239s ± 0.0003s      0.2232s ± 0.0008s      -0.3%   TARGET  
                                                                                                                                   
solidity-optimizor-club                     ir        cpu_time       1.0856s ± 0.0014s      1.0776s ± 0.0010s      -0.73%  TARGET  
                                                      creation_size  21,778 ± 0             21,778 ± 0             0.0%    tie     
                                                      cycles         3.7548G ± 4.6401M      3.7292G ± 3.3392M      -0.68%  TARGET  
                                                      instructions   7.0403G ± 42           6.9937G ± 34           -0.66%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            -0.11%  TARGET  
                                                      runtime_size   20,616 ± 0             20,616 ± 0             0.0%    tie     
                                                      wall_time      1.0911s ± 0.0014s      1.0833s ± 0.0011s      -0.71%  TARGET  
                                                                                                                                   
solidity-chains                             evmasm    cpu_time       0.1113s ± 0.0002s      0.1105s ± 0.0002s      -0.66%  TARGET  
                                                      creation_size  5,831 ± 0              5,831 ± 0              0.0%    tie     
                                                      cycles         317.7171M ± 355.4738k  316.6214M ± 422.0004k  -0.34%  TARGET  
                                                      instructions   651.3512M ± 8          648.1175M ± 7          -0.5%   TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            -0.11%  TARGET  
                                                      runtime_size   5,803 ± 0              5,803 ± 0              0.0%    tie     
                                                      wall_time      0.1122s ± 0.0007s      0.1114s ± 0.0002s      -0.78%  TARGET  
                                                                                                                                   
safe-smart-account-1.5.0                    evmasm    cpu_time       1.6760s ± 0.0025s      1.6669s ± 0.0021s      -0.54%  TARGET  
                                                      creation_size  64,387 ± 0             64,387 ± 0             0.0%    tie     
                                                      cycles         5.7344G ± 8.3356M      5.7054G ± 6.6238M      -0.51%  TARGET  
                                                      instructions   11.5263G ± 45          11.4855G ± 54          -0.35%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            -0.11%  TARGET  
                                                      runtime_size   61,711 ± 0             61,711 ± 0             0.0%    tie     
                                                      wall_time      1.6862s ± 0.0029s      1.6773s ± 0.0021s      -0.53%  TARGET  
                                                                                                                                   
safe-smart-account-1.5.0                    ir        cpu_time       3.9025s ± 0.0057s      3.8673s ± 0.0058s      -0.9%   TARGET  
                                                      creation_size  55,618 ± 0             55,618 ± 0             0.0%    tie     
                                                      cycles         13.7799G ± 21.0041M    13.6530G ± 19.8846M    -0.92%  TARGET  
                                                      instructions   23.2976G ± 83          23.1208G ± 81          -0.76%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            -0.11%  TARGET  
                                                      runtime_size   52,790 ± 0             52,790 ± 0             0.0%    tie     
                                                      wall_time      3.9224s ± 0.0054s      3.8872s ± 0.0058s      -0.9%   TARGET  
                                                                                                                                   
account-abstraction-0.8.0                   evmasm    cpu_time       1.9289s ± 0.0019s      1.9202s ± 0.0023s      -0.45%  TARGET  
                                                      creation_size  94,144 ± 0             94,144 ± 0             0.0%    tie     
                                                      cycles         6.5950G ± 7.2803M      6.5693G ± 8.9488M      -0.39%  TARGET  
                                                      instructions   13.3888G ± 56          13.3375G ± 73          -0.38%  TARGET  
                                                      peak_rss       160 ± 4 MiB            159 ± 4 MiB            -0.62%  ~noise  
                                                      runtime_size   65,469 ± 0             65,469 ± 0             0.0%    tie     
                                                      wall_time      1.9447s ± 0.0026s      1.9350s ± 0.0024s      -0.5%   TARGET  
                                                                                                                                   
account-abstraction-0.8.0                   ir        cpu_time       4.3742s ± 0.0044s      4.3343s ± 0.0042s      -0.91%  TARGET  
                                                      creation_size  75,427 ± 0             75,427 ± 0             0.0%    tie     
                                                      cycles         15.4227G ± 15.7743M    15.2858G ± 14.3619M    -0.89%  TARGET  
                                                      instructions   26.8223G ± 100         26.6039G ± 79          -0.81%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   51,592 ± 0             51,592 ± 0             0.0%    tie     
                                                      wall_time      4.3972s ± 0.0047s      4.3572s ± 0.0038s      -0.91%  TARGET  
                                                                                                                                   
weth9                                       evmasm    cpu_time       0.0722s ± 0.0002s      0.0720s ± 0.0001s      -0.25%  TARGET  
                                                      creation_size  2,439 ± 0              2,439 ± 0              0.0%    tie     
                                                      cycles         187.3601M ± 415.0652k  186.1797M ± 350.8210k  -0.63%  TARGET  
                                                      instructions   372.0452M ± 4          370.7469M ± 11         -0.35%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   1,835 ± 0              1,835 ± 0              0.0%    tie     
                                                      wall_time      0.0728s ± 0.0003s      0.0726s ± 0.0002s      -0.24%  TARGET  
                                                                                                                                   
weth9                                       ir        cpu_time       0.1475s ± 0.0002s      0.1471s ± 0.0002s      -0.33%  TARGET  
                                                      creation_size  2,130 ± 0              2,130 ± 0              0.0%    tie     
                                                      cycles         451.8816M ± 335.5408k  448.6652M ± 337.8441k  -0.71%  TARGET  
                                                      instructions   809.6507M ± 13         803.8814M ± 12         -0.71%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   1,725 ± 0              1,725 ± 0              0.0%    tie     
                                                      wall_time      0.1504s ± 0.0057s      0.1481s ± 0.0002s      -1.53%  ~noise  
                                                                                                                                   
oeth                                        evmasm    cpu_time       0.3758s ± 0.0005s      0.3742s ± 0.0006s      -0.44%  TARGET  
                                                      creation_size  21,972 ± 0             21,972 ± 0             0.0%    tie     
                                                      cycles         1.2261G ± 956.6239k    1.2197G ± 1.4744M      -0.52%  TARGET  
                                                      instructions   2.5815G ± 17           2.5664G ± 22           -0.59%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   21,627 ± 0             21,627 ± 0             0.0%    tie     
                                                      wall_time      0.3789s ± 0.0031s      0.3765s ± 0.0008s      -0.63%  TARGET  
                                                                                                                                   
oeth                                        ir        cpu_time       1.3056s ± 0.0015s      1.2903s ± 0.0028s      -1.17%  TARGET  
                                                      creation_size  19,743 ± 0             19,743 ± 0             0.0%    tie     
                                                      cycles         4.5351G ± 5.0931M      4.4802G ± 9.1586M      -1.21%  TARGET  
                                                      instructions   7.7146G ± 60           7.6354G ± 37           -1.03%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   19,445 ± 0             19,445 ± 0             0.0%    tie     
                                                      wall_time      1.3124s ± 0.0018s      1.2970s ± 0.0029s      -1.17%  TARGET  
                                                                                                                                   
aave-v4-hub                                 evmasm    cpu_time       0.7094s ± 0.0019s      0.7072s ± 0.0022s      -0.31%  TARGET  
                                                      creation_size  24,199 ± 0             24,199 ± 0             0.0%    tie     
                                                      cycles         2.3077G ± 4.9427M      2.3032G ± 6.1957M      -0.19%  TARGET  
                                                      instructions   4.9730G ± 47           4.9633G ± 34           -0.19%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   23,185 ± 0             23,185 ± 0             0.0%    tie     
                                                      wall_time      0.7143s ± 0.0018s      0.7122s ± 0.0021s      -0.3%   TARGET  
                                                                                                                                   
aave-v4-hub                                 ir        cpu_time       1.9986s ± 0.0023s      1.9822s ± 0.0028s      -0.82%  TARGET  
                                                      creation_size  19,407 ± 0             19,407 ± 0             0.0%    tie     
                                                      cycles         6.9222G ± 8.2265M      6.8650G ± 8.9331M      -0.83%  TARGET  
                                                      instructions   11.1818G ± 117         11.1021G ± 61          -0.71%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   18,752 ± 0             18,752 ± 0             0.0%    tie     
                                                      wall_time      2.0095s ± 0.0029s      1.9931s ± 0.0031s      -0.82%  TARGET  
                                                                                                                                   
uniswap-v3-pool                             evmasm    cpu_time       0.6148s ± 0.0006s      0.6115s ± 0.0008s      -0.52%  TARGET  
                                                      creation_size  26,386 ± 0             26,386 ± 0             0.0%    tie     
                                                      cycles         2.0465G ± 1.4938M      2.0370G ± 1.7057M      -0.46%  TARGET  
                                                      instructions   4.3569G ± 26           4.3492G ± 46           -0.18%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   24,611 ± 0             24,611 ± 0             0.0%    tie     
                                                      wall_time      0.6185s ± 0.0010s      0.6152s ± 0.0008s      -0.54%  TARGET  
                                                                                                                                   
uniswap-v3-pool                             ir        cpu_time       3.6050s ± 0.0053s      3.5696s ± 0.0030s      -0.98%  TARGET  
                                                      creation_size  25,139 ± 0             25,139 ± 0             0.0%    tie     
                                                      cycles         12.5919G ± 18.7842M    12.4738G ± 11.0350M    -0.94%  TARGET  
                                                      instructions   18.3532G ± 68          18.2122G ± 67          -0.77%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   23,935 ± 0             23,935 ± 0             0.0%    tie     
                                                      wall_time      3.6227s ± 0.0053s      3.5873s ± 0.0028s      -0.98%  TARGET  
                                                                                                                                   
chainlink-link-token                        evmasm    cpu_time       0.0779s ± 0.0002s      0.0776s ± 0.0001s      -0.35%  TARGET  
                                                      creation_size  2,694 ± 0              2,694 ± 0              0.0%    tie     
                                                      cycles         201.7525M ± 334.6835k  200.5561M ± 305.5711k  -0.59%  TARGET  
                                                      instructions   411.8849M ± 10         409.9138M ± 12         -0.48%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   2,584 ± 0              2,584 ± 0              0.0%    tie     
                                                      wall_time      0.0786s ± 0.0003s      0.0793s ± 0.0043s      +0.85%  ~noise  
                                                                                                                                   
chainlink-link-token                        ir        cpu_time       0.1809s ± 0.0002s      0.1796s ± 0.0001s      -0.71%  TARGET  
                                                      creation_size  2,262 ± 0              2,262 ± 0              0.0%    tie     
                                                      cycles         565.1484M ± 568.6524k  560.3193M ± 293.3764k  -0.85%  TARGET  
                                                      instructions   1.0199G ± 23           1.0112G ± 18           -0.84%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   2,167 ± 0              2,167 ± 0              0.0%    tie     
                                                      wall_time      0.1822s ± 0.0008s      0.1809s ± 0.0005s      -0.73%  TARGET  
                                                                                                                                   
chainlink-ocr2-aggregator                   evmasm    cpu_time       1.0379s ± 0.0010s      1.0311s ± 0.0014s      -0.65%  TARGET  
                                                      creation_size  50,447 ± 0             50,447 ± 0             0.0%    tie     
                                                      cycles         3.5836G ± 3.2770M      3.5606G ± 3.3685M      -0.64%  TARGET  
                                                      instructions   6.9377G ± 43           6.8999G ± 35           -0.54%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   44,800 ± 0             44,800 ± 0             0.0%    tie     
                                                      wall_time      1.0445s ± 0.0039s      1.0405s ± 0.0080s      -0.38%  ~noise  
                                                                                                                                   
chainlink-ocr2-aggregator                   ir        cpu_time       3.7460s ± 0.0055s      3.7077s ± 0.0061s      -1.02%  TARGET  
                                                      creation_size  47,416 ± 0             47,416 ± 0             0.0%    tie     
                                                      cycles         13.2583G ± 19.5938M    13.1254G ± 21.5654M    -1.0%   TARGET  
                                                      instructions   22.6687G ± 97          22.5004G ± 80          -0.74%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   43,413 ± 0             43,413 ± 0             0.0%    tie     
                                                      wall_time      3.7644s ± 0.0056s      3.7267s ± 0.0060s      -1.0%   TARGET  
                                                                                                                                   
balancer-v2-vault                           evmasm    cpu_time       0.8908s ± 0.0011s      0.8857s ± 0.0016s      -0.58%  TARGET  
                                                      creation_size  31,998 ± 0             31,998 ± 0             0.0%    tie     
                                                      cycles         2.9935G ± 4.1790M      2.9782G ± 4.6949M      -0.51%  TARGET  
                                                      instructions   6.1582G ± 25           6.1402G ± 43           -0.29%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   27,768 ± 0             27,768 ± 0             0.0%    tie     
                                                      wall_time      0.8962s ± 0.0012s      0.8910s ± 0.0017s      -0.59%  TARGET  
                                                                                                                                   
balancer-v2-vault                           ir        cpu_time       2.2395s ± 0.0035s      2.2204s ± 0.0037s      -0.85%  TARGET  
                                                      creation_size  28,933 ± 0             28,933 ± 0             0.0%    tie     
                                                      cycles         7.8101G ± 13.3231M     7.7464G ± 13.5141M     -0.82%  TARGET  
                                                      instructions   13.1968G ± 75          13.1050G ± 53          -0.7%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   25,139 ± 0             25,139 ± 0             0.0%    tie     
                                                      wall_time      2.2512s ± 0.0034s      2.2320s ± 0.0041s      -0.86%  TARGET  
                                                                                                                                   
balancer-v3-router                          evmasm    cpu_time       0.8664s ± 0.0012s      0.8590s ± 0.0014s      -0.86%  TARGET  
                                                      creation_size  29,212 ± 0             29,212 ± 0             0.0%    tie     
                                                      cycles         2.9058G ± 3.1758M      2.8811G ± 4.2283M      -0.85%  TARGET  
                                                      instructions   5.9702G ± 46           5.9585G ± 22           -0.2%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   26,260 ± 0             26,260 ± 0             0.0%    tie     
                                                      wall_time      0.8716s ± 0.0013s      0.8642s ± 0.0015s      -0.85%  TARGET  
                                                                                                                                   
balancer-v3-router                          ir        cpu_time       2.2489s ± 0.0024s      2.2266s ± 0.0036s      -0.99%  TARGET  
                                                      creation_size  21,945 ± 0             21,945 ± 0             0.0%    tie     
                                                      cycles         7.8201G ± 9.4983M      7.7458G ± 13.5853M     -0.95%  TARGET  
                                                      instructions   12.0312G ± 84          11.9345G ± 48          -0.8%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   19,589 ± 0             19,589 ± 0             0.0%    tie     
                                                      wall_time      2.2607s ± 0.0021s      2.2383s ± 0.0035s      -0.99%  TARGET  
                                                                                                                                   
balancer-v3-vault                           evmasm    cpu_time       1.2951s ± 0.0028s      1.2949s ± 0.0027s      -0.01%  ~noise  
                                                      creation_size  43,874 ± 0             43,874 ± 0             0.0%    tie     
                                                      cycles         4.3455G ± 8.4430M      4.3485G ± 8.2178M      +0.07%  ~noise  
                                                      instructions   9.1721G ± 52           9.1493G ± 29           -0.25%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   38,554 ± 0             38,554 ± 0             0.0%    tie     
                                                      wall_time      1.3032s ± 0.0026s      1.3031s ± 0.0025s      -0.01%  ~noise  
                                                                                                                                   
balancer-v3-vault                           ir        cpu_time       3.0229s ± 0.0028s      2.9931s ± 0.0049s      -0.98%  TARGET  
                                                      creation_size  35,486 ± 0             35,486 ± 0             0.0%    tie     
                                                      cycles         10.4927G ± 11.2300M    10.3911G ± 16.9638M    -0.97%  TARGET  
                                                      instructions   17.7200G ± 72          17.6037G ± 51          -0.66%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   30,394 ± 0             30,394 ± 0             0.0%    tie     
                                                      wall_time      3.0389s ± 0.0030s      3.0093s ± 0.0043s      -0.97%  TARGET  
                                                                                                                                   
boredapeyachtclub                           evmasm    cpu_time       0.4428s ± 0.0005s      0.4395s ± 0.0005s      -0.75%  TARGET  
                                                      creation_size  18,183 ± 0             18,183 ± 0             0.0%    tie     
                                                      cycles         1.4699G ± 1.6723M      1.4590G ± 962.3629k    -0.74%  TARGET  
                                                      instructions   2.9938G ± 23           2.9674G ± 27           -0.88%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   16,003 ± 0             16,003 ± 0             0.0%    tie     
                                                      wall_time      0.4455s ± 0.0004s      0.4422s ± 0.0005s      -0.74%  TARGET  
                                                                                                                                   
boredapeyachtclub                           ir        cpu_time       1.1584s ± 0.0013s      1.1501s ± 0.0017s      -0.71%  TARGET  
                                                      creation_size  18,438 ± 0             18,438 ± 0             0.0%    tie     
                                                      cycles         4.0260G ± 3.9265M      3.9972G ± 4.8946M      -0.72%  TARGET  
                                                      instructions   7.0723G ± 58           7.0339G ± 44           -0.54%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   15,830 ± 0             15,830 ± 0             0.0%    tie     
                                                      wall_time      1.1643s ± 0.0012s      1.1562s ± 0.0018s      -0.7%   TARGET  
                                                                                                                                   
cow-protocol-settlement                     evmasm    cpu_time       0.5205s ± 0.0006s      0.5177s ± 0.0007s      -0.56%  TARGET  
                                                      creation_size  24,105 ± 0             24,105 ± 0             0.0%    tie     
                                                      cycles         1.7494G ± 2.0890M      1.7397G ± 2.3803M      -0.55%  TARGET  
                                                      instructions   3.4595G ± 26           3.4415G ± 34           -0.52%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   18,779 ± 0             18,779 ± 0             0.0%    tie     
                                                      wall_time      0.5237s ± 0.0009s      0.5207s ± 0.0009s      -0.58%  TARGET  
                                                                                                                                   
cow-protocol-settlement                     ir        cpu_time       1.0780s ± 0.0011s      1.0700s ± 0.0017s      -0.74%  TARGET  
                                                      creation_size  20,527 ± 0             20,527 ± 0             0.0%    tie     
                                                      cycles         3.7352G ± 3.7198M      3.7081G ± 5.1510M      -0.73%  TARGET  
                                                      instructions   6.7161G ± 47           6.6701G ± 38           -0.69%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   15,948 ± 0             15,948 ± 0             0.0%    tie     
                                                      wall_time      1.0837s ± 0.0008s      1.0759s ± 0.0021s      -0.72%  TARGET  
                                                                                                                                   
compound-comet-rewards                      evmasm    cpu_time       0.1297s ± 0.0002s      0.1294s ± 0.0003s      -0.24%  TARGET  
                                                      creation_size  4,578 ± 0              4,578 ± 0              0.0%    tie     
                                                      cycles         377.3309M ± 365.9425k  376.5521M ± 511.3809k  -0.21%  TARGET  
                                                      instructions   804.2043M ± 14         802.6082M ± 12         -0.2%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   4,364 ± 0              4,364 ± 0              0.0%    tie     
                                                      wall_time      0.1307s ± 0.0002s      0.1305s ± 0.0003s      -0.19%  TARGET  
                                                                                                                                   
compound-comet-rewards                      ir        cpu_time       0.3086s ± 0.0008s      0.3068s ± 0.0002s      -0.61%  TARGET  
                                                      creation_size  3,801 ± 0              3,801 ± 0              0.0%    tie     
                                                      cycles         1.0127G ± 2.3690M      1.0044G ± 403.2760k    -0.82%  TARGET  
                                                      instructions   1.8822G ± 21           1.8671G ± 23           -0.8%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   3,591 ± 0              3,591 ± 0              0.0%    tie     
                                                      wall_time      0.3107s ± 0.0013s      0.3087s ± 0.0003s      -0.63%  TARGET  
                                                                                                                                   
compound-comet-extended-asset-list          evmasm    cpu_time       0.4381s ± 0.0005s      0.4362s ± 0.0008s      -0.44%  TARGET  
                                                      creation_size  24,423 ± 0             24,423 ± 0             0.0%    tie     
                                                      cycles         1.4381G ± 1.0990M      1.4323G ± 1.5874M      -0.41%  TARGET  
                                                      instructions   3.0694G ± 32           3.0597G ± 12           -0.32%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   21,309 ± 0             21,309 ± 0             0.0%    tie     
                                                      wall_time      0.4408s ± 0.0005s      0.4389s ± 0.0008s      -0.44%  TARGET  
                                                                                                                                   
compound-comet-extended-asset-list          ir        cpu_time       1.2357s ± 0.0015s      1.2299s ± 0.0014s      -0.46%  TARGET  
                                                      creation_size  21,996 ± 0             21,996 ± 0             0.0%    tie     
                                                      cycles         4.2861G ± 5.8985M      4.2633G ± 4.4965M      -0.53%  TARGET  
                                                      instructions   7.8806G ± 48           7.8340G ± 51           -0.59%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   19,244 ± 0             19,244 ± 0             0.0%    tie     
                                                      wall_time      1.2421s ± 0.0016s      1.2366s ± 0.0016s      -0.45%  TARGET  
                                                                                                                                   
ens-eth-registrar-controller                evmasm    cpu_time       0.6690s ± 0.0007s      0.6657s ± 0.0006s      -0.5%   TARGET  
                                                      creation_size  26,840 ± 0             26,840 ± 0             0.0%    tie     
                                                      cycles         2.2666G ± 1.8409M      2.2540G ± 1.3860M      -0.56%  TARGET  
                                                      instructions   4.5724G ± 38           4.5555G ± 20           -0.37%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   23,247 ± 0             23,247 ± 0             0.0%    tie     
                                                      wall_time      0.6729s ± 0.0007s      0.6696s ± 0.0005s      -0.49%  TARGET  
                                                                                                                                   
ens-eth-registrar-controller                ir        cpu_time       1.7028s ± 0.0021s      1.6846s ± 0.0017s      -1.07%  TARGET  
                                                      creation_size  23,830 ± 0             23,830 ± 0             0.0%    tie     
                                                      cycles         5.9464G ± 7.2387M      5.8799G ± 6.3855M      -1.12%  TARGET  
                                                      instructions   10.1102G ± 53          10.0148G ± 60          -0.94%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   20,028 ± 0             20,028 ± 0             0.0%    tie     
                                                      wall_time      1.7116s ± 0.0020s      1.6934s ± 0.0019s      -1.06%  TARGET  
                                                                                                                                   
ens-name-wrapper                            evmasm    cpu_time       0.6031s ± 0.0006s      0.5997s ± 0.0007s      -0.56%  TARGET  
                                                      creation_size  25,599 ± 0             25,599 ± 0             0.0%    tie     
                                                      cycles         2.0136G ± 1.5216M      2.0025G ± 1.9828M      -0.55%  TARGET  
                                                      instructions   4.0717G ± 29           4.0579G ± 22           -0.34%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   23,337 ± 0             23,337 ± 0             0.0%    tie     
                                                      wall_time      0.6066s ± 0.0006s      0.6035s ± 0.0013s      -0.52%  TARGET  
                                                                                                                                   
ens-name-wrapper                            ir        cpu_time       1.5077s ± 0.0012s      1.4969s ± 0.0025s      -0.72%  TARGET  
                                                      creation_size  23,323 ± 0             23,323 ± 0             0.0%    tie     
                                                      cycles         5.2390G ± 4.4865M      5.2003G ± 8.1465M      -0.74%  TARGET  
                                                      instructions   8.9901G ± 38           8.9335G ± 48           -0.63%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   21,525 ± 0             21,525 ± 0             0.0%    tie     
                                                      wall_time      1.5157s ± 0.0011s      1.5048s ± 0.0028s      -0.71%  TARGET  
                                                                                                                                   
ens-registry-with-fallback                  evmasm    cpu_time       0.1090s ± 0.0002s      0.1088s ± 0.0002s      -0.24%  TARGET  
                                                      creation_size  5,532 ± 0              5,532 ± 0              0.0%    tie     
                                                      cycles         311.3633M ± 380.0844k  310.5469M ± 434.7229k  -0.26%  TARGET  
                                                      instructions   639.1497M ± 12         640.2885M ± 8          +0.18%  BASELINE
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   5,261 ± 0              5,261 ± 0              0.0%    tie     
                                                      wall_time      0.1107s ± 0.0037s      0.1102s ± 0.0027s      -0.41%  ~noise  
                                                                                                                                   
ens-registry-with-fallback                  ir        cpu_time       0.3302s ± 0.0002s      0.3278s ± 0.0002s      -0.75%  TARGET  
                                                      creation_size  5,163 ± 0              5,163 ± 0              0.0%    tie     
                                                      cycles         1.0955G ± 728.7278k    1.0863G ± 535.9906k    -0.84%  TARGET  
                                                      instructions   1.9747G ± 35           1.9579G ± 29           -0.85%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   4,892 ± 0              4,892 ± 0              0.0%    tie     
                                                      wall_time      0.3321s ± 0.0003s      0.3333s ± 0.0075s      +0.35%  ~noise  
                                                                                                                                   
eigenlayer-eigenpod-manager                 evmasm    cpu_time       0.3782s ± 0.0009s      0.3770s ± 0.0005s      -0.29%  TARGET  
                                                      creation_size  12,181 ± 0             12,181 ± 0             0.0%    tie     
                                                      cycles         1.2042G ± 2.2963M      1.2010G ± 1.1973M      -0.27%  TARGET  
                                                      instructions   2.6747G ± 9            2.6703G ± 10           -0.16%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   11,120 ± 0             11,120 ± 0             0.0%    tie     
                                                      wall_time      0.3808s ± 0.0008s      0.3797s ± 0.0005s      -0.3%   TARGET  
                                                                                                                                   
eigenlayer-eigenpod-manager                 ir        cpu_time       0.8986s ± 0.0015s      0.8939s ± 0.0017s      -0.52%  TARGET  
                                                      creation_size  10,824 ± 0             10,824 ± 0             0.0%    tie     
                                                      cycles         3.0587G ± 4.1323M      3.0418G ± 4.6680M      -0.55%  TARGET  
                                                      instructions   5.7565G ± 37           5.7291G ± 51           -0.48%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   10,053 ± 0             10,053 ± 0             0.0%    tie     
                                                      wall_time      0.9038s ± 0.0016s      0.8991s ± 0.0018s      -0.52%  TARGET  
                                                                                                                                   
eigenlayer-strategy-manager                 evmasm    cpu_time       0.6533s ± 0.0010s      0.6507s ± 0.0020s      -0.4%   TARGET  
                                                      creation_size  17,090 ± 0             17,090 ± 0             0.0%    tie     
                                                      cycles         2.1382G ± 2.7089M      2.1323G ± 5.8710M      -0.28%  TARGET  
                                                      instructions   4.5766G ± 53           4.5692G ± 41           -0.16%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   15,250 ± 0             15,250 ± 0             0.0%    tie     
                                                      wall_time      0.6580s ± 0.0011s      0.6554s ± 0.0025s      -0.39%  TARGET  
                                                                                                                                   
eigenlayer-strategy-manager                 ir        cpu_time       1.5490s ± 0.0022s      1.5370s ± 0.0024s      -0.78%  TARGET  
                                                      creation_size  13,869 ± 0             13,869 ± 0             0.0%    tie     
                                                      cycles         5.3228G ± 7.2081M      5.2823G ± 8.0799M      -0.76%  TARGET  
                                                      instructions   8.8942G ± 69           8.8332G ± 40           -0.69%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   12,650 ± 0             12,650 ± 0             0.0%    tie     
                                                      wall_time      1.5579s ± 0.0028s      1.5459s ± 0.0028s      -0.77%  TARGET  
                                                                                                                                   
etherfi-liquidity-pool                      evmasm    cpu_time       2.0007s ± 0.0032s      1.9869s ± 0.0024s      -0.69%  TARGET  
                                                      creation_size  81,929 ± 0             81,929 ± 0             0.0%    tie     
                                                      cycles         6.8769G ± 10.5768M     6.8305G ± 9.3128M      -0.67%  TARGET  
                                                      instructions   13.8026G ± 76          13.7544G ± 127         -0.35%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   78,786 ± 0             78,786 ± 0             0.0%    tie     
                                                      wall_time      2.0122s ± 0.0031s      1.9986s ± 0.0026s      -0.68%  TARGET  
                                                                                                                                   
etherfi-liquidity-pool                      ir        cpu_time       6.4143s ± 0.0086s      6.3687s ± 0.0211s      -0.71%  TARGET  
                                                      creation_size  72,351 ± 0             72,351 ± 0             0.0%    tie     
                                                      cycles         22.6447G ± 29.9060M    22.4787G ± 69.0774M    -0.73%  TARGET  
                                                      instructions   33.5868G ± 108         33.3028G ± 1.1792k     -0.85%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   69,944 ± 0             69,944 ± 0             0.0%    tie     
                                                      wall_time      6.4463s ± 0.0082s      6.4038s ± 0.0248s      -0.66%  TARGET  
                                                                                                                                   
eulerswap                                   evmasm    cpu_time       0.7408s ± 0.0010s      0.7407s ± 0.0012s      0.0%    tie     
                                                      creation_size  27,194 ± 0             27,194 ± 0             0.0%    tie     
                                                      cycles         2.4526G ± 2.2355M      2.4486G ± 3.2599M      -0.16%  TARGET  
                                                      instructions   5.2245G ± 43           5.2169G ± 59           -0.14%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   24,718 ± 0             24,718 ± 0             0.0%    tie     
                                                      wall_time      0.7455s ± 0.0012s      0.7456s ± 0.0015s      0.0%    tie     
                                                                                                                                   
eulerswap                                   ir        cpu_time       1.9099s ± 0.0023s      1.8986s ± 0.0022s      -0.59%  TARGET  
                                                      creation_size  24,341 ± 0             24,341 ± 0             0.0%    tie     
                                                      cycles         6.6270G ± 7.2642M      6.5847G ± 7.7381M      -0.64%  TARGET  
                                                      instructions   11.7266G ± 106         11.6495G ± 64          -0.66%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   22,626 ± 0             22,626 ± 0             0.0%    tie     
                                                      wall_time      1.9203s ± 0.0030s      1.9089s ± 0.0023s      -0.59%  TARGET  
                                                                                                                                   
usdc-fiattoken-v2-2                         evmasm    cpu_time       1.2464s ± 0.0010s      1.2400s ± 0.0009s      -0.51%  TARGET  
                                                      creation_size  66,127 ± 0             66,127 ± 0             0.0%    tie     
                                                      cycles         4.3249G ± 3.4395M      4.2987G ± 3.0034M      -0.61%  TARGET  
                                                      instructions   8.6726G ± 66           8.6149G ± 56           -0.67%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   65,291 ± 0             65,291 ± 0             0.0%    tie     
                                                      wall_time      1.2530s ± 0.0010s      1.2467s ± 0.0009s      -0.5%   TARGET  
                                                                                                                                   
usdc-fiattoken-v2-2                         ir        cpu_time       4.1159s ± 0.0055s      4.0778s ± 0.0045s      -0.93%  TARGET  
                                                      creation_size  65,436 ± 0             65,436 ± 0             0.0%    tie     
                                                      cycles         14.5390G ± 19.6997M    14.3949G ± 15.6094M    -0.99%  TARGET  
                                                      instructions   22.8800G ± 91          22.6375G ± 104         -1.06%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   64,777 ± 0             64,777 ± 0             0.0%    tie     
                                                      wall_time      4.1361s ± 0.0055s      4.0983s ± 0.0045s      -0.92%  TARGET  
                                                                                                                                   
frax-stablecoin                             evmasm    cpu_time       0.9354s ± 0.0010s      0.9327s ± 0.0011s      -0.29%  TARGET  
                                                      creation_size  52,445 ± 0             52,445 ± 0             0.0%    tie     
                                                      cycles         3.1919G ± 2.1872M      3.1755G ± 3.0889M      -0.51%  TARGET  
                                                      instructions   6.4884G ± 50           6.4652G ± 43           -0.36%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   44,314 ± 0             44,314 ± 0             0.0%    tie     
                                                      wall_time      0.9409s ± 0.0014s      0.9382s ± 0.0017s      -0.28%  TARGET  
                                                                                                                                   
frax-stablecoin                             ir        cpu_time       3.8806s ± 0.0044s      3.8521s ± 0.0042s      -0.74%  TARGET  
                                                      creation_size  50,288 ± 0             50,288 ± 0             0.0%    tie     
                                                      cycles         13.7039G ± 16.2612M    13.5868G ± 14.9133M    -0.85%  TARGET  
                                                      instructions   21.4907G ± 87          21.2952G ± 60          -0.91%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   41,793 ± 0             41,793 ± 0             0.0%    tie     
                                                      wall_time      3.9000s ± 0.0040s      3.8717s ± 0.0039s      -0.73%  TARGET  
                                                                                                                                   
lido-accounting-oracle                      evmasm    cpu_time       0.6327s ± 0.0012s      0.6332s ± 0.0010s      +0.08%  ~noise  
                                                      creation_size  31,505 ± 0             31,505 ± 0             0.0%    tie     
                                                      cycles         2.1202G ± 3.0486M      2.1176G ± 2.3545M      -0.13%  TARGET  
                                                      instructions   4.4619G ± 38           4.4424G ± 28           -0.44%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   29,042 ± 0             29,042 ± 0             0.0%    tie     
                                                      wall_time      0.6365s ± 0.0016s      0.6371s ± 0.0012s      +0.1%   ~noise  
                                                                                                                                   
lido-accounting-oracle                      ir        cpu_time       2.4308s ± 0.0037s      2.4149s ± 0.0031s      -0.65%  TARGET  
                                                      creation_size  28,201 ± 0             28,201 ± 0             0.0%    tie     
                                                      cycles         8.5161G ± 13.5316M     8.4568G ± 10.8334M     -0.7%   TARGET  
                                                      instructions   13.9798G ± 101         13.8789G ± 67          -0.72%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   26,222 ± 0             26,222 ± 0             0.0%    tie     
                                                      wall_time      2.4429s ± 0.0032s      2.4272s ± 0.0033s      -0.65%  TARGET  
                                                                                                                                   
lido-withdrawal-queue                       evmasm    cpu_time       0.5613s ± 0.0007s      0.5608s ± 0.0006s      -0.09%  ~noise  
                                                      creation_size  25,094 ± 0             25,094 ± 0             0.0%    tie     
                                                      cycles         1.8600G ± 1.8794M      1.8558G ± 1.6884M      -0.22%  TARGET  
                                                      instructions   3.8648G ± 25           3.8467G ± 27           -0.47%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   23,881 ± 0             23,881 ± 0             0.0%    tie     
                                                      wall_time      0.5648s ± 0.0010s      0.5643s ± 0.0009s      -0.09%  ~noise  
                                                                                                                                   
lido-withdrawal-queue                       ir        cpu_time       1.5868s ± 0.0019s      1.5756s ± 0.0016s      -0.71%  TARGET  
                                                      creation_size  20,873 ± 0             20,873 ± 0             0.0%    tie     
                                                      cycles         5.4967G ± 7.0315M      5.4523G ± 6.0581M      -0.81%  TARGET  
                                                      instructions   8.8166G ± 69           8.7425G ± 58           -0.84%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   19,963 ± 0             19,963 ± 0             0.0%    tie     
                                                      wall_time      1.5952s ± 0.0020s      1.5837s ± 0.0016s      -0.72%  TARGET  
                                                                                                                                   
lido-wsteth                                 evmasm    cpu_time       0.2447s ± 0.0003s      0.2440s ± 0.0003s      -0.28%  TARGET  
                                                      creation_size  9,875 ± 0              9,875 ± 0              0.0%    tie     
                                                      cycles         785.2376M ± 729.1560k  782.0035M ± 759.6615k  -0.41%  TARGET  
                                                      instructions   1.5834G ± 18           1.5804G ± 21           -0.19%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   8,087 ± 0              8,087 ± 0              0.0%    tie     
                                                      wall_time      0.2494s ± 0.0077s      0.2467s ± 0.0048s      -1.09%  ~noise  
                                                                                                                                   
lido-wsteth                                 ir        cpu_time       0.6471s ± 0.0010s      0.6411s ± 0.0009s      -0.93%  TARGET  
                                                      creation_size  9,704 ± 0              9,704 ± 0              0.0%    tie     
                                                      cycles         2.2116G ± 3.4934M      2.1891G ± 2.9219M      -1.02%  TARGET  
                                                      instructions   3.8664G ± 30           3.8288G ± 29           -0.97%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   7,407 ± 0              7,407 ± 0              0.0%    tie     
                                                      wall_time      0.6505s ± 0.0010s      0.6447s ± 0.0011s      -0.89%  TARGET  
                                                                                                                                   
makerdao-dss-jug                            evmasm    cpu_time       0.0838s ± 0.0001s      0.0836s ± 0.0002s      -0.14%  TARGET  
                                                      creation_size  2,928 ± 0              2,928 ± 0              0.0%    tie     
                                                      cycles         223.9048M ± 267.2065k  222.8425M ± 326.8931k  -0.47%  TARGET  
                                                      instructions   445.1147M ± 15         443.2911M ± 7          -0.41%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   2,749 ± 0              2,749 ± 0              0.0%    tie     
                                                      wall_time      0.0845s ± 0.0004s      0.0843s ± 0.0002s      -0.26%  ~noise  
                                                                                                                                   
makerdao-dss-jug                            ir        cpu_time       0.2071s ± 0.0002s      0.2057s ± 0.0001s      -0.68%  TARGET  
                                                      creation_size  2,853 ± 0              2,853 ± 0              0.0%    tie     
                                                      cycles         657.5128M ± 459.2038k  651.4944M ± 281.2390k  -0.92%  TARGET  
                                                      instructions   1.1791G ± 16           1.1682G ± 15           -0.92%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   2,682 ± 0              2,682 ± 0              0.0%    tie     
                                                      wall_time      0.2115s ± 0.0077s      0.2079s ± 0.0041s      -1.7%   ~noise  
                                                                                                                                   
makerdao-dss-pot                            evmasm    cpu_time       0.0813s ± 0.0001s      0.0812s ± 0.0002s      -0.2%   TARGET  
                                                      creation_size  3,021 ± 0              3,021 ± 0              0.0%    tie     
                                                      cycles         214.2097M ± 379.7908k  213.1698M ± 302.6220k  -0.49%  TARGET  
                                                      instructions   429.8654M ± 13         428.3826M ± 5          -0.34%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   2,811 ± 0              2,811 ± 0              0.0%    tie     
                                                      wall_time      0.0820s ± 0.0001s      0.0828s ± 0.0043s      +0.93%  ~noise  
                                                                                                                                   
makerdao-dss-pot                            ir        cpu_time       0.2125s ± 0.0003s      0.2111s ± 0.0001s      -0.62%  TARGET  
                                                      creation_size  3,077 ± 0              3,077 ± 0              0.0%    tie     
                                                      cycles         675.6438M ± 572.6103k  669.9291M ± 310.2952k  -0.85%  TARGET  
                                                      instructions   1.2180G ± 16           1.2064G ± 23           -0.95%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   2,865 ± 0              2,865 ± 0              0.0%    tie     
                                                      wall_time      0.2137s ± 0.0003s      0.2124s ± 0.0002s      -0.62%  TARGET  
                                                                                                                                   
makerdao-dss-vat                            evmasm    cpu_time       0.1619s ± 0.0001s      0.1609s ± 0.0002s      -0.61%  TARGET  
                                                      creation_size  7,248 ± 0              7,248 ± 0              0.0%    tie     
                                                      cycles         493.7577M ± 306.2186k  489.5668M ± 341.1462k  -0.85%  TARGET  
                                                      instructions   1.0329G ± 11           1.0225G ± 8            -1.01%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   7,197 ± 0              7,197 ± 0              0.0%    tie     
                                                      wall_time      0.1640s ± 0.0042s      0.1642s ± 0.0066s      +0.16%  ~noise  
                                                                                                                                   
makerdao-dss-vat                            ir        cpu_time       0.4614s ± 0.0011s      0.4582s ± 0.0009s      -0.68%  TARGET  
                                                      creation_size  6,328 ± 0              6,328 ± 0              0.0%    tie     
                                                      cycles         1.5405G ± 3.5049M      1.5264G ± 3.0207M      -0.92%  TARGET  
                                                      instructions   2.7811G ± 30           2.7514G ± 18           -1.07%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   6,283 ± 0              6,283 ± 0              0.0%    tie     
                                                      wall_time      0.4640s ± 0.0012s      0.4608s ± 0.0010s      -0.69%  TARGET  
                                                                                                                                   
makerdao-dai                                evmasm    cpu_time       0.0983s ± 0.0001s      0.0979s ± 0.0001s      -0.38%  TARGET  
                                                      creation_size  4,222 ± 0              4,222 ± 0              0.0%    tie     
                                                      cycles         275.7804M ± 276.8312k  273.8512M ± 265.2723k  -0.7%   TARGET  
                                                      instructions   559.0368M ± 7          555.9787M ± 7          -0.55%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   3,877 ± 0              3,877 ± 0              0.0%    tie     
                                                      wall_time      0.0990s ± 0.0001s      0.0987s ± 0.0002s      -0.36%  TARGET  
                                                                                                                                   
makerdao-dai                                ir        cpu_time       0.2501s ± 0.0004s      0.2486s ± 0.0001s      -0.59%  TARGET  
                                                      creation_size  4,151 ± 0              4,151 ± 0              0.0%    tie     
                                                      cycles         810.7042M ± 999.1175k  804.9712M ± 305.3618k  -0.71%  TARGET  
                                                      instructions   1.4889G ± 17           1.4780G ± 23           -0.73%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   3,799 ± 0              3,799 ± 0              0.0%    tie     
                                                      wall_time      0.2526s ± 0.0050s      0.2528s ± 0.0069s      +0.08%  ~noise  
                                                                                                                                   
poap                                        evmasm    cpu_time       0.3807s ± 0.0003s      0.3796s ± 0.0008s      -0.28%  TARGET  
                                                      creation_size  21,115 ± 0             21,115 ± 0             0.0%    tie     
                                                      cycles         1.2535G ± 577.3507k    1.2482G ± 2.3458M      -0.42%  TARGET  
                                                      instructions   2.5449G ± 25           2.5359G ± 19           -0.35%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   20,721 ± 0             20,721 ± 0             0.0%    tie     
                                                      wall_time      0.3831s ± 0.0008s      0.3821s ± 0.0013s      -0.27%  TARGET  
                                                                                                                                   
poap                                        ir        cpu_time       1.6382s ± 0.0013s      1.6241s ± 0.0017s      -0.86%  TARGET  
                                                      creation_size  19,358 ± 0             19,358 ± 0             0.0%    tie     
                                                      cycles         5.7113G ± 4.5260M      5.6557G ± 5.1325M      -0.97%  TARGET  
                                                      instructions   9.2285G ± 85           9.1375G ± 49           -0.99%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   19,066 ± 0             19,066 ± 0             0.0%    tie     
                                                      wall_time      1.6465s ± 0.0019s      1.6323s ± 0.0018s      -0.86%  TARGET  
                                                                                                                                   
rocketpool-deposit-pool                     evmasm    cpu_time       0.3065s ± 0.0004s      0.3065s ± 0.0004s      +0.01%  ~noise  
                                                      creation_size  14,338 ± 0             14,338 ± 0             0.0%    tie     
                                                      cycles         987.0832M ± 850.4270k  985.4706M ± 620.9681k  -0.16%  TARGET  
                                                      instructions   2.0573G ± 29           2.0601G ± 14           +0.14%  BASELINE
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   12,829 ± 0             12,829 ± 0             0.0%    tie     
                                                      wall_time      0.3086s ± 0.0007s      0.3085s ± 0.0004s      -0.04%  ~noise  
                                                                                                                                   
rocketpool-deposit-pool                     ir        cpu_time       0.9013s ± 0.0015s      0.8956s ± 0.0012s      -0.63%  TARGET  
                                                      creation_size  13,039 ± 0             13,039 ± 0             0.0%    tie     
                                                      cycles         3.0946G ± 4.9419M      3.0737G ± 3.5345M      -0.67%  TARGET  
                                                      instructions   5.4478G ± 37           5.4010G ± 28           -0.86%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   11,363 ± 0             11,363 ± 0             0.0%    tie     
                                                      wall_time      0.9063s ± 0.0018s      0.9006s ± 0.0016s      -0.63%  TARGET  
                                                                                                                                   
spark-protocol-pool                         evmasm    cpu_time       1.9584s ± 0.0022s      1.9490s ± 0.0019s      -0.48%  TARGET  
                                                      creation_size  91,618 ± 0             91,618 ± 0             0.0%    tie     
                                                      cycles         6.7817G ± 8.1183M      6.7445G ± 5.5271M      -0.55%  TARGET  
                                                      instructions   13.9921G ± 51          13.9465G ± 62          -0.33%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   90,243 ± 0             90,243 ± 0             0.0%    tie     
                                                      wall_time      1.9695s ± 0.0018s      1.9603s ± 0.0022s      -0.47%  TARGET  
                                                                                                                                   
spark-protocol-pool                         ir        cpu_time       7.3273s ± 0.0088s      7.2784s ± 0.0081s      -0.67%  TARGET  
                                                      creation_size  81,666 ± 0             81,666 ± 0             0.0%    tie     
                                                      cycles         25.9636G ± 30.8044M    25.7844G ± 26.2053M    -0.69%  TARGET  
                                                      instructions   42.4570G ± 123         42.1531G ± 110         -0.72%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   80,778 ± 0             80,778 ± 0             0.0%    tie     
                                                      wall_time      7.3628s ± 0.0087s      7.3144s ± 0.0080s      -0.66%  TARGET  
                                                                                                                                   
tether-usdt                                 evmasm    cpu_time       0.1492s ± 0.0002s      0.1493s ± 0.0002s      +0.03%  ~noise  
                                                      creation_size  7,193 ± 0              7,193 ± 0              0.0%    tie     
                                                      cycles         447.0537M ± 547.8441k  446.5767M ± 416.7683k  -0.11%  TARGET  
                                                      instructions   896.9147M ± 12         899.1551M ± 11         +0.25%  BASELINE
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   6,260 ± 0              6,260 ± 0              0.0%    tie     
                                                      wall_time      0.1504s ± 0.0003s      0.1504s ± 0.0002s      0.0%    tie     
                                                                                                                                   
tether-usdt                                 ir        cpu_time       0.5922s ± 0.0009s      0.5860s ± 0.0008s      -1.04%  TARGET  
                                                      creation_size  6,608 ± 0              6,608 ± 0              0.0%    tie     
                                                      cycles         2.0062G ± 2.3914M      1.9826G ± 2.5606M      -1.17%  TARGET  
                                                      instructions   3.3902G ± 37           3.3502G ± 39           -1.18%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   5,461 ± 0              5,461 ± 0              0.0%    tie     
                                                      wall_time      0.5953s ± 0.0009s      0.5892s ± 0.0009s      -1.02%  TARGET  
                                                                                                                                   
uniswap-v2-router02                         evmasm    cpu_time       0.3339s ± 0.0003s      0.3334s ± 0.0006s      -0.14%  TARGET  
                                                      creation_size  16,956 ± 0             16,956 ± 0             0.0%    tie     
                                                      cycles         1.0850G ± 614.1904k    1.0817G ± 1.6063M      -0.31%  TARGET  
                                                      instructions   2.2778G ± 26           2.2710G ± 22           -0.3%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   16,264 ± 0             16,264 ± 0             0.0%    tie     
                                                      wall_time      0.3384s ± 0.0061s      0.3376s ± 0.0053s      -0.24%  ~noise  
                                                                                                                                   
uniswap-v2-router02                         ir        cpu_time       1.1569s ± 0.0013s      1.1505s ± 0.0010s      -0.55%  TARGET  
                                                      creation_size  13,616 ± 0             13,616 ± 0             0.0%    tie     
                                                      cycles         3.9862G ± 3.9635M      3.9607G ± 3.8305M      -0.64%  TARGET  
                                                      instructions   6.5564G ± 27           6.4978G ± 29           -0.89%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   13,142 ± 0             13,142 ± 0             0.0%    tie     
                                                      wall_time      1.1631s ± 0.0019s      1.1567s ± 0.0014s      -0.55%  TARGET  
                                                                                                                                   
uniswap-v3-nonfungible-position-manager     evmasm    cpu_time       0.7764s ± 0.0012s      0.7763s ± 0.0008s      -0.01%  ~noise  
                                                      creation_size  31,663 ± 0             31,663 ± 0             0.0%    tie     
                                                      cycles         2.6114G ± 2.7835M      2.6115G ± 2.0767M      0.0%    tie     
                                                      instructions   5.3648G ± 34           5.3503G ± 37           -0.27%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   28,971 ± 0             28,971 ± 0             0.0%    tie     
                                                      wall_time      0.7809s ± 0.0011s      0.7811s ± 0.0011s      +0.02%  ~noise  
                                                                                                                                   
uniswap-v3-nonfungible-position-manager     ir        cpu_time       2.1692s ± 0.0030s      2.1548s ± 0.0020s      -0.66%  TARGET  
                                                      creation_size  30,002 ± 0             30,002 ± 0             0.0%    tie     
                                                      cycles         7.5799G ± 10.4565M     7.5237G ± 6.7201M      -0.74%  TARGET  
                                                      instructions   12.7492G ± 73          12.6512G ± 62          -0.77%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   27,156 ± 0             27,156 ± 0             0.0%    tie     
                                                      wall_time      2.1806s ± 0.0037s      2.1657s ± 0.0016s      -0.68%  TARGET  
                                                                                                                                   
uniswap-v3-swaprouter02                     evmasm    cpu_time       0.6142s ± 0.0007s      0.6130s ± 0.0008s      -0.19%  TARGET  
                                                      creation_size  21,991 ± 0             21,991 ± 0             0.0%    tie     
                                                      cycles         2.0420G ± 1.8662M      2.0356G ± 1.3025M      -0.31%  TARGET  
                                                      instructions   4.1959G ± 40           4.1666G ± 28           -0.7%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   21,013 ± 0             21,013 ± 0             0.0%    tie     
                                                      wall_time      0.6178s ± 0.0008s      0.6168s ± 0.0009s      -0.17%  TARGET  
                                                                                                                                   
uniswap-v3-swaprouter02                     ir        cpu_time       1.3985s ± 0.0019s      1.3959s ± 0.0010s      -0.18%  TARGET  
                                                      creation_size  18,777 ± 0             18,777 ± 0             0.0%    tie     
                                                      cycles         4.8441G ± 6.7779M      4.8278G ± 3.3802M      -0.34%  TARGET  
                                                      instructions   8.7352G ± 41           8.6939G ± 43           -0.47%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   18,106 ± 0             18,106 ± 0             0.0%    tie     
                                                      wall_time      1.4061s ± 0.0022s      1.4036s ± 0.0016s      -0.18%  TARGET  
                                                                                                                                   
uniswap-v4-position-manager                 evmasm    cpu_time       0.7760s ± 0.0011s      0.7748s ± 0.0012s      -0.15%  TARGET  
                                                      creation_size  26,838 ± 0             26,838 ± 0             0.0%    tie     
                                                      cycles         2.5954G ± 3.8929M      2.5882G ± 2.9295M      -0.28%  TARGET  
                                                      instructions   5.3358G ± 37           5.3216G ± 42           -0.26%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   23,571 ± 0             23,571 ± 0             0.0%    tie     
                                                      wall_time      0.7808s ± 0.0009s      0.7794s ± 0.0012s      -0.17%  TARGET  
                                                                                                                                   
uniswap-v4-position-manager                 ir        cpu_time       1.9176s ± 0.0026s      1.9073s ± 0.0020s      -0.54%  TARGET  
                                                      creation_size  24,615 ± 0             24,615 ± 0             0.0%    tie     
                                                      cycles         6.6769G ± 10.0791M     6.6369G ± 7.5502M      -0.6%   TARGET  
                                                      instructions   11.5487G ± 99          11.4673G ± 62          -0.7%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   21,789 ± 0             21,789 ± 0             0.0%    tie     
                                                      wall_time      1.9280s ± 0.0026s      1.9176s ± 0.0025s      -0.54%  TARGET  
                                                                                                                                   
uniswap-v4-quoter                           evmasm    cpu_time       0.2733s ± 0.0005s      0.2736s ± 0.0003s      +0.11%  BASELINE
                                                      creation_size  7,378 ± 0              7,378 ± 0              0.0%    tie     
                                                      cycles         862.2789M ± 908.5248k  860.0471M ± 790.2339k  -0.26%  TARGET  
                                                      instructions   1.7790G ± 20           1.7732G ± 15           -0.33%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   6,281 ± 0              6,281 ± 0              0.0%    tie     
                                                      wall_time      0.2753s ± 0.0011s      0.2757s ± 0.0007s      +0.12%  ~noise  
                                                                                                                                   
uniswap-v4-quoter                           ir        cpu_time       0.4901s ± 0.0004s      0.4873s ± 0.0007s      -0.58%  TARGET  
                                                      creation_size  5,376 ± 0              5,376 ± 0              0.0%    tie     
                                                      cycles         1.6330G ± 935.0896k    1.6216G ± 2.2008M      -0.7%   TARGET  
                                                      instructions   3.0389G ± 43           3.0219G ± 38           -0.56%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   4,651 ± 0              4,651 ± 0              0.0%    tie     
                                                      wall_time      0.4948s ± 0.0052s      0.4946s ± 0.0084s      -0.03%  ~noise  
                                                                                                                                   
wbtc                                        evmasm    cpu_time       0.2551s ± 0.0002s      0.2546s ± 0.0002s      -0.2%   TARGET  
                                                      creation_size  16,877 ± 0             16,877 ± 0             0.0%    tie     
                                                      cycles         820.3440M ± 611.9304k  817.3288M ± 484.4900k  -0.37%  TARGET  
                                                      instructions   1.6561G ± 17           1.6532G ± 14           -0.17%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   15,804 ± 0             15,804 ± 0             0.0%    tie     
                                                      wall_time      0.2577s ± 0.0043s      0.2583s ± 0.0061s      +0.21%  ~noise  
                                                                                                                                   
wbtc                                        ir        cpu_time       1.1409s ± 0.0016s      1.1289s ± 0.0005s      -1.05%  TARGET  
                                                      creation_size  14,282 ± 0             14,282 ± 0             0.0%    tie     
                                                      cycles         3.9695G ± 5.0875M      3.9247G ± 1.7781M      -1.13%  TARGET  
                                                      instructions   6.8192G ± 51           6.7355G ± 37           -1.23%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   12,969 ± 0             12,969 ± 0             0.0%    tie     
                                                      wall_time      1.1468s ± 0.0017s      1.1351s ± 0.0013s      -1.02%  TARGET  
                                                                                                                                   
subsets/bedrock-interfaces-7.0.0            evmasm    cpu_time       1.9976s ± 0.0015s      1.9923s ± 0.0026s      -0.26%  TARGET  
                                                      creation_size  91,301 ± 0             91,301 ± 0             0.0%    tie     
                                                      cycles         6.9332G ± 6.4209M      6.9079G ± 7.4754M      -0.36%  TARGET  
                                                      instructions   14.3740G ± 69          14.3207G ± 67          -0.37%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   87,353 ± 0             87,353 ± 0             0.0%    tie     
                                                      wall_time      2.0084s ± 0.0016s      2.0031s ± 0.0029s      -0.26%  TARGET  
                                                                                                                                   
subsets/bedrock-interfaces-7.0.0            ir        cpu_time       6.5025s ± 0.0056s      6.4553s ± 0.0085s      -0.73%  TARGET  
                                                      creation_size  97,176 ± 0             97,176 ± 0             0.0%    tie     
                                                      cycles         23.0074G ± 19.5419M    22.8274G ± 28.2076M    -0.78%  TARGET  
                                                      instructions   38.2221G ± 143         37.9565G ± 119         -0.7%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   93,419 ± 0             93,419 ± 0             0.0%    tie     
                                                      wall_time      6.5344s ± 0.0050s      6.4869s ± 0.0081s      -0.73%  TARGET  
                                                                                                                                   
subsets/bedrock-analysis-7.0.0              evmasm    cpu_time       8.8525s ± 0.0234s      8.8820s ± 0.0281s      +0.33%  BASELINE
                                                      cycles         27.6119G ± 73.4674M    27.6964G ± 101.4711M   +0.31%  BASELINE
                                                      instructions   58.4779G ± 80          58.4779G ± 106         0.0%    tie     
                                                      peak_rss       1987 ± 0 MiB           1987 ± 0 MiB           0.0%    tie     
                                                      wall_time      8.8931s ± 0.0234s      8.9224s ± 0.0282s      +0.33%  BASELINE
                                                                                                                                   
subsets/openzeppelin-timelock-5.6.1         evmasm    cpu_time       0.8409s ± 0.0017s      0.8394s ± 0.0007s      -0.18%  TARGET  
                                                      creation_size  36,000 ± 0             36,000 ± 0             0.0%    tie     
                                                      cycles         2.8713G ± 3.8706M      2.8625G ± 1.8727M      -0.3%   TARGET  
                                                      instructions   5.9590G ± 30           5.9436G ± 35           -0.26%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   27,580 ± 0             27,580 ± 0             0.0%    tie     
                                                      wall_time      0.8460s ± 0.0016s      0.8442s ± 0.0008s      -0.22%  TARGET  
                                                                                                                                   
subsets/openzeppelin-timelock-5.6.1         ir        cpu_time       2.1769s ± 0.0042s      2.1692s ± 0.0069s      -0.36%  TARGET  
                                                      creation_size  31,131 ± 0             31,131 ± 0             0.0%    tie     
                                                      cycles         7.6483G ± 12.5371M     7.6190G ± 25.6214M     -0.38%  TARGET  
                                                      instructions   13.3734G ± 82          13.2743G ± 52          -0.74%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   23,688 ± 0             23,688 ± 0             0.0%    tie     
                                                      wall_time      2.1882s ± 0.0040s      2.1803s ± 0.0073s      -0.36%  TARGET  
                                                                                                                                   
subsets/aave-pool-3.6.0                     evmasm    cpu_time       2.3271s ± 0.0060s      2.3198s ± 0.0021s      -0.32%  TARGET  
                                                      creation_size  107,536 ± 0            107,536 ± 0            0.0%    tie     
                                                      cycles         8.0915G ± 15.9083M     8.0595G ± 6.6700M      -0.4%   TARGET  
                                                      instructions   16.4302G ± 90          16.3774G ± 76          -0.32%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   102,359 ± 0            102,359 ± 0            0.0%    tie     
                                                      wall_time      2.3391s ± 0.0057s      2.3318s ± 0.0021s      -0.31%  TARGET  
                                                                                                                                   
subsets/aave-pool-3.6.0                     ir        cpu_time       6.5641s ± 0.0086s      6.5210s ± 0.0064s      -0.66%  TARGET  
                                                      creation_size  105,777 ± 0            105,777 ± 0            0.0%    tie     
                                                      cycles         23.2690G ± 29.6764M    23.1091G ± 23.1538M    -0.69%  TARGET  
                                                      instructions   38.8194G ± 111         38.5537G ± 97          -0.68%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   100,079 ± 0            100,079 ± 0            0.0%    tie     
                                                      wall_time      6.5958s ± 0.0087s      6.5525s ± 0.0065s      -0.66%  TARGET  
                                                                                                                                   
subsets/solady-libstring-0.1.26             evmasm    cpu_time       1.4358s ± 0.0021s      1.4366s ± 0.0031s      +0.06%  ~noise  
                                                      creation_size  67,898 ± 0             67,898 ± 0             0.0%    tie     
                                                      cycles         4.7558G ± 7.3843M      4.7561G ± 7.1179M      +0.01%  ~noise  
                                                      instructions   10.1504G ± 69          10.1371G ± 68          -0.13%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   67,704 ± 0             67,704 ± 0             0.0%    tie     
                                                      wall_time      1.4444s ± 0.0024s      1.4450s ± 0.0035s      +0.04%  ~noise  
                                                                                                                                   
subsets/solady-libstring-0.1.26             ir        cpu_time       8.8639s ± 0.0143s      8.8068s ± 0.0099s      -0.64%  TARGET  
                                                      creation_size  97,304 ± 0             97,304 ± 0             0.0%    tie     
                                                      cycles         31.0840G ± 52.8613M    30.8469G ± 33.5456M    -0.76%  TARGET  
                                                      instructions   43.8960G ± 192         43.5857G ± 80          -0.71%  TARGET  
                                                      peak_rss       320 ± 0 MiB            320 ± 0 MiB            +0.21%  BASELINE
                                                      runtime_size   97,128 ± 0             97,128 ± 0             0.0%    tie     
                                                      wall_time      8.9064s ± 0.0146s      8.8489s ± 0.0103s      -0.65%  TARGET  
                                                                                                                                   
subsets/solady-fixedpointmath-0.1.26        evmasm    cpu_time       1.3143s ± 0.0042s      1.3195s ± 0.0041s      +0.4%   BASELINE
                                                      creation_size  56,812 ± 0             56,812 ± 0             0.0%    tie     
                                                      cycles         4.2617G ± 9.9603M      4.2716G ± 7.4799M      +0.23%  BASELINE
                                                      instructions   9.0745G ± 37           9.0583G ± 66           -0.18%  TARGET  
                                                      peak_rss       180 ± 0 MiB            180 ± 0 MiB            +0.01%  ~noise  
                                                      runtime_size   56,768 ± 0             56,768 ± 0             0.0%    tie     
                                                      wall_time      1.3223s ± 0.0047s      1.3277s ± 0.0043s      +0.4%   BASELINE
                                                                                                                                   
subsets/solady-fixedpointmath-0.1.26        ir        cpu_time       10.1918s ± 0.0172s     10.1658s ± 0.0120s     -0.25%  TARGET  
                                                      creation_size  126,161 ± 0            126,161 ± 0            0.0%    tie     
                                                      cycles         35.6750G ± 63.3299M    35.5907G ± 40.4250M    -0.24%  TARGET  
                                                      instructions   49.6971G ± 200         49.4781G ± 198         -0.44%  TARGET  
                                                      peak_rss       364 ± 0 MiB            372 ± 0 MiB            +2.12%  BASELINE
                                                      runtime_size   126,119 ± 0            126,119 ± 0            0.0%    tie     
                                                      wall_time      10.2403s ± 0.0179s     10.2144s ± 0.0120s     -0.25%  TARGET  
                                                                                                                                   
subsets/v4-poolmanager-4.0.0                evmasm    cpu_time       2.1535s ± 0.0032s      2.1471s ± 0.0037s      -0.3%   TARGET  
                                                      creation_size  86,844 ± 0             86,844 ± 0             0.0%    tie     
                                                      cycles         7.2571G ± 9.9122M      7.2281G ± 9.4949M      -0.4%   TARGET  
                                                      instructions   15.3172G ± 69          15.2643G ± 99          -0.35%  TARGET  
                                                      peak_rss       203 ± 0 MiB            203 ± 0 MiB            -0.08%  ~noise  
                                                      runtime_size   72,030 ± 0             72,030 ± 0             0.0%    tie     
                                                      wall_time      2.1647s ± 0.0030s      2.1582s ± 0.0039s      -0.3%   TARGET  
                                                                                                                                   
subsets/v4-poolmanager-4.0.0                ir        cpu_time       6.0043s ± 0.0072s      5.9652s ± 0.0075s      -0.65%  TARGET  
                                                      creation_size  71,065 ± 0             71,065 ± 0             0.0%    tie     
                                                      cycles         21.0170G ± 26.4658M    20.8678G ± 25.5534M    -0.71%  TARGET  
                                                      instructions   35.4753G ± 207         35.2326G ± 75          -0.68%  TARGET  
                                                      peak_rss       241 ± 0 MiB            241 ± 0 MiB            +0.06%  ~noise  
                                                      runtime_size   58,705 ± 0             58,705 ± 0             0.0%    tie     
                                                      wall_time      6.0335s ± 0.0072s      5.9941s ± 0.0074s      -0.65%  TARGET  
                                                                                                                                   
subsets/seaport-core-1.6                    evmasm    cpu_time       1.6340s ± 0.0026s      1.6301s ± 0.0020s      -0.24%  TARGET  
                                                      creation_size  62,068 ± 0             62,068 ± 0             0.0%    tie     
                                                      cycles         5.6220G ± 7.7611M      5.6049G ± 4.7948M      -0.3%   TARGET  
                                                      instructions   11.5702G ± 64          11.5295G ± 37          -0.35%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   55,733 ± 0             55,733 ± 0             0.0%    tie     
                                                      wall_time      1.6427s ± 0.0027s      1.6386s ± 0.0019s      -0.25%  TARGET  
                                                                                                                                   
subsets/seaport-core-1.6                    ir        cpu_time       4.0027s ± 0.0064s      3.9803s ± 0.0056s      -0.56%  TARGET  
                                                      creation_size  55,160 ± 0             55,160 ± 0             0.0%    tie     
                                                      cycles         14.0766G ± 22.6213M    13.9929G ± 19.5254M    -0.6%   TARGET  
                                                      instructions   24.6711G ± 123         24.5063G ± 102         -0.67%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   49,206 ± 0             49,206 ± 0             0.0%    tie     
                                                      wall_time      4.0223s ± 0.0060s      4.0006s ± 0.0055s      -0.54%  TARGET  
                                                                                                                                   
subsets/bedrock-cannon-7.0.0                evmasm    cpu_time       0.6635s ± 0.0009s      0.6628s ± 0.0006s      -0.11%  TARGET  
                                                      creation_size  29,594 ± 0             29,594 ± 0             0.0%    tie     
                                                      cycles         2.2396G ± 2.7755M      2.2351G ± 2.0248M      -0.2%   TARGET  
                                                      instructions   4.9521G ± 23           4.9434G ± 32           -0.18%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   28,917 ± 0             28,917 ± 0             0.0%    tie     
                                                      wall_time      0.6675s ± 0.0014s      0.6668s ± 0.0011s      -0.1%   ~noise  
                                                                                                                                   
subsets/bedrock-cannon-7.0.0                ir        cpu_time       2.3182s ± 0.0019s      2.3061s ± 0.0023s      -0.52%  TARGET  
                                                      creation_size  33,849 ± 0             33,849 ± 0             0.0%    tie     
                                                      cycles         8.1092G ± 6.6413M      8.0630G ± 7.5415M      -0.57%  TARGET  
                                                      instructions   15.3944G ± 94          15.3008G ± 97          -0.61%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   33,276 ± 0             33,276 ± 0             0.0%    tie     
                                                      wall_time      2.3297s ± 0.0024s      2.3177s ± 0.0025s      -0.52%  TARGET  
                                                                                                                                   
subsets/bedrock-l2contractsmanager-7.0.0    evmasm    cpu_time       0.3141s ± 0.0002s      0.3141s ± 0.0002s      -0.01%  ~noise  
                                                      creation_size  12,224 ± 0             12,224 ± 0             0.0%    tie     
                                                      cycles         999.3391M ± 528.0174k  998.7846M ± 379.7608k  -0.06%  ~noise  
                                                      instructions   2.3584G ± 29           2.3544G ± 24           -0.17%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   10,752 ± 0             10,752 ± 0             0.0%    tie     
                                                      wall_time      0.3160s ± 0.0003s      0.3159s ± 0.0004s      -0.01%  ~noise  
                                                                                                                                   
subsets/bedrock-l2contractsmanager-7.0.0    ir        cpu_time       1.6751s ± 0.0028s      1.6655s ± 0.0024s      -0.57%  TARGET  
                                                      creation_size  26,454 ± 0             26,454 ± 0             0.0%    tie     
                                                      cycles         5.7609G ± 9.1015M      5.7268G ± 8.6713M      -0.59%  TARGET  
                                                      instructions   10.0686G ± 44          10.0150G ± 55          -0.53%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   24,838 ± 0             24,838 ± 0             0.0%    tie     
                                                      wall_time      1.6833s ± 0.0033s      1.6736s ± 0.0024s      -0.58%  TARGET  
                                                                                                                                   
subsets/bedrock-nutbundle-7.0.0             evmasm    cpu_time       1.0169s ± 0.0022s      1.0166s ± 0.0015s      -0.03%  ~noise  
                                                      creation_size  24,612 ± 0             24,612 ± 0             0.0%    tie     
                                                      cycles         3.2347G ± 4.2008M      3.2297G ± 4.4957M      -0.15%  TARGET  
                                                      instructions   7.7472G ± 53           7.7371G ± 40           -0.13%  TARGET  
                                                      peak_rss       174 ± 0 MiB            174 ± 0 MiB            -0.14%  TARGET  
                                                      runtime_size   24,567 ± 0             24,567 ± 0             0.0%    tie     
                                                      wall_time      1.0252s ± 0.0079s      1.0248s ± 0.0074s      -0.04%  ~noise  
                                                                                                                                   
subsets/bedrock-nutbundle-7.0.0             ir        cpu_time       4.5602s ± 0.0097s      4.5437s ± 0.0074s      -0.36%  TARGET  
                                                      creation_size  30,152 ± 0             30,152 ± 0             0.0%    tie     
                                                      cycles         15.7619G ± 32.9571M    15.6943G ± 23.4017M    -0.43%  TARGET  
                                                      instructions   23.3661G ± 116         23.2218G ± 63          -0.62%  TARGET  
                                                      peak_rss       266 ± 0 MiB            267 ± 0 MiB            +0.66%  BASELINE
                                                      runtime_size   30,109 ± 0             30,109 ± 0             0.0%    tie     
                                                      wall_time      4.5816s ± 0.0097s      4.5651s ± 0.0076s      -0.36%  TARGET  
                                                                                                                                   
subsets/bedrock-deploy-scripts-7.0.0        evmasm    cpu_time       3.9367s ± 0.0077s      3.9259s ± 0.0055s      -0.27%  TARGET  
                                                      creation_size  170,112 ± 0            170,112 ± 0            0.0%    tie     
                                                      cycles         13.5083G ± 24.8371M    13.4629G ± 19.3194M    -0.34%  TARGET  
                                                      instructions   27.9235G ± 109         27.8266G ± 89          -0.35%  TARGET  
                                                      peak_rss       270 ± 0 MiB            270 ± 0 MiB            0.0%    tie     
                                                      runtime_size   169,159 ± 0            169,159 ± 0            0.0%    tie     
                                                      wall_time      3.9570s ± 0.0080s      3.9465s ± 0.0056s      -0.27%  TARGET  
                                                                                                                                   
subsets/aave-librarypreCompile-3.6.0        evmasm    cpu_time       1.8643s ± 0.0026s      1.8596s ± 0.0032s      -0.26%  TARGET  
                                                      creation_size  71,529 ± 0             71,529 ± 0             0.0%    tie     
                                                      cycles         6.2350G ± 6.8372M      6.2139G ± 6.6286M      -0.34%  TARGET  
                                                      instructions   13.5602G ± 59          13.5265G ± 55          -0.25%  TARGET  
                                                      peak_rss       195 ± 0 MiB            195 ± 0 MiB            +0.05%  ~noise  
                                                      runtime_size   71,439 ± 0             71,439 ± 0             0.0%    tie     
                                                      wall_time      1.8738s ± 0.0027s      1.8688s ± 0.0035s      -0.27%  TARGET  
                                                                                                                                   
subsets/aave-librarypreCompile-3.6.0        ir        cpu_time       5.0976s ± 0.0056s      5.0782s ± 0.0069s      -0.38%  TARGET  
                                                      creation_size  67,740 ± 0             67,740 ± 0             0.0%    tie     
                                                      cycles         17.7668G ± 22.8120M    17.6843G ± 22.5643M    -0.46%  TARGET  
                                                      instructions   34.2185G ± 152         34.0735G ± 142         -0.42%  TARGET  
                                                      peak_rss       236 ± 0 MiB            238 ± 0 MiB            +0.89%  BASELINE
                                                      runtime_size   67,654 ± 0             67,654 ± 0             0.0%    tie     
                                                      wall_time      5.1219s ± 0.0052s      5.1026s ± 0.0069s      -0.38%  TARGET  
                                                                                                                                   
subsets/seaport-referenceconsideration-1.6  evmasm    cpu_time       1.1358s ± 0.0017s      1.1327s ± 0.0022s      -0.27%  TARGET  
                                                      creation_size  47,020 ± 0             47,020 ± 0             0.0%    tie     
                                                      cycles         3.8650G ± 5.3474M      3.8531G ± 4.6113M      -0.31%  TARGET  
                                                      instructions   7.9270G ± 47           7.9053G ± 42           -0.27%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   41,353 ± 0             41,353 ± 0             0.0%    tie     
                                                      wall_time      1.1418s ± 0.0018s      1.1387s ± 0.0022s      -0.28%  TARGET  
                                                                                                                                   
subsets/seaport-referenceconsideration-1.6  ir        cpu_time       4.8223s ± 0.0077s      4.7983s ± 0.0081s      -0.5%   TARGET  
                                                      creation_size  42,031 ± 0             42,031 ± 0             0.0%    tie     
                                                      cycles         17.0061G ± 27.6975M    16.9140G ± 28.5463M    -0.54%  TARGET  
                                                      instructions   26.2420G ± 73          26.0688G ± 102         -0.66%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.13%  TARGET  
                                                      runtime_size   36,624 ± 0             36,624 ± 0             0.0%    tie     
                                                      wall_time      4.8451s ± 0.0071s      4.8211s ± 0.0079s      -0.5%   TARGET  

@rodiazet

Copy link
Copy Markdown
Contributor Author

std::map <> std::unordered_map

clang:

Baseline: 0.8.37-ci.2026.8.14+commit.14914e04.Linux.g++ n=20
Target:   0.8.37-ci.2026.8.17+commit.63de7bda.Linux.g++ n=20
Values are mean ± sample stddev. Δ% = (target mean - baseline mean) / baseline mean. Negative = improvement (lower is better), positive = regression.
winner = '~noise' unless the gap passes a Welch t-test and |Δ%| ≥ 0.1%.

Benchmark                                   Pipeline  Metric         Base                   Target                 Δ%      winner  
------------------------------------------  --------  -------------  ---------------------  ---------------------  ------  --------
solarray-a547630                            evmasm    cpu_time       1.0052s ± 0.0043s      1.0076s ± 0.0022s      +0.23%  BASELINE
                                                      creation_size  4,474 ± 0              4,474 ± 0              0.0%    tie     
                                                      cycles         3.1911G ± 13.3826M     3.1997G ± 7.0503M      +0.27%  BASELINE
                                                      instructions   7.6380G ± 14           7.6376G ± 11           0.0%    tie     
                                                      peak_rss       188 ± 0 MiB            188 ± 0 MiB            +0.05%  ~noise  
                                                      runtime_size   3,992 ± 0              3,992 ± 0              0.0%    tie     
                                                      wall_time      1.0162s ± 0.0041s      1.0185s ± 0.0027s      +0.23%  BASELINE
                                                                                                                                   
solarray-a547630                            ir        cpu_time       1.1958s ± 0.0022s      1.1939s ± 0.0028s      -0.15%  TARGET  
                                                      creation_size  4,220 ± 0              4,220 ± 0              0.0%    tie     
                                                      cycles         3.8668G ± 8.0826M      3.8628G ± 8.7675M      -0.1%   ~noise  
                                                      instructions   8.7621G ± 23           8.7636G ± 18           +0.02%  ~noise  
                                                      peak_rss       190 ± 0 MiB            190 ± 0 MiB            +0.05%  ~noise  
                                                      runtime_size   3,920 ± 0              3,920 ± 0              0.0%    tie     
                                                      wall_time      1.2075s ± 0.0022s      1.2056s ± 0.0029s      -0.16%  TARGET  
                                                                                                                                   
solidity-verifier                           evmasm    cpu_time       0.1058s ± 0.0002s      0.1057s ± 0.0001s      -0.06%  ~noise  
                                                      creation_size  4,790 ± 0              4,790 ± 0              0.0%    tie     
                                                      cycles         295.5400M ± 304.1285k  295.9436M ± 268.9015k  +0.14%  BASELINE
                                                      instructions   637.0219M ± 8          636.4441M ± 5          -0.09%  ~noise  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            +0.04%  ~noise  
                                                      runtime_size   4,712 ± 0              4,712 ± 0              0.0%    tie     
                                                      wall_time      0.1067s ± 0.0003s      0.1066s ± 0.0003s      -0.02%  ~noise  
                                                                                                                                   
solidity-verifier                           ir        cpu_time       0.2221s ± 0.0002s      0.2212s ± 0.0001s      -0.4%   TARGET  
                                                      creation_size  4,215 ± 0              4,215 ± 0              0.0%    tie     
                                                      cycles         710.1708M ± 334.1761k  707.7093M ± 362.4503k  -0.35%  TARGET  
                                                      instructions   1.3628G ± 16           1.3624G ± 9            -0.03%  ~noise  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            +0.04%  ~noise  
                                                      runtime_size   4,161 ± 0              4,161 ± 0              0.0%    tie     
                                                      wall_time      0.2235s ± 0.0002s      0.2227s ± 0.0005s      -0.35%  TARGET  
                                                                                                                                   
solidity-optimizor-club                     ir        cpu_time       1.0849s ± 0.0025s      1.0805s ± 0.0029s      -0.4%   TARGET  
                                                      creation_size  21,778 ± 0             21,778 ± 0             0.0%    tie     
                                                      cycles         3.7529G ± 7.8229M      3.7406G ± 8.8370M      -0.33%  TARGET  
                                                      instructions   7.0403G ± 55           7.0214G ± 37           -0.27%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            +0.04%  ~noise  
                                                      runtime_size   20,616 ± 0             20,616 ± 0             0.0%    tie     
                                                      wall_time      1.0906s ± 0.0022s      1.0862s ± 0.0034s      -0.41%  TARGET  
                                                                                                                                   
solidity-chains                             evmasm    cpu_time       0.1111s ± 0.0002s      0.1106s ± 0.0002s      -0.45%  TARGET  
                                                      creation_size  5,831 ± 0              5,831 ± 0              0.0%    tie     
                                                      cycles         317.7359M ± 617.9434k  317.8207M ± 411.0499k  +0.03%  ~noise  
                                                      instructions   651.3512M ± 10         650.0983M ± 14         -0.19%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            +0.04%  ~noise  
                                                      runtime_size   5,803 ± 0              5,803 ± 0              0.0%    tie     
                                                      wall_time      0.1121s ± 0.0007s      0.1115s ± 0.0002s      -0.58%  TARGET  
                                                                                                                                   
safe-smart-account-1.5.0                    evmasm    cpu_time       1.6721s ± 0.0022s      1.6724s ± 0.0014s      +0.02%  ~noise  
                                                      creation_size  64,387 ± 0             64,387 ± 0             0.0%    tie     
                                                      cycles         5.7237G ± 5.8434M      5.7279G ± 4.7438M      +0.07%  ~noise  
                                                      instructions   11.5263G ± 56          11.5114G ± 42          -0.13%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            +0.04%  ~noise  
                                                      runtime_size   61,711 ± 0             61,711 ± 0             0.0%    tie     
                                                      wall_time      1.6822s ± 0.0023s      1.6828s ± 0.0014s      +0.03%  ~noise  
                                                                                                                                   
safe-smart-account-1.5.0                    ir        cpu_time       3.8947s ± 0.0055s      3.8801s ± 0.0046s      -0.37%  TARGET  
                                                      creation_size  55,618 ± 0             55,618 ± 0             0.0%    tie     
                                                      cycles         13.7552G ± 19.1111M    13.7023G ± 16.2260M    -0.39%  TARGET  
                                                      instructions   23.2976G ± 75          23.2329G ± 90          -0.28%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            +0.04%  ~noise  
                                                      runtime_size   52,790 ± 0             52,790 ± 0             0.0%    tie     
                                                      wall_time      3.9148s ± 0.0057s      3.9003s ± 0.0049s      -0.37%  TARGET  
                                                                                                                                   
account-abstraction-0.8.0                   evmasm    cpu_time       1.9242s ± 0.0021s      1.9230s ± 0.0016s      -0.06%  ~noise  
                                                      creation_size  94,144 ± 0             94,144 ± 0             0.0%    tie     
                                                      cycles         6.5832G ± 6.4174M      6.5820G ± 6.2218M      -0.02%  ~noise  
                                                      instructions   13.3888G ± 86          13.3710G ± 40          -0.13%  TARGET  
                                                      peak_rss       160 ± 4 MiB            154 ± 1 MiB            -3.83%  TARGET  
                                                      runtime_size   65,469 ± 0             65,469 ± 0             0.0%    tie     
                                                      wall_time      1.9396s ± 0.0026s      1.9352s ± 0.0015s      -0.23%  TARGET  
                                                                                                                                   
account-abstraction-0.8.0                   ir        cpu_time       4.3663s ± 0.0054s      4.3558s ± 0.0032s      -0.24%  TARGET  
                                                      creation_size  75,427 ± 0             75,427 ± 0             0.0%    tie     
                                                      cycles         15.3984G ± 18.5055M    15.3654G ± 10.0945M    -0.21%  TARGET  
                                                      instructions   26.8222G ± 93          26.7551G ± 86          -0.25%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   51,592 ± 0             51,592 ± 0             0.0%    tie     
                                                      wall_time      4.3895s ± 0.0048s      4.3788s ± 0.0033s      -0.24%  TARGET  
                                                                                                                                   
weth9                                       evmasm    cpu_time       0.0720s ± 0.0002s      0.0720s ± 0.0002s      +0.01%  ~noise  
                                                      creation_size  2,439 ± 0              2,439 ± 0              0.0%    tie     
                                                      cycles         186.8106M ± 399.8215k  186.8356M ± 346.8557k  +0.01%  ~noise  
                                                      instructions   372.0452M ± 13         371.5059M ± 9          -0.14%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   1,835 ± 0              1,835 ± 0              0.0%    tie     
                                                      wall_time      0.0734s ± 0.0036s      0.0726s ± 0.0002s      -1.07%  ~noise  
                                                                                                                                   
weth9                                       ir        cpu_time       0.1473s ± 0.0002s      0.1470s ± 0.0002s      -0.22%  TARGET  
                                                      creation_size  2,130 ± 0              2,130 ± 0              0.0%    tie     
                                                      cycles         451.1753M ± 274.4957k  449.9696M ± 256.3066k  -0.27%  TARGET  
                                                      instructions   809.6507M ± 22         807.6355M ± 9          -0.25%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   1,725 ± 0              1,725 ± 0              0.0%    tie     
                                                      wall_time      0.1499s ± 0.0050s      0.1488s ± 0.0037s      -0.74%  ~noise  
                                                                                                                                   
oeth                                        evmasm    cpu_time       0.3749s ± 0.0005s      0.3757s ± 0.0004s      +0.2%   BASELINE
                                                      creation_size  21,972 ± 0             21,972 ± 0             0.0%    tie     
                                                      cycles         1.2244G ± 1.4454M      1.2276G ± 614.0754k    +0.26%  BASELINE
                                                      instructions   2.5815G ± 22           2.5725G ± 30           -0.35%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   21,627 ± 0             21,627 ± 0             0.0%    tie     
                                                      wall_time      0.3774s ± 0.0009s      0.3782s ± 0.0009s      +0.21%  BASELINE
                                                                                                                                   
oeth                                        ir        cpu_time       1.3035s ± 0.0021s      1.2943s ± 0.0020s      -0.71%  TARGET  
                                                      creation_size  19,743 ± 0             19,743 ± 0             0.0%    tie     
                                                      cycles         4.5298G ± 7.2475M      4.5003G ± 6.5681M      -0.65%  TARGET  
                                                      instructions   7.7146G ± 56           7.6824G ± 45           -0.42%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   19,445 ± 0             19,445 ± 0             0.0%    tie     
                                                      wall_time      1.3102s ± 0.0026s      1.3010s ± 0.0021s      -0.7%   TARGET  
                                                                                                                                   
aave-v4-hub                                 evmasm    cpu_time       0.7075s ± 0.0013s      0.7097s ± 0.0012s      +0.3%   BASELINE
                                                      creation_size  24,199 ± 0             24,199 ± 0             0.0%    tie     
                                                      cycles         2.3060G ± 4.1248M      2.3072G ± 3.2460M      +0.05%  ~noise  
                                                      instructions   4.9730G ± 16           4.9697G ± 27           -0.07%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   23,185 ± 0             23,185 ± 0             0.0%    tie     
                                                      wall_time      0.7124s ± 0.0016s      0.7144s ± 0.0016s      +0.28%  BASELINE
                                                                                                                                   
aave-v4-hub                                 ir        cpu_time       1.9914s ± 0.0033s      1.9845s ± 0.0028s      -0.35%  TARGET  
                                                      creation_size  19,407 ± 0             19,407 ± 0             0.0%    tie     
                                                      cycles         6.9009G ± 11.0751M     6.8757G ± 9.6025M      -0.37%  TARGET  
                                                      instructions   11.1818G ± 104         11.1555G ± 68          -0.24%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   18,752 ± 0             18,752 ± 0             0.0%    tie     
                                                      wall_time      2.0023s ± 0.0035s      1.9952s ± 0.0034s      -0.35%  TARGET  
                                                                                                                                   
uniswap-v3-pool                             evmasm    cpu_time       0.6133s ± 0.0011s      0.6128s ± 0.0011s      -0.07%  ~noise  
                                                      creation_size  26,386 ± 0             26,386 ± 0             0.0%    tie     
                                                      cycles         2.0437G ± 2.4540M      2.0434G ± 2.3913M      -0.02%  ~noise  
                                                      instructions   4.3569G ± 37           4.3551G ± 28           -0.04%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   24,611 ± 0             24,611 ± 0             0.0%    tie     
                                                      wall_time      0.6170s ± 0.0012s      0.6166s ± 0.0012s      -0.07%  ~noise  
                                                                                                                                   
uniswap-v3-pool                             ir        cpu_time       3.5978s ± 0.0034s      3.5851s ± 0.0046s      -0.35%  TARGET  
                                                      creation_size  25,139 ± 0             25,139 ± 0             0.0%    tie     
                                                      cycles         12.5724G ± 13.2132M    12.5341G ± 16.2060M    -0.3%   TARGET  
                                                      instructions   18.3532G ± 93          18.2936G ± 54          -0.32%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   23,935 ± 0             23,935 ± 0             0.0%    tie     
                                                      wall_time      3.6154s ± 0.0031s      3.6029s ± 0.0049s      -0.34%  TARGET  
                                                                                                                                   
chainlink-link-token                        evmasm    cpu_time       0.0778s ± 0.0001s      0.0779s ± 0.0002s      +0.11%  ~noise  
                                                      creation_size  2,694 ± 0              2,694 ± 0              0.0%    tie     
                                                      cycles         201.5880M ± 309.0346k  201.9089M ± 360.4863k  +0.16%  BASELINE
                                                      instructions   411.8849M ± 10         411.0698M ± 7          -0.2%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   2,584 ± 0              2,584 ± 0              0.0%    tie     
                                                      wall_time      0.0794s ± 0.0044s      0.0795s ± 0.0045s      +0.12%  ~noise  
                                                                                                                                   
chainlink-link-token                        ir        cpu_time       0.1805s ± 0.0002s      0.1799s ± 0.0002s      -0.35%  TARGET  
                                                      creation_size  2,262 ± 0              2,262 ± 0              0.0%    tie     
                                                      cycles         564.1376M ± 437.9613k  561.8925M ± 474.6555k  -0.4%   TARGET  
                                                      instructions   1.0199G ± 22           1.0167G ± 15           -0.31%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   2,167 ± 0              2,167 ± 0              0.0%    tie     
                                                      wall_time      0.1818s ± 0.0006s      0.1810s ± 0.0002s      -0.42%  TARGET  
                                                                                                                                   
chainlink-ocr2-aggregator                   evmasm    cpu_time       1.0355s ± 0.0010s      1.0354s ± 0.0012s      -0.01%  ~noise  
                                                      creation_size  50,447 ± 0             50,447 ± 0             0.0%    tie     
                                                      cycles         3.5779G ± 3.7309M      3.5783G ± 3.6757M      +0.01%  ~noise  
                                                      instructions   6.9377G ± 41           6.9235G ± 38           -0.21%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   44,800 ± 0             44,800 ± 0             0.0%    tie     
                                                      wall_time      1.0428s ± 0.0051s      1.0430s ± 0.0053s      +0.02%  ~noise  
                                                                                                                                   
chainlink-ocr2-aggregator                   ir        cpu_time       3.7389s ± 0.0047s      3.7311s ± 0.0047s      -0.21%  TARGET  
                                                      creation_size  47,416 ± 0             47,416 ± 0             0.0%    tie     
                                                      cycles         13.2358G ± 16.0139M    13.2116G ± 16.6579M    -0.18%  TARGET  
                                                      instructions   22.6687G ± 111         22.6004G ± 86          -0.3%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   43,413 ± 0             43,413 ± 0             0.0%    tie     
                                                      wall_time      3.7575s ± 0.0044s      3.7496s ± 0.0053s      -0.21%  TARGET  
                                                                                                                                   
balancer-v2-vault                           evmasm    cpu_time       0.8880s ± 0.0016s      0.8889s ± 0.0019s      +0.1%   ~noise  
                                                      creation_size  31,998 ± 0             31,998 ± 0             0.0%    tie     
                                                      cycles         2.9880G ± 5.9991M      2.9907G ± 6.2232M      +0.09%  ~noise  
                                                      instructions   6.1582G ± 32           6.1495G ± 38           -0.14%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   27,768 ± 0             27,768 ± 0             0.0%    tie     
                                                      wall_time      0.8934s ± 0.0016s      0.8942s ± 0.0021s      +0.09%  ~noise  
                                                                                                                                   
balancer-v2-vault                           ir        cpu_time       2.2322s ± 0.0031s      2.2269s ± 0.0056s      -0.24%  TARGET  
                                                      creation_size  28,933 ± 0             28,933 ± 0             0.0%    tie     
                                                      cycles         7.7885G ± 11.5890M     7.7662G ± 19.4142M     -0.29%  TARGET  
                                                      instructions   13.1968G ± 43          13.1619G ± 45          -0.26%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   25,139 ± 0             25,139 ± 0             0.0%    tie     
                                                      wall_time      2.2439s ± 0.0031s      2.2387s ± 0.0059s      -0.23%  TARGET  
                                                                                                                                   
balancer-v3-router                          evmasm    cpu_time       0.8647s ± 0.0019s      0.8620s ± 0.0016s      -0.31%  TARGET  
                                                      creation_size  29,212 ± 0             29,212 ± 0             0.0%    tie     
                                                      cycles         2.9022G ± 5.1286M      2.8930G ± 5.1525M      -0.32%  TARGET  
                                                      instructions   5.9702G ± 44           5.9677G ± 43           -0.04%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   26,260 ± 0             26,260 ± 0             0.0%    tie     
                                                      wall_time      0.8699s ± 0.0022s      0.8671s ± 0.0016s      -0.31%  TARGET  
                                                                                                                                   
balancer-v3-router                          ir        cpu_time       2.2424s ± 0.0033s      2.2316s ± 0.0039s      -0.48%  TARGET  
                                                      creation_size  21,945 ± 0             21,945 ± 0             0.0%    tie     
                                                      cycles         7.8034G ± 11.2773M     7.7621G ± 12.5573M     -0.53%  TARGET  
                                                      instructions   12.0312G ± 73          11.9890G ± 48          -0.35%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   19,589 ± 0             19,589 ± 0             0.0%    tie     
                                                      wall_time      2.2543s ± 0.0036s      2.2434s ± 0.0042s      -0.48%  TARGET  
                                                                                                                                   
balancer-v3-vault                           evmasm    cpu_time       1.2932s ± 0.0020s      1.2907s ± 0.0023s      -0.2%   TARGET  
                                                      creation_size  43,874 ± 0             43,874 ± 0             0.0%    tie     
                                                      cycles         4.3436G ± 8.0505M      4.3355G ± 6.7785M      -0.19%  TARGET  
                                                      instructions   9.1721G ± 35           9.1591G ± 38           -0.14%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   38,554 ± 0             38,554 ± 0             0.0%    tie     
                                                      wall_time      1.3014s ± 0.0023s      1.2989s ± 0.0026s      -0.2%   TARGET  
                                                                                                                                   
balancer-v3-vault                           ir        cpu_time       3.0174s ± 0.0048s      3.0093s ± 0.0041s      -0.27%  TARGET  
                                                      creation_size  35,486 ± 0             35,486 ± 0             0.0%    tie     
                                                      cycles         10.4791G ± 16.0191M    10.4539G ± 12.6950M    -0.24%  TARGET  
                                                      instructions   17.7200G ± 52          17.6841G ± 47          -0.2%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   30,394 ± 0             30,394 ± 0             0.0%    tie     
                                                      wall_time      3.0338s ± 0.0050s      3.0255s ± 0.0042s      -0.27%  TARGET  
                                                                                                                                   
boredapeyachtclub                           evmasm    cpu_time       0.4418s ± 0.0008s      0.4413s ± 0.0004s      -0.12%  TARGET  
                                                      creation_size  18,183 ± 0             18,183 ± 0             0.0%    tie     
                                                      cycles         1.4683G ± 2.1031M      1.4648G ± 756.2992k    -0.24%  TARGET  
                                                      instructions   2.9938G ± 29           2.9759G ± 20           -0.6%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   16,003 ± 0             16,003 ± 0             0.0%    tie     
                                                      wall_time      0.4447s ± 0.0010s      0.4439s ± 0.0004s      -0.17%  TARGET  
                                                                                                                                   
boredapeyachtclub                           ir        cpu_time       1.1560s ± 0.0012s      1.1527s ± 0.0016s      -0.29%  TARGET  
                                                      creation_size  18,438 ± 0             18,438 ± 0             0.0%    tie     
                                                      cycles         4.0201G ± 4.6335M      4.0078G ± 5.3091M      -0.31%  TARGET  
                                                      instructions   7.0723G ± 47           7.0507G ± 43           -0.3%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   15,830 ± 0             15,830 ± 0             0.0%    tie     
                                                      wall_time      1.1621s ± 0.0014s      1.1586s ± 0.0016s      -0.3%   TARGET  
                                                                                                                                   
cow-protocol-settlement                     evmasm    cpu_time       0.5194s ± 0.0005s      0.5195s ± 0.0006s      +0.03%  ~noise  
                                                      creation_size  24,105 ± 0             24,105 ± 0             0.0%    tie     
                                                      cycles         1.7469G ± 1.2055M      1.7472G ± 1.1256M      +0.01%  ~noise  
                                                      instructions   3.4595G ± 24           3.4533G ± 31           -0.18%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   18,779 ± 0             18,779 ± 0             0.0%    tie     
                                                      wall_time      0.5225s ± 0.0007s      0.5227s ± 0.0009s      +0.04%  ~noise  
                                                                                                                                   
cow-protocol-settlement                     ir        cpu_time       1.0759s ± 0.0012s      1.0714s ± 0.0017s      -0.42%  TARGET  
                                                      creation_size  20,527 ± 0             20,527 ± 0             0.0%    tie     
                                                      cycles         3.7291G ± 3.7272M      3.7130G ± 5.3255M      -0.43%  TARGET  
                                                      instructions   6.7161G ± 44           6.6969G ± 45           -0.29%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   15,948 ± 0             15,948 ± 0             0.0%    tie     
                                                      wall_time      1.0817s ± 0.0014s      1.0771s ± 0.0020s      -0.42%  TARGET  
                                                                                                                                   
compound-comet-rewards                      evmasm    cpu_time       0.1294s ± 0.0002s      0.1294s ± 0.0003s      0.0%    tie     
                                                      creation_size  4,578 ± 0              4,578 ± 0              0.0%    tie     
                                                      cycles         376.8659M ± 420.2913k  377.0158M ± 508.6250k  +0.04%  ~noise  
                                                      instructions   804.2043M ± 7          804.0838M ± 9          -0.01%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   4,364 ± 0              4,364 ± 0              0.0%    tie     
                                                      wall_time      0.1304s ± 0.0002s      0.1304s ± 0.0003s      +0.04%  ~noise  
                                                                                                                                   
compound-comet-rewards                      ir        cpu_time       0.3077s ± 0.0003s      0.3066s ± 0.0003s      -0.36%  TARGET  
                                                      creation_size  3,801 ± 0              3,801 ± 0              0.0%    tie     
                                                      cycles         1.0101G ± 745.2657k    1.0067G ± 952.7502k    -0.34%  TARGET  
                                                      instructions   1.8822G ± 19           1.8776G ± 20           -0.24%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   3,591 ± 0              3,591 ± 0              0.0%    tie     
                                                      wall_time      0.3096s ± 0.0004s      0.3087s ± 0.0008s      -0.29%  TARGET  
                                                                                                                                   
compound-comet-extended-asset-list          evmasm    cpu_time       0.4371s ± 0.0005s      0.4362s ± 0.0005s      -0.22%  TARGET  
                                                      creation_size  24,423 ± 0             24,423 ± 0             0.0%    tie     
                                                      cycles         1.4368G ± 1.3950M      1.4359G ± 1.4720M      -0.06%  ~noise  
                                                      instructions   3.0694G ± 13           3.0665G ± 21           -0.09%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   21,309 ± 0             21,309 ± 0             0.0%    tie     
                                                      wall_time      0.4399s ± 0.0006s      0.4389s ± 0.0005s      -0.23%  TARGET  
                                                                                                                                   
compound-comet-extended-asset-list          ir        cpu_time       1.2334s ± 0.0019s      1.2291s ± 0.0019s      -0.35%  TARGET  
                                                      creation_size  21,996 ± 0             21,996 ± 0             0.0%    tie     
                                                      cycles         4.2800G ± 6.5638M      4.2640G ± 6.3755M      -0.37%  TARGET  
                                                      instructions   7.8806G ± 37           7.8589G ± 46           -0.28%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   19,244 ± 0             19,244 ± 0             0.0%    tie     
                                                      wall_time      1.2400s ± 0.0017s      1.2354s ± 0.0021s      -0.37%  TARGET  
                                                                                                                                   
ens-eth-registrar-controller                evmasm    cpu_time       0.6670s ± 0.0007s      0.6681s ± 0.0005s      +0.17%  BASELINE
                                                      creation_size  26,840 ± 0             26,840 ± 0             0.0%    tie     
                                                      cycles         2.2624G ± 1.5496M      2.2631G ± 1.3081M      +0.03%  ~noise  
                                                      instructions   4.5724G ± 22           4.5666G ± 24           -0.13%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   23,247 ± 0             23,247 ± 0             0.0%    tie     
                                                      wall_time      0.6709s ± 0.0006s      0.6722s ± 0.0009s      +0.2%   BASELINE
                                                                                                                                   
ens-eth-registrar-controller                ir        cpu_time       1.6989s ± 0.0023s      1.6911s ± 0.0028s      -0.46%  TARGET  
                                                      creation_size  23,830 ± 0             23,830 ± 0             0.0%    tie     
                                                      cycles         5.9352G ± 7.8491M      5.9048G ± 8.8390M      -0.51%  TARGET  
                                                      instructions   10.1102G ± 57          10.0805G ± 67          -0.29%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   20,028 ± 0             20,028 ± 0             0.0%    tie     
                                                      wall_time      1.7078s ± 0.0026s      1.7001s ± 0.0034s      -0.45%  TARGET  
                                                                                                                                   
ens-name-wrapper                            evmasm    cpu_time       0.6018s ± 0.0006s      0.6024s ± 0.0010s      +0.1%   BASELINE
                                                      creation_size  25,599 ± 0             25,599 ± 0             0.0%    tie     
                                                      cycles         2.0114G ± 1.6862M      2.0131G ± 2.3899M      +0.08%  ~noise  
                                                      instructions   4.0717G ± 41           4.0647G ± 46           -0.17%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   23,337 ± 0             23,337 ± 0             0.0%    tie     
                                                      wall_time      0.6055s ± 0.0009s      0.6061s ± 0.0011s      +0.1%   ~noise  
                                                                                                                                   
ens-name-wrapper                            ir        cpu_time       1.5034s ± 0.0024s      1.4975s ± 0.0026s      -0.39%  TARGET  
                                                      creation_size  23,323 ± 0             23,323 ± 0             0.0%    tie     
                                                      cycles         5.2254G ± 8.1854M      5.2041G ± 8.6672M      -0.41%  TARGET  
                                                      instructions   8.9901G ± 37           8.9656G ± 45           -0.27%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   21,525 ± 0             21,525 ± 0             0.0%    tie     
                                                      wall_time      1.5113s ± 0.0026s      1.5054s ± 0.0028s      -0.39%  TARGET  
                                                                                                                                   
ens-registry-with-fallback                  evmasm    cpu_time       0.1086s ± 0.0002s      0.1090s ± 0.0002s      +0.36%  BASELINE
                                                      creation_size  5,532 ± 0              5,532 ± 0              0.0%    tie     
                                                      cycles         310.5616M ± 430.3136k  311.6433M ± 395.8265k  +0.35%  BASELINE
                                                      instructions   639.1497M ± 11         638.8859M ± 10         -0.04%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   5,261 ± 0              5,261 ± 0              0.0%    tie     
                                                      wall_time      0.1094s ± 0.0003s      0.1098s ± 0.0002s      +0.35%  BASELINE
                                                                                                                                   
ens-registry-with-fallback                  ir        cpu_time       0.3293s ± 0.0003s      0.3285s ± 0.0003s      -0.26%  TARGET  
                                                      creation_size  5,163 ± 0              5,163 ± 0              0.0%    tie     
                                                      cycles         1.0934G ± 862.3858k    1.0893G ± 774.9460k    -0.38%  TARGET  
                                                      instructions   1.9747G ± 33           1.9676G ± 26           -0.36%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   4,892 ± 0              4,892 ± 0              0.0%    tie     
                                                      wall_time      0.3320s ± 0.0035s      0.3323s ± 0.0059s      +0.08%  ~noise  
                                                                                                                                   
eigenlayer-eigenpod-manager                 evmasm    cpu_time       0.3775s ± 0.0004s      0.3765s ± 0.0007s      -0.26%  TARGET  
                                                      creation_size  12,181 ± 0             12,181 ± 0             0.0%    tie     
                                                      cycles         1.2045G ± 860.6133k    1.2014G ± 1.6588M      -0.26%  TARGET  
                                                      instructions   2.6747G ± 15           2.6728G ± 17           -0.07%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   11,120 ± 0             11,120 ± 0             0.0%    tie     
                                                      wall_time      0.3802s ± 0.0004s      0.3793s ± 0.0010s      -0.23%  TARGET  
                                                                                                                                   
eigenlayer-eigenpod-manager                 ir        cpu_time       0.8966s ± 0.0022s      0.8952s ± 0.0016s      -0.16%  TARGET  
                                                      creation_size  10,824 ± 0             10,824 ± 0             0.0%    tie     
                                                      cycles         3.0534G ± 7.5163M      3.0470G ± 5.0296M      -0.21%  TARGET  
                                                      instructions   5.7565G ± 24           5.7501G ± 19           -0.11%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   10,053 ± 0             10,053 ± 0             0.0%    tie     
                                                      wall_time      0.9018s ± 0.0019s      0.9004s ± 0.0019s      -0.16%  TARGET  
                                                                                                                                   
eigenlayer-strategy-manager                 evmasm    cpu_time       0.6512s ± 0.0009s      0.6500s ± 0.0011s      -0.18%  TARGET  
                                                      creation_size  17,090 ± 0             17,090 ± 0             0.0%    tie     
                                                      cycles         2.1347G ± 2.7736M      2.1317G ± 2.9865M      -0.14%  TARGET  
                                                      instructions   4.5766G ± 27           4.5751G ± 33           -0.03%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   15,250 ± 0             15,250 ± 0             0.0%    tie     
                                                      wall_time      0.6558s ± 0.0009s      0.6543s ± 0.0013s      -0.23%  TARGET  
                                                                                                                                   
eigenlayer-strategy-manager                 ir        cpu_time       1.5454s ± 0.0026s      1.5384s ± 0.0021s      -0.45%  TARGET  
                                                      creation_size  13,869 ± 0             13,869 ± 0             0.0%    tie     
                                                      cycles         5.3138G ± 9.4766M      5.2895G ± 6.7666M      -0.46%  TARGET  
                                                      instructions   8.8942G ± 67           8.8692G ± 39           -0.28%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   12,650 ± 0             12,650 ± 0             0.0%    tie     
                                                      wall_time      1.5544s ± 0.0027s      1.5471s ± 0.0025s      -0.47%  TARGET  
                                                                                                                                   
etherfi-liquidity-pool                      evmasm    cpu_time       1.9962s ± 0.0019s      1.9965s ± 0.0021s      +0.02%  ~noise  
                                                      creation_size  81,929 ± 0             81,929 ± 0             0.0%    tie     
                                                      cycles         6.8672G ± 6.4877M      6.8730G ± 7.3512M      +0.08%  ~noise  
                                                      instructions   13.8026G ± 105         13.7817G ± 41          -0.15%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   78,786 ± 0             78,786 ± 0             0.0%    tie     
                                                      wall_time      2.0079s ± 0.0021s      2.0080s ± 0.0021s      0.0%    tie     
                                                                                                                                   
etherfi-liquidity-pool                      ir        cpu_time       6.4025s ± 0.0083s      6.3772s ± 0.0064s      -0.4%   TARGET  
                                                      creation_size  72,351 ± 0             72,351 ± 0             0.0%    tie     
                                                      cycles         22.6119G ± 28.9022M    22.5252G ± 23.3803M    -0.38%  TARGET  
                                                      instructions   33.5868G ± 129         33.4628G ± 56          -0.37%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   69,944 ± 0             69,944 ± 0             0.0%    tie     
                                                      wall_time      6.4344s ± 0.0082s      6.4090s ± 0.0064s      -0.4%   TARGET  
                                                                                                                                   
eulerswap                                   evmasm    cpu_time       0.7383s ± 0.0010s      0.7387s ± 0.0014s      +0.06%  ~noise  
                                                      creation_size  27,194 ± 0             27,194 ± 0             0.0%    tie     
                                                      cycles         2.4481G ± 2.8620M      2.4509G ± 3.8953M      +0.11%  BASELINE
                                                      instructions   5.2245G ± 42           5.2201G ± 25           -0.08%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   24,718 ± 0             24,718 ± 0             0.0%    tie     
                                                      wall_time      0.7433s ± 0.0016s      0.7435s ± 0.0020s      +0.04%  ~noise  
                                                                                                                                   
eulerswap                                   ir        cpu_time       1.9032s ± 0.0027s      1.8960s ± 0.0038s      -0.38%  TARGET  
                                                      creation_size  24,341 ± 0             24,341 ± 0             0.0%    tie     
                                                      cycles         6.6079G ± 9.8403M      6.5857G ± 13.0128M     -0.33%  TARGET  
                                                      instructions   11.7266G ± 109         11.6940G ± 32          -0.28%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   22,626 ± 0             22,626 ± 0             0.0%    tie     
                                                      wall_time      1.9135s ± 0.0028s      1.9062s ± 0.0042s      -0.38%  TARGET  
                                                                                                                                   
usdc-fiattoken-v2-2                         evmasm    cpu_time       1.2440s ± 0.0010s      1.2545s ± 0.0010s      +0.84%  BASELINE
                                                      creation_size  66,127 ± 0             66,127 ± 0             0.0%    tie     
                                                      cycles         4.3183G ± 3.4126M      4.3241G ± 3.5532M      +0.13%  BASELINE
                                                      instructions   8.6726G ± 51           8.6580G ± 55           -0.17%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   65,291 ± 0             65,291 ± 0             0.0%    tie     
                                                      wall_time      1.2506s ± 0.0011s      1.2611s ± 0.0012s      +0.84%  BASELINE
                                                                                                                                   
usdc-fiattoken-v2-2                         ir        cpu_time       4.1042s ± 0.0072s      4.0940s ± 0.0047s      -0.25%  TARGET  
                                                      creation_size  65,436 ± 0             65,436 ± 0             0.0%    tie     
                                                      cycles         14.5013G ± 24.5227M    14.4671G ± 15.5742M    -0.24%  TARGET  
                                                      instructions   22.8800G ± 103         22.7815G ± 80          -0.43%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   64,777 ± 0             64,777 ± 0             0.0%    tie     
                                                      wall_time      4.1245s ± 0.0070s      4.1143s ± 0.0045s      -0.25%  TARGET  
                                                                                                                                   
frax-stablecoin                             evmasm    cpu_time       0.9324s ± 0.0010s      0.9313s ± 0.0008s      -0.11%  TARGET  
                                                      creation_size  52,445 ± 0             52,445 ± 0             0.0%    tie     
                                                      cycles         3.1852G ± 3.5052M      3.1818G ± 2.0130M      -0.11%  TARGET  
                                                      instructions   6.4884G ± 47           6.4836G ± 35           -0.07%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   44,314 ± 0             44,314 ± 0             0.0%    tie     
                                                      wall_time      0.9381s ± 0.0013s      0.9370s ± 0.0008s      -0.12%  TARGET  
                                                                                                                                   
frax-stablecoin                             ir        cpu_time       3.8697s ± 0.0048s      3.8520s ± 0.0050s      -0.46%  TARGET  
                                                      creation_size  50,288 ± 0             50,288 ± 0             0.0%    tie     
                                                      cycles         13.6703G ± 17.5289M    13.6086G ± 18.5967M    -0.45%  TARGET  
                                                      instructions   21.4907G ± 89          21.4038G ± 94          -0.4%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   41,793 ± 0             41,793 ± 0             0.0%    tie     
                                                      wall_time      3.8890s ± 0.0048s      3.8711s ± 0.0050s      -0.46%  TARGET  
                                                                                                                                   
lido-accounting-oracle                      evmasm    cpu_time       0.6310s ± 0.0007s      0.6322s ± 0.0008s      +0.2%   BASELINE
                                                      creation_size  31,505 ± 0             31,505 ± 0             0.0%    tie     
                                                      cycles         2.1173G ± 1.8534M      2.1224G ± 2.0052M      +0.24%  BASELINE
                                                      instructions   4.4619G ± 30           4.4490G ± 33           -0.29%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   29,042 ± 0             29,042 ± 0             0.0%    tie     
                                                      wall_time      0.6348s ± 0.0007s      0.6362s ± 0.0010s      +0.23%  BASELINE
                                                                                                                                   
lido-accounting-oracle                      ir        cpu_time       2.4272s ± 0.0031s      2.4130s ± 0.0030s      -0.59%  TARGET  
                                                      creation_size  28,201 ± 0             28,201 ± 0             0.0%    tie     
                                                      cycles         8.5074G ± 10.5115M     8.4585G ± 10.8248M     -0.57%  TARGET  
                                                      instructions   13.9798G ± 117         13.9334G ± 73          -0.33%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   26,222 ± 0             26,222 ± 0             0.0%    tie     
                                                      wall_time      2.4394s ± 0.0032s      2.4255s ± 0.0032s      -0.57%  TARGET  
                                                                                                                                   
lido-withdrawal-queue                       evmasm    cpu_time       0.5603s ± 0.0009s      0.5607s ± 0.0007s      +0.06%  ~noise  
                                                      creation_size  25,094 ± 0             25,094 ± 0             0.0%    tie     
                                                      cycles         1.8591G ± 2.6617M      1.8610G ± 2.1500M      +0.1%   BASELINE
                                                      instructions   3.8648G ± 22           3.8586G ± 26           -0.16%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   23,881 ± 0             23,881 ± 0             0.0%    tie     
                                                      wall_time      0.5639s ± 0.0013s      0.5641s ± 0.0009s      +0.04%  ~noise  
                                                                                                                                   
lido-withdrawal-queue                       ir        cpu_time       1.5820s ± 0.0020s      1.5766s ± 0.0021s      -0.34%  TARGET  
                                                      creation_size  20,873 ± 0             20,873 ± 0             0.0%    tie     
                                                      cycles         5.4843G ± 6.6622M      5.4605G ± 7.0268M      -0.43%  TARGET  
                                                      instructions   8.8166G ± 81           8.7842G ± 39           -0.37%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   19,963 ± 0             19,963 ± 0             0.0%    tie     
                                                      wall_time      1.5904s ± 0.0024s      1.5850s ± 0.0023s      -0.34%  TARGET  
                                                                                                                                   
lido-wsteth                                 evmasm    cpu_time       0.2440s ± 0.0003s      0.2444s ± 0.0004s      +0.15%  BASELINE
                                                      creation_size  9,875 ± 0              9,875 ± 0              0.0%    tie     
                                                      cycles         783.8808M ± 585.0384k  784.8487M ± 726.9517k  +0.12%  BASELINE
                                                      instructions   1.5834G ± 21           1.5835G ± 15           +0.01%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   8,087 ± 0              8,087 ± 0              0.0%    tie     
                                                      wall_time      0.2475s ± 0.0057s      0.2496s ± 0.0075s      +0.86%  ~noise  
                                                                                                                                   
lido-wsteth                                 ir        cpu_time       0.6457s ± 0.0010s      0.6427s ± 0.0013s      -0.46%  TARGET  
                                                      creation_size  9,704 ± 0              9,704 ± 0              0.0%    tie     
                                                      cycles         2.2079G ± 2.9070M      2.1964G ± 3.6832M      -0.52%  TARGET  
                                                      instructions   3.8664G ± 41           3.8519G ± 28           -0.37%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   7,407 ± 0              7,407 ± 0              0.0%    tie     
                                                      wall_time      0.6492s ± 0.0013s      0.6462s ± 0.0017s      -0.47%  TARGET  
                                                                                                                                   
makerdao-dss-jug                            evmasm    cpu_time       0.0836s ± 0.0001s      0.0836s ± 0.0001s      +0.1%   ~noise  
                                                      creation_size  2,928 ± 0              2,928 ± 0              0.0%    tie     
                                                      cycles         223.3610M ± 342.3166k  223.7291M ± 344.6067k  +0.16%  BASELINE
                                                      instructions   445.1147M ± 8          444.7086M ± 10         -0.09%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   2,749 ± 0              2,749 ± 0              0.0%    tie     
                                                      wall_time      0.0853s ± 0.0047s      0.0843s ± 0.0002s      -1.14%  ~noise  
                                                                                                                                   
makerdao-dss-jug                            ir        cpu_time       0.2066s ± 0.0002s      0.2056s ± 0.0002s      -0.47%  TARGET  
                                                      creation_size  2,853 ± 0              2,853 ± 0              0.0%    tie     
                                                      cycles         656.2996M ± 561.2448k  652.9503M ± 255.5531k  -0.51%  TARGET  
                                                      instructions   1.1791G ± 18           1.1746G ± 15           -0.38%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   2,682 ± 0              2,682 ± 0              0.0%    tie     
                                                      wall_time      0.2079s ± 0.0005s      0.2083s ± 0.0067s      +0.19%  ~noise  
                                                                                                                                   
makerdao-dss-pot                            evmasm    cpu_time       0.0811s ± 0.0002s      0.0810s ± 0.0002s      -0.02%  ~noise  
                                                      creation_size  3,021 ± 0              3,021 ± 0              0.0%    tie     
                                                      cycles         213.6766M ± 331.2787k  213.7722M ± 287.5448k  +0.04%  ~noise  
                                                      instructions   429.8654M ± 8          429.4378M ± 8          -0.1%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   2,811 ± 0              2,811 ± 0              0.0%    tie     
                                                      wall_time      0.0825s ± 0.0036s      0.0817s ± 0.0002s      -1.03%  ~noise  
                                                                                                                                   
makerdao-dss-pot                            ir        cpu_time       0.2121s ± 0.0002s      0.2112s ± 0.0002s      -0.43%  TARGET  
                                                      creation_size  3,077 ± 0              3,077 ± 0              0.0%    tie     
                                                      cycles         674.7336M ± 534.5768k  671.9001M ± 482.1438k  -0.42%  TARGET  
                                                      instructions   1.2180G ± 17           1.2140G ± 19           -0.33%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   2,865 ± 0              2,865 ± 0              0.0%    tie     
                                                      wall_time      0.2143s ± 0.0041s      0.2125s ± 0.0002s      -0.84%  ~noise  
                                                                                                                                   
makerdao-dss-vat                            evmasm    cpu_time       0.1615s ± 0.0001s      0.1616s ± 0.0001s      +0.09%  ~noise  
                                                      creation_size  7,248 ± 0              7,248 ± 0              0.0%    tie     
                                                      cycles         492.8075M ± 326.1508k  493.1346M ± 306.5250k  +0.07%  ~noise  
                                                      instructions   1.0329G ± 21           1.0321G ± 10           -0.08%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   7,197 ± 0              7,197 ± 0              0.0%    tie     
                                                      wall_time      0.1646s ± 0.0064s      0.1637s ± 0.0038s      -0.54%  ~noise  
                                                                                                                                   
makerdao-dss-vat                            ir        cpu_time       0.4602s ± 0.0005s      0.4583s ± 0.0004s      -0.41%  TARGET  
                                                      creation_size  6,328 ± 0              6,328 ± 0              0.0%    tie     
                                                      cycles         1.5382G ± 1.6446M      1.5289G ± 1.1895M      -0.61%  TARGET  
                                                      instructions   2.7811G ± 23           2.7682G ± 24           -0.47%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   6,283 ± 0              6,283 ± 0              0.0%    tie     
                                                      wall_time      0.4627s ± 0.0006s      0.4608s ± 0.0004s      -0.4%   TARGET  
                                                                                                                                   
makerdao-dai                                evmasm    cpu_time       0.0980s ± 0.0002s      0.0981s ± 0.0001s      +0.1%   BASELINE
                                                      creation_size  4,222 ± 0              4,222 ± 0              0.0%    tie     
                                                      cycles         275.1217M ± 340.2861k  274.7987M ± 296.3070k  -0.12%  TARGET  
                                                      instructions   559.0368M ± 8          558.1853M ± 10         -0.15%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   3,877 ± 0              3,877 ± 0              0.0%    tie     
                                                      wall_time      0.0988s ± 0.0003s      0.0998s ± 0.0043s      +1.01%  ~noise  
                                                                                                                                   
makerdao-dai                                ir        cpu_time       0.2496s ± 0.0002s      0.2484s ± 0.0002s      -0.48%  TARGET  
                                                      creation_size  4,151 ± 0              4,151 ± 0              0.0%    tie     
                                                      cycles         809.6049M ± 669.9846k  805.8012M ± 710.9503k  -0.47%  TARGET  
                                                      instructions   1.4889G ± 22           1.4851G ± 23           -0.25%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   3,799 ± 0              3,799 ± 0              0.0%    tie     
                                                      wall_time      0.2520s ± 0.0043s      0.2520s ± 0.0066s      0.0%    tie     
                                                                                                                                   
poap                                        evmasm    cpu_time       0.3801s ± 0.0002s      0.3832s ± 0.0002s      +0.82%  BASELINE
                                                      creation_size  21,115 ± 0             21,115 ± 0             0.0%    tie     
                                                      cycles         1.2521G ± 488.4147k    1.2517G ± 446.2486k    -0.03%  ~noise  
                                                      instructions   2.5449G ± 39           2.5312G ± 18           -0.54%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   20,721 ± 0             20,721 ± 0             0.0%    tie     
                                                      wall_time      0.3824s ± 0.0002s      0.3856s ± 0.0003s      +0.83%  BASELINE
                                                                                                                                   
poap                                        ir        cpu_time       1.6329s ± 0.0021s      1.6270s ± 0.0016s      -0.36%  TARGET  
                                                      creation_size  19,358 ± 0             19,358 ± 0             0.0%    tie     
                                                      cycles         5.6940G ± 6.7508M      5.6691G ± 5.3746M      -0.44%  TARGET  
                                                      instructions   9.2285G ± 53           9.1904G ± 55           -0.41%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   19,066 ± 0             19,066 ± 0             0.0%    tie     
                                                      wall_time      1.6413s ± 0.0026s      1.6353s ± 0.0018s      -0.36%  TARGET  
                                                                                                                                   
rocketpool-deposit-pool                     evmasm    cpu_time       0.3058s ± 0.0005s      0.3057s ± 0.0002s      -0.04%  ~noise  
                                                      creation_size  14,338 ± 0             14,338 ± 0             0.0%    tie     
                                                      cycles         985.8446M ± 998.9277k  985.2387M ± 413.8490k  -0.06%  ~noise  
                                                      instructions   2.0573G ± 14           2.0551G ± 21           -0.1%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   12,829 ± 0             12,829 ± 0             0.0%    tie     
                                                      wall_time      0.3080s ± 0.0008s      0.3078s ± 0.0007s      -0.05%  ~noise  
                                                                                                                                   
rocketpool-deposit-pool                     ir        cpu_time       0.9005s ± 0.0017s      0.8956s ± 0.0018s      -0.55%  TARGET  
                                                      creation_size  13,039 ± 0             13,039 ± 0             0.0%    tie     
                                                      cycles         3.0929G ± 5.2555M      3.0767G ± 5.9716M      -0.52%  TARGET  
                                                      instructions   5.4478G ± 41           5.4320G ± 34           -0.29%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   11,363 ± 0             11,363 ± 0             0.0%    tie     
                                                      wall_time      0.9055s ± 0.0018s      0.9005s ± 0.0020s      -0.55%  TARGET  
                                                                                                                                   
spark-protocol-pool                         evmasm    cpu_time       1.9562s ± 0.0018s      1.9597s ± 0.0022s      +0.18%  BASELINE
                                                      creation_size  91,618 ± 0             91,618 ± 0             0.0%    tie     
                                                      cycles         6.7781G ± 6.2930M      6.7908G ± 7.0187M      +0.19%  BASELINE
                                                      instructions   13.9921G ± 46          13.9765G ± 88          -0.11%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   90,243 ± 0             90,243 ± 0             0.0%    tie     
                                                      wall_time      1.9673s ± 0.0022s      1.9708s ± 0.0026s      +0.18%  BASELINE
                                                                                                                                   
spark-protocol-pool                         ir        cpu_time       7.3076s ± 0.0101s      7.2701s ± 0.0084s      -0.51%  TARGET  
                                                      creation_size  81,666 ± 0             81,666 ± 0             0.0%    tie     
                                                      cycles         25.9012G ± 34.6291M    25.7792G ± 28.8523M    -0.47%  TARGET  
                                                      instructions   42.4570G ± 101         42.3253G ± 153         -0.31%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   80,778 ± 0             80,778 ± 0             0.0%    tie     
                                                      wall_time      7.3429s ± 0.0104s      7.3055s ± 0.0089s      -0.51%  TARGET  
                                                                                                                                   
tether-usdt                                 evmasm    cpu_time       0.1490s ± 0.0002s      0.1489s ± 0.0002s      -0.04%  ~noise  
                                                      creation_size  7,193 ± 0              7,193 ± 0              0.0%    tie     
                                                      cycles         446.5022M ± 370.5424k  446.9138M ± 413.2403k  +0.09%  ~noise  
                                                      instructions   896.9147M ± 12         896.5106M ± 12         -0.05%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   6,260 ± 0              6,260 ± 0              0.0%    tie     
                                                      wall_time      0.1501s ± 0.0002s      0.1500s ± 0.0003s      -0.06%  ~noise  
                                                                                                                                   
tether-usdt                                 ir        cpu_time       0.5908s ± 0.0014s      0.5859s ± 0.0015s      -0.83%  TARGET  
                                                      creation_size  6,608 ± 0              6,608 ± 0              0.0%    tie     
                                                      cycles         2.0030G ± 4.4946M      1.9863G ± 4.3357M      -0.84%  TARGET  
                                                      instructions   3.3902G ± 43           3.3736G ± 25           -0.49%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   5,461 ± 0              5,461 ± 0              0.0%    tie     
                                                      wall_time      0.5941s ± 0.0015s      0.5893s ± 0.0017s      -0.8%   TARGET  
                                                                                                                                   
uniswap-v2-router02                         evmasm    cpu_time       0.3333s ± 0.0004s      0.3332s ± 0.0003s      -0.03%  ~noise  
                                                      creation_size  16,956 ± 0             16,956 ± 0             0.0%    tie     
                                                      cycles         1.0842G ± 862.8249k    1.0846G ± 774.9359k    +0.03%  ~noise  
                                                      instructions   2.2778G ± 26           2.2762G ± 15           -0.07%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   16,264 ± 0             16,264 ± 0             0.0%    tie     
                                                      wall_time      0.3369s ± 0.0046s      0.3380s ± 0.0065s      +0.32%  ~noise  
                                                                                                                                   
uniswap-v2-router02                         ir        cpu_time       1.1542s ± 0.0014s      1.1464s ± 0.0019s      -0.68%  TARGET  
                                                      creation_size  13,616 ± 0             13,616 ± 0             0.0%    tie     
                                                      cycles         3.9788G ± 4.6769M      3.9549G ± 5.7136M      -0.6%   TARGET  
                                                      instructions   6.5564G ± 37           6.5276G ± 27           -0.44%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   13,142 ± 0             13,142 ± 0             0.0%    tie     
                                                      wall_time      1.1603s ± 0.0013s      1.1533s ± 0.0045s      -0.6%   TARGET  
                                                                                                                                   
uniswap-v3-nonfungible-position-manager     evmasm    cpu_time       0.7742s ± 0.0012s      0.7783s ± 0.0010s      +0.52%  BASELINE
                                                      creation_size  31,663 ± 0             31,663 ± 0             0.0%    tie     
                                                      cycles         2.6076G ± 3.1697M      2.6244G ± 3.2729M      +0.64%  BASELINE
                                                      instructions   5.3648G ± 24           5.3614G ± 30           -0.06%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   28,971 ± 0             28,971 ± 0             0.0%    tie     
                                                      wall_time      0.7789s ± 0.0013s      0.7830s ± 0.0011s      +0.53%  BASELINE
                                                                                                                                   
uniswap-v3-nonfungible-position-manager     ir        cpu_time       2.1650s ± 0.0049s      2.1559s ± 0.0038s      -0.42%  TARGET  
                                                      creation_size  30,002 ± 0             30,002 ± 0             0.0%    tie     
                                                      cycles         7.5675G ± 16.2463M     7.5352G ± 13.0360M     -0.43%  TARGET  
                                                      instructions   12.7492G ± 66          12.7115G ± 60          -0.3%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   27,156 ± 0             27,156 ± 0             0.0%    tie     
                                                      wall_time      2.1760s ± 0.0051s      2.1673s ± 0.0039s      -0.4%   TARGET  
                                                                                                                                   
uniswap-v3-swaprouter02                     evmasm    cpu_time       0.6130s ± 0.0005s      0.6133s ± 0.0010s      +0.05%  ~noise  
                                                      creation_size  21,991 ± 0             21,991 ± 0             0.0%    tie     
                                                      cycles         2.0400G ± 1.3303M      2.0416G ± 1.8768M      +0.08%  ~noise  
                                                      instructions   4.1959G ± 31           4.1753G ± 23           -0.49%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   21,013 ± 0             21,013 ± 0             0.0%    tie     
                                                      wall_time      0.6167s ± 0.0008s      0.6173s ± 0.0014s      +0.08%  ~noise  
                                                                                                                                   
uniswap-v3-swaprouter02                     ir        cpu_time       1.3959s ± 0.0013s      1.3903s ± 0.0030s      -0.4%   TARGET  
                                                      creation_size  18,777 ± 0             18,777 ± 0             0.0%    tie     
                                                      cycles         4.8383G ± 4.7184M      4.8209G ± 9.9501M      -0.36%  TARGET  
                                                      instructions   8.7352G ± 55           8.7169G ± 40           -0.21%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   18,106 ± 0             18,106 ± 0             0.0%    tie     
                                                      wall_time      1.4032s ± 0.0015s      1.3978s ± 0.0034s      -0.39%  TARGET  
                                                                                                                                   
uniswap-v4-position-manager                 evmasm    cpu_time       0.7744s ± 0.0012s      0.7778s ± 0.0015s      +0.44%  BASELINE
                                                      creation_size  26,838 ± 0             26,838 ± 0             0.0%    tie     
                                                      cycles         2.5927G ± 3.9233M      2.6047G ± 4.2272M      +0.46%  BASELINE
                                                      instructions   5.3358G ± 26           5.3302G ± 45           -0.1%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   23,571 ± 0             23,571 ± 0             0.0%    tie     
                                                      wall_time      0.7793s ± 0.0018s      0.7826s ± 0.0017s      +0.42%  BASELINE
                                                                                                                                   
uniswap-v4-position-manager                 ir        cpu_time       1.9127s ± 0.0034s      1.9071s ± 0.0045s      -0.29%  TARGET  
                                                      creation_size  24,615 ± 0             24,615 ± 0             0.0%    tie     
                                                      cycles         6.6633G ± 12.5886M     6.6447G ± 15.3216M     -0.28%  TARGET  
                                                      instructions   11.5487G ± 94          11.5164G ± 55          -0.28%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   21,789 ± 0             21,789 ± 0             0.0%    tie     
                                                      wall_time      1.9228s ± 0.0030s      1.9174s ± 0.0050s      -0.28%  TARGET  
                                                                                                                                   
uniswap-v4-quoter                           evmasm    cpu_time       0.2724s ± 0.0005s      0.2718s ± 0.0003s      -0.22%  TARGET  
                                                      creation_size  7,378 ± 0              7,378 ± 0              0.0%    tie     
                                                      cycles         860.7154M ± 805.7409k  859.1123M ± 745.3130k  -0.19%  TARGET  
                                                      instructions   1.7790G ± 17           1.7765G ± 22           -0.14%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   6,281 ± 0              6,281 ± 0              0.0%    tie     
                                                      wall_time      0.2743s ± 0.0005s      0.2737s ± 0.0003s      -0.22%  TARGET  
                                                                                                                                   
uniswap-v4-quoter                           ir        cpu_time       0.4885s ± 0.0008s      0.4859s ± 0.0006s      -0.53%  TARGET  
                                                      creation_size  5,376 ± 0              5,376 ± 0              0.0%    tie     
                                                      cycles         1.6293G ± 2.3599M      1.6205G ± 1.4618M      -0.54%  TARGET  
                                                      instructions   3.0389G ± 33           3.0321G ± 18           -0.22%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   4,651 ± 0              4,651 ± 0              0.0%    tie     
                                                      wall_time      0.4943s ± 0.0073s      0.4934s ± 0.0081s      -0.18%  ~noise  
                                                                                                                                   
wbtc                                        evmasm    cpu_time       0.2544s ± 0.0002s      0.2551s ± 0.0006s      +0.3%   BASELINE
                                                      creation_size  16,877 ± 0             16,877 ± 0             0.0%    tie     
                                                      cycles         818.8879M ± 593.6790k  821.1199M ± 1.4318M    +0.27%  BASELINE
                                                      instructions   1.6561G ± 18           1.6544G ± 16           -0.1%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   15,804 ± 0             15,804 ± 0             0.0%    tie     
                                                      wall_time      0.2577s ± 0.0047s      0.2570s ± 0.0008s      -0.27%  ~noise  
                                                                                                                                   
wbtc                                        ir        cpu_time       1.1391s ± 0.0019s      1.1313s ± 0.0014s      -0.68%  TARGET  
                                                      creation_size  14,282 ± 0             14,282 ± 0             0.0%    tie     
                                                      cycles         3.9635G ± 4.7473M      3.9371G ± 4.1194M      -0.67%  TARGET  
                                                      instructions   6.8192G ± 64           6.7852G ± 43           -0.5%   TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   12,969 ± 0             12,969 ± 0             0.0%    tie     
                                                      wall_time      1.1449s ± 0.0019s      1.1372s ± 0.0019s      -0.67%  TARGET  
                                                                                                                                   
subsets/bedrock-interfaces-7.0.0            evmasm    cpu_time       1.9916s ± 0.0021s      1.9939s ± 0.0015s      +0.12%  BASELINE
                                                      creation_size  91,301 ± 0             91,301 ± 0             0.0%    tie     
                                                      cycles         6.9178G ± 6.5223M      6.9263G ± 5.4282M      +0.12%  BASELINE
                                                      instructions   14.3740G ± 84          14.3571G ± 49          -0.12%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   87,353 ± 0             87,353 ± 0             0.0%    tie     
                                                      wall_time      2.0024s ± 0.0022s      2.0049s ± 0.0019s      +0.13%  BASELINE
                                                                                                                                   
subsets/bedrock-interfaces-7.0.0            ir        cpu_time       6.4830s ± 0.0086s      6.4614s ± 0.0067s      -0.33%  TARGET  
                                                      creation_size  97,176 ± 0             97,176 ± 0             0.0%    tie     
                                                      cycles         22.9468G ± 31.0821M    22.8686G ± 22.3761M    -0.34%  TARGET  
                                                      instructions   38.2221G ± 159         38.1383G ± 116         -0.22%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   93,419 ± 0             93,419 ± 0             0.0%    tie     
                                                      wall_time      6.5148s ± 0.0087s      6.4932s ± 0.0066s      -0.33%  TARGET  
                                                                                                                                   
subsets/bedrock-analysis-7.0.0              evmasm    cpu_time       8.8386s ± 0.0260s      8.8738s ± 0.0192s      +0.4%   BASELINE
                                                      cycles         27.5938G ± 88.3199M    27.7396G ± 55.8598M    +0.53%  BASELINE
                                                      instructions   58.4779G ± 52          58.4779G ± 77          0.0%    tie     
                                                      peak_rss       1987 ± 0 MiB           1987 ± 0 MiB           0.0%    tie     
                                                      wall_time      8.8785s ± 0.0263s      8.9148s ± 0.0192s      +0.41%  BASELINE
                                                                                                                                   
subsets/openzeppelin-timelock-5.6.1         evmasm    cpu_time       0.8390s ± 0.0012s      0.8425s ± 0.0010s      +0.41%  BASELINE
                                                      creation_size  36,000 ± 0             36,000 ± 0             0.0%    tie     
                                                      cycles         2.8668G ± 2.5462M      2.8770G ± 2.5100M      +0.35%  BASELINE
                                                      instructions   5.9590G ± 34           5.9561G ± 30           -0.05%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   27,580 ± 0             27,580 ± 0             0.0%    tie     
                                                      wall_time      0.8441s ± 0.0013s      0.8476s ± 0.0013s      +0.41%  BASELINE
                                                                                                                                   
subsets/openzeppelin-timelock-5.6.1         ir        cpu_time       2.1741s ± 0.0065s      2.2065s ± 0.0307s      +1.49%  BASELINE
                                                      creation_size  31,131 ± 0             31,131 ± 0             0.0%    tie     
                                                      cycles         7.6402G ± 20.1857M     7.7513G ± 111.7008M    +1.45%  BASELINE
                                                      instructions   13.3734G ± 64          13.3485G ± 56          -0.19%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   23,688 ± 0             23,688 ± 0             0.0%    tie     
                                                      wall_time      2.1854s ± 0.0062s      2.2182s ± 0.0306s      +1.5%   BASELINE
                                                                                                                                   
subsets/aave-pool-3.6.0                     evmasm    cpu_time       2.3289s ± 0.0124s      2.3359s ± 0.0074s      +0.3%   BASELINE
                                                      creation_size  107,536 ± 0            107,536 ± 0            0.0%    tie     
                                                      cycles         8.1018G ± 39.8630M     8.1244G ± 27.5538M     +0.28%  BASELINE
                                                      instructions   16.4302G ± 80          16.4079G ± 86          -0.14%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   102,359 ± 0            102,359 ± 0            0.0%    tie     
                                                      wall_time      2.3412s ± 0.0126s      2.3482s ± 0.0076s      +0.3%   BASELINE
                                                                                                                                   
subsets/aave-pool-3.6.0                     ir        cpu_time       6.5667s ± 0.0348s      6.5373s ± 0.0136s      -0.45%  TARGET  
                                                      creation_size  105,777 ± 0            105,777 ± 0            0.0%    tie     
                                                      cycles         23.2859G ± 123.2746M   23.1782G ± 49.4713M    -0.46%  TARGET  
                                                      instructions   38.8194G ± 139         38.7219G ± 150         -0.25%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   100,079 ± 0            100,079 ± 0            0.0%    tie     
                                                      wall_time      6.5983s ± 0.0352s      6.5690s ± 0.0139s      -0.44%  TARGET  
                                                                                                                                   
subsets/solady-libstring-0.1.26             evmasm    cpu_time       1.4331s ± 0.0024s      1.4344s ± 0.0023s      +0.09%  ~noise  
                                                      creation_size  67,898 ± 0             67,898 ± 0             0.0%    tie     
                                                      cycles         4.7552G ± 7.9020M      4.7597G ± 6.8635M      +0.09%  ~noise  
                                                      instructions   10.1504G ± 63          10.1446G ± 45          -0.06%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   67,704 ± 0             67,704 ± 0             0.0%    tie     
                                                      wall_time      1.4417s ± 0.0028s      1.4429s ± 0.0029s      +0.09%  ~noise  
                                                                                                                                   
subsets/solady-libstring-0.1.26             ir        cpu_time       8.8279s ± 0.0094s      8.8132s ± 0.0072s      -0.17%  TARGET  
                                                      creation_size  97,304 ± 0             97,304 ± 0             0.0%    tie     
                                                      cycles         30.9690G ± 35.0172M    30.8899G ± 27.3271M    -0.26%  TARGET  
                                                      instructions   43.8960G ± 162         43.7562G ± 139         -0.32%  TARGET  
                                                      peak_rss       320 ± 0 MiB            320 ± 0 MiB            -0.05%  ~noise  
                                                      runtime_size   97,128 ± 0             97,128 ± 0             0.0%    tie     
                                                      wall_time      8.8703s ± 0.0098s      8.8554s ± 0.0071s      -0.17%  TARGET  
                                                                                                                                   
subsets/solady-fixedpointmath-0.1.26        evmasm    cpu_time       1.3120s ± 0.0029s      1.3103s ± 0.0019s      -0.13%  TARGET  
                                                      creation_size  56,812 ± 0             56,812 ± 0             0.0%    tie     
                                                      cycles         4.2607G ± 8.9591M      4.2581G ± 7.4025M      -0.06%  ~noise  
                                                      instructions   9.0745G ± 50           9.0713G ± 37           -0.04%  ~noise  
                                                      peak_rss       180 ± 0 MiB            180 ± 0 MiB            +0.07%  ~noise  
                                                      runtime_size   56,768 ± 0             56,768 ± 0             0.0%    tie     
                                                      wall_time      1.3200s ± 0.0032s      1.3184s ± 0.0019s      -0.12%  ~noise  
                                                                                                                                   
subsets/solady-fixedpointmath-0.1.26        ir        cpu_time       10.1705s ± 0.0136s     10.1331s ± 0.0116s     -0.37%  TARGET  
                                                      creation_size  126,161 ± 0            126,161 ± 0            0.0%    tie     
                                                      cycles         35.6180G ± 49.6655M    35.5065G ± 40.8740M    -0.31%  TARGET  
                                                      instructions   49.6971G ± 234         49.5956G ± 150         -0.2%   TARGET  
                                                      peak_rss       364 ± 0 MiB            369 ± 0 MiB            +1.3%   BASELINE
                                                      runtime_size   126,119 ± 0            126,119 ± 0            0.0%    tie     
                                                      wall_time      10.2189s ± 0.0137s     10.1817s ± 0.0122s     -0.36%  TARGET  
                                                                                                                                   
subsets/v4-poolmanager-4.0.0                evmasm    cpu_time       2.1481s ± 0.0039s      2.1496s ± 0.0032s      +0.07%  ~noise  
                                                      creation_size  86,844 ± 0             86,844 ± 0             0.0%    tie     
                                                      cycles         7.2448G ± 11.9242M     7.2554G ± 9.9521M      +0.15%  BASELINE
                                                      instructions   15.3172G ± 60          15.2981G ± 48          -0.12%  TARGET  
                                                      peak_rss       203 ± 0 MiB            203 ± 0 MiB            +0.02%  ~noise  
                                                      runtime_size   72,030 ± 0             72,030 ± 0             0.0%    tie     
                                                      wall_time      2.1592s ± 0.0040s      2.1609s ± 0.0037s      +0.08%  ~noise  
                                                                                                                                   
subsets/v4-poolmanager-4.0.0                ir        cpu_time       5.9864s ± 0.0082s      5.9741s ± 0.0102s      -0.2%   TARGET  
                                                      creation_size  71,065 ± 0             71,065 ± 0             0.0%    tie     
                                                      cycles         20.9672G ± 31.0133M    20.9235G ± 34.7313M    -0.21%  TARGET  
                                                      instructions   35.4753G ± 108         35.3861G ± 93          -0.25%  TARGET  
                                                      peak_rss       241 ± 0 MiB            242 ± 0 MiB            +0.26%  BASELINE
                                                      runtime_size   58,705 ± 0             58,705 ± 0             0.0%    tie     
                                                      wall_time      6.0159s ± 0.0077s      6.0033s ± 0.0104s      -0.21%  TARGET  
                                                                                                                                   
subsets/seaport-core-1.6                    evmasm    cpu_time       1.6304s ± 0.0023s      1.6304s ± 0.0021s      0.0%    tie     
                                                      creation_size  62,068 ± 0             62,068 ± 0             0.0%    tie     
                                                      cycles         5.6152G ± 7.2653M      5.6173G ± 6.9152M      +0.04%  ~noise  
                                                      instructions   11.5702G ± 55          11.5572G ± 49          -0.11%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   55,733 ± 0             55,733 ± 0             0.0%    tie     
                                                      wall_time      1.6391s ± 0.0024s      1.6390s ± 0.0023s      -0.01%  ~noise  
                                                                                                                                   
subsets/seaport-core-1.6                    ir        cpu_time       3.9921s ± 0.0068s      3.9808s ± 0.0059s      -0.28%  TARGET  
                                                      creation_size  55,160 ± 0             55,160 ± 0             0.0%    tie     
                                                      cycles         14.0443G ± 22.7731M    14.0081G ± 20.5622M    -0.26%  TARGET  
                                                      instructions   24.6711G ± 91          24.6143G ± 62          -0.23%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   49,206 ± 0             49,206 ± 0             0.0%    tie     
                                                      wall_time      4.0118s ± 0.0069s      4.0006s ± 0.0062s      -0.28%  TARGET  
                                                                                                                                   
subsets/bedrock-cannon-7.0.0                evmasm    cpu_time       0.6625s ± 0.0009s      0.6636s ± 0.0009s      +0.16%  BASELINE
                                                      creation_size  29,594 ± 0             29,594 ± 0             0.0%    tie     
                                                      cycles         2.2386G ± 2.5664M      2.2424G ± 2.2382M      +0.17%  BASELINE
                                                      instructions   4.9521G ± 31           4.9398G ± 15           -0.25%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   28,917 ± 0             28,917 ± 0             0.0%    tie     
                                                      wall_time      0.6664s ± 0.0009s      0.6675s ± 0.0011s      +0.17%  BASELINE
                                                                                                                                   
subsets/bedrock-cannon-7.0.0                ir        cpu_time       2.3153s ± 0.0046s      2.3086s ± 0.0037s      -0.29%  TARGET  
                                                      creation_size  33,849 ± 0             33,849 ± 0             0.0%    tie     
                                                      cycles         8.1025G ± 14.6604M     8.0795G ± 12.8693M     -0.28%  TARGET  
                                                      instructions   15.3944G ± 127         15.3510G ± 42          -0.28%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   33,276 ± 0             33,276 ± 0             0.0%    tie     
                                                      wall_time      2.3270s ± 0.0048s      2.3204s ± 0.0041s      -0.28%  TARGET  
                                                                                                                                   
subsets/bedrock-l2contractsmanager-7.0.0    evmasm    cpu_time       0.3137s ± 0.0005s      0.3139s ± 0.0005s      +0.09%  ~noise  
                                                      creation_size  12,224 ± 0             12,224 ± 0             0.0%    tie     
                                                      cycles         999.2413M ± 694.1516k  1.0013G ± 946.4740k    +0.2%   BASELINE
                                                      instructions   2.3584G ± 21           2.3569G ± 22           -0.06%  ~noise  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   10,752 ± 0             10,752 ± 0             0.0%    tie     
                                                      wall_time      0.3155s ± 0.0005s      0.3158s ± 0.0006s      +0.11%  ~noise  
                                                                                                                                   
subsets/bedrock-l2contractsmanager-7.0.0    ir        cpu_time       1.6703s ± 0.0028s      1.6648s ± 0.0028s      -0.33%  TARGET  
                                                      creation_size  26,454 ± 0             26,454 ± 0             0.0%    tie     
                                                      cycles         5.7491G ± 8.0239M      5.7294G ± 8.5960M      -0.34%  TARGET  
                                                      instructions   10.0686G ± 51          10.0503G ± 46          -0.18%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   24,838 ± 0             24,838 ± 0             0.0%    tie     
                                                      wall_time      1.6787s ± 0.0033s      1.6729s ± 0.0032s      -0.34%  TARGET  
                                                                                                                                   
subsets/bedrock-nutbundle-7.0.0             evmasm    cpu_time       1.0148s ± 0.0017s      1.0157s ± 0.0016s      +0.09%  ~noise  
                                                      creation_size  24,612 ± 0             24,612 ± 0             0.0%    tie     
                                                      cycles         3.2316G ± 3.5464M      3.2381G ± 4.2214M      +0.2%   BASELINE
                                                      instructions   7.7472G ± 38           7.7431G ± 60           -0.05%  ~noise  
                                                      peak_rss       174 ± 0 MiB            174 ± 0 MiB            +0.06%  ~noise  
                                                      runtime_size   24,567 ± 0             24,567 ± 0             0.0%    tie     
                                                      wall_time      1.0219s ± 0.0063s      1.0231s ± 0.0071s      +0.12%  ~noise  
                                                                                                                                   
subsets/bedrock-nutbundle-7.0.0             ir        cpu_time       4.5520s ± 0.0071s      4.5413s ± 0.0084s      -0.23%  TARGET  
                                                      creation_size  30,152 ± 0             30,152 ± 0             0.0%    tie     
                                                      cycles         15.7397G ± 26.3060M    15.7007G ± 29.7724M    -0.25%  TARGET  
                                                      instructions   23.3661G ± 103         23.2962G ± 70          -0.3%   TARGET  
                                                      peak_rss       266 ± 0 MiB            266 ± 0 MiB            +0.12%  BASELINE
                                                      runtime_size   30,109 ± 0             30,109 ± 0             0.0%    tie     
                                                      wall_time      4.5735s ± 0.0074s      4.5627s ± 0.0081s      -0.24%  TARGET  
                                                                                                                                   
subsets/bedrock-deploy-scripts-7.0.0        evmasm    cpu_time       3.9272s ± 0.0070s      3.9325s ± 0.0074s      +0.13%  BASELINE
                                                      creation_size  170,112 ± 0            170,112 ± 0            0.0%    tie     
                                                      cycles         13.4847G ± 25.0285M    13.5046G ± 26.1779M    +0.15%  BASELINE
                                                      instructions   27.9235G ± 103         27.8790G ± 92          -0.16%  TARGET  
                                                      peak_rss       270 ± 0 MiB            270 ± 0 MiB            +0.23%  BASELINE
                                                      runtime_size   169,159 ± 0            169,159 ± 0            0.0%    tie     
                                                      wall_time      3.9474s ± 0.0065s      3.9527s ± 0.0076s      +0.13%  BASELINE
                                                                                                                                   
subsets/aave-librarypreCompile-3.6.0        evmasm    cpu_time       1.8617s ± 0.0023s      1.8631s ± 0.0021s      +0.08%  ~noise  
                                                      creation_size  71,529 ± 0             71,529 ± 0             0.0%    tie     
                                                      cycles         6.2312G ± 7.1537M      6.2385G ± 7.0871M      +0.12%  BASELINE
                                                      instructions   13.5602G ± 78          13.5464G ± 57          -0.1%   TARGET  
                                                      peak_rss       195 ± 0 MiB            195 ± 0 MiB            +0.11%  BASELINE
                                                      runtime_size   71,439 ± 0             71,439 ± 0             0.0%    tie     
                                                      wall_time      1.8711s ± 0.0026s      1.8726s ± 0.0028s      +0.08%  ~noise  
                                                                                                                                   
subsets/aave-librarypreCompile-3.6.0        ir        cpu_time       5.0827s ± 0.0063s      5.0800s ± 0.0044s      -0.05%  ~noise  
                                                      creation_size  67,740 ± 0             67,740 ± 0             0.0%    tie     
                                                      cycles         17.7245G ± 24.2495M    17.7098G ± 16.5781M    -0.08%  ~noise  
                                                      instructions   34.2185G ± 152         34.1645G ± 129         -0.16%  TARGET  
                                                      peak_rss       236 ± 0 MiB            237 ± 0 MiB            +0.54%  BASELINE
                                                      runtime_size   67,654 ± 0             67,654 ± 0             0.0%    tie     
                                                      wall_time      5.1069s ± 0.0056s      5.1044s ± 0.0044s      -0.05%  ~noise  
                                                                                                                                   
subsets/seaport-referenceconsideration-1.6  evmasm    cpu_time       1.1330s ± 0.0016s      1.1356s ± 0.0009s      +0.22%  BASELINE
                                                      creation_size  47,020 ± 0             47,020 ± 0             0.0%    tie     
                                                      cycles         3.8605G ± 4.5446M      3.8685G ± 3.0162M      +0.21%  BASELINE
                                                      instructions   7.9270G ± 51           7.9180G ± 62           -0.11%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   41,353 ± 0             41,353 ± 0             0.0%    tie     
                                                      wall_time      1.1389s ± 0.0018s      1.1417s ± 0.0013s      +0.24%  BASELINE
                                                                                                                                   
subsets/seaport-referenceconsideration-1.6  ir        cpu_time       4.8142s ± 0.0083s      4.8026s ± 0.0078s      -0.24%  TARGET  
                                                      creation_size  42,031 ± 0             42,031 ± 0             0.0%    tie     
                                                      cycles         16.9826G ± 30.0152M    16.9433G ± 28.5005M    -0.23%  TARGET  
                                                      instructions   26.2420G ± 117         26.1751G ± 105         -0.26%  TARGET  
                                                      peak_rss       162 ± 0 MiB            154 ± 0 MiB            -4.77%  TARGET  
                                                      runtime_size   36,624 ± 0             36,624 ± 0             0.0%    tie     
                                                      wall_time      4.8371s ± 0.0084s      4.8255s ± 0.0078s      -0.24%  TARGET  

gcc:

Baseline: 0.8.37-ci.2026.8.14+commit.14914e04.Linux.g++ n=20
Target:   0.8.37-ci.2026.8.17+commit.63de7bda.Linux.g++ n=20
Values are mean ± sample stddev. Δ% = (target mean - baseline mean) / baseline mean. Negative = improvement (lower is better), positive = regression.
winner = '~noise' unless the gap passes a Welch t-test and |Δ%| ≥ 0.1%.

Benchmark                                   Pipeline  Metric         Base                   Target                 Δ%      winner  
------------------------------------------  --------  -------------  ---------------------  ---------------------  ------  --------
solarray-a547630                            evmasm    cpu_time       1.0120s ± 0.0032s      1.0144s ± 0.0038s      +0.24%  BASELINE
                                                      creation_size  4,474 ± 0              4,474 ± 0              0.0%    tie     
                                                      cycles         3.2078G ± 10.3736M     3.2159G ± 11.6560M     +0.25%  BASELINE
                                                      instructions   7.6380G ± 16           7.6376G ± 13           0.0%    tie     
                                                      peak_rss       188 ± 0 MiB            188 ± 0 MiB            +0.05%  ~noise  
                                                      runtime_size   3,992 ± 0              3,992 ± 0              0.0%    tie     
                                                      wall_time      1.0230s ± 0.0038s      1.0252s ± 0.0039s      +0.22%  ~noise  
                                                                                                                                   
solarray-a547630                            ir        cpu_time       1.2012s ± 0.0036s      1.1997s ± 0.0026s      -0.12%  ~noise  
                                                      creation_size  4,220 ± 0              4,220 ± 0              0.0%    tie     
                                                      cycles         3.8793G ± 7.5583M      3.8763G ± 9.0870M      -0.08%  ~noise  
                                                      instructions   8.7621G ± 18           8.7636G ± 29           +0.02%  ~noise  
                                                      peak_rss       190 ± 0 MiB            190 ± 0 MiB            +0.06%  ~noise  
                                                      runtime_size   3,920 ± 0              3,920 ± 0              0.0%    tie     
                                                      wall_time      1.2133s ± 0.0041s      1.2115s ± 0.0029s      -0.15%  ~noise  
                                                                                                                                   
solidity-verifier                           evmasm    cpu_time       0.1059s ± 0.0001s      0.1056s ± 0.0002s      -0.26%  TARGET  
                                                      creation_size  4,790 ± 0              4,790 ± 0              0.0%    tie     
                                                      cycles         295.6970M ± 281.0128k  294.5937M ± 352.8394k  -0.37%  TARGET  
                                                      instructions   637.0219M ± 7          636.4441M ± 9          -0.09%  ~noise  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            -0.1%   TARGET  
                                                      runtime_size   4,712 ± 0              4,712 ± 0              0.0%    tie     
                                                      wall_time      0.1074s ± 0.0031s      0.1076s ± 0.0052s      +0.2%   ~noise  
                                                                                                                                   
solidity-verifier                           ir        cpu_time       0.2224s ± 0.0002s      0.2214s ± 0.0003s      -0.45%  TARGET  
                                                      creation_size  4,215 ± 0              4,215 ± 0              0.0%    tie     
                                                      cycles         711.2595M ± 276.9961k  707.7304M ± 335.3134k  -0.5%   TARGET  
                                                      instructions   1.3628G ± 19           1.3624G ± 13           -0.03%  ~noise  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            -0.1%   TARGET  
                                                      runtime_size   4,161 ± 0              4,161 ± 0              0.0%    tie     
                                                      wall_time      0.2239s ± 0.0003s      0.2229s ± 0.0004s      -0.45%  TARGET  
                                                                                                                                   
solidity-optimizor-club                     ir        cpu_time       1.0856s ± 0.0014s      1.0819s ± 0.0021s      -0.34%  TARGET  
                                                      creation_size  21,778 ± 0             21,778 ± 0             0.0%    tie     
                                                      cycles         3.7548G ± 4.6401M      3.7417G ± 6.8922M      -0.35%  TARGET  
                                                      instructions   7.0403G ± 42           7.0214G ± 42           -0.27%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            -0.1%   TARGET  
                                                      runtime_size   20,616 ± 0             20,616 ± 0             0.0%    tie     
                                                      wall_time      1.0911s ± 0.0014s      1.0877s ± 0.0021s      -0.31%  TARGET  
                                                                                                                                   
solidity-chains                             evmasm    cpu_time       0.1113s ± 0.0002s      0.1104s ± 0.0003s      -0.73%  TARGET  
                                                      creation_size  5,831 ± 0              5,831 ± 0              0.0%    tie     
                                                      cycles         317.7171M ± 355.4738k  316.4511M ± 619.5528k  -0.4%   TARGET  
                                                      instructions   651.3512M ± 8          650.0983M ± 6          -0.19%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            -0.1%   TARGET  
                                                      runtime_size   5,803 ± 0              5,803 ± 0              0.0%    tie     
                                                      wall_time      0.1122s ± 0.0007s      0.1112s ± 0.0003s      -0.89%  TARGET  
                                                                                                                                   
safe-smart-account-1.5.0                    evmasm    cpu_time       1.6760s ± 0.0025s      1.6695s ± 0.0031s      -0.39%  TARGET  
                                                      creation_size  64,387 ± 0             64,387 ± 0             0.0%    tie     
                                                      cycles         5.7344G ± 8.3356M      5.7108G ± 8.1715M      -0.41%  TARGET  
                                                      instructions   11.5263G ± 45          11.5114G ± 88          -0.13%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            -0.1%   TARGET  
                                                      runtime_size   61,711 ± 0             61,711 ± 0             0.0%    tie     
                                                      wall_time      1.6862s ± 0.0029s      1.6798s ± 0.0032s      -0.38%  TARGET  
                                                                                                                                   
safe-smart-account-1.5.0                    ir        cpu_time       3.9025s ± 0.0057s      3.8830s ± 0.0039s      -0.5%   TARGET  
                                                      creation_size  55,618 ± 0             55,618 ± 0             0.0%    tie     
                                                      cycles         13.7799G ± 21.0041M    13.7067G ± 12.3106M    -0.53%  TARGET  
                                                      instructions   23.2976G ± 83          23.2329G ± 83          -0.28%  TARGET  
                                                      peak_rss       148 ± 0 MiB            148 ± 0 MiB            -0.1%   TARGET  
                                                      runtime_size   52,790 ± 0             52,790 ± 0             0.0%    tie     
                                                      wall_time      3.9224s ± 0.0054s      3.9033s ± 0.0036s      -0.49%  TARGET  
                                                                                                                                   
account-abstraction-0.8.0                   evmasm    cpu_time       1.9289s ± 0.0019s      1.9181s ± 0.0016s      -0.56%  TARGET  
                                                      creation_size  94,144 ± 0             94,144 ± 0             0.0%    tie     
                                                      cycles         6.5950G ± 7.2803M      6.5579G ± 5.5033M      -0.56%  TARGET  
                                                      instructions   13.3888G ± 56          13.3710G ± 71          -0.13%  TARGET  
                                                      peak_rss       160 ± 4 MiB            161 ± 4 MiB            +0.2%   ~noise  
                                                      runtime_size   65,469 ± 0             65,469 ± 0             0.0%    tie     
                                                      wall_time      1.9447s ± 0.0026s      1.9336s ± 0.0017s      -0.57%  TARGET  
                                                                                                                                   
account-abstraction-0.8.0                   ir        cpu_time       4.3742s ± 0.0044s      4.3559s ± 0.0031s      -0.42%  TARGET  
                                                      creation_size  75,427 ± 0             75,427 ± 0             0.0%    tie     
                                                      cycles         15.4227G ± 15.7743M    15.3589G ± 10.1334M    -0.41%  TARGET  
                                                      instructions   26.8223G ± 100         26.7551G ± 75          -0.25%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   51,592 ± 0             51,592 ± 0             0.0%    tie     
                                                      wall_time      4.3972s ± 0.0047s      4.3790s ± 0.0033s      -0.41%  TARGET  
                                                                                                                                   
weth9                                       evmasm    cpu_time       0.0722s ± 0.0002s      0.0720s ± 0.0002s      -0.32%  TARGET  
                                                      creation_size  2,439 ± 0              2,439 ± 0              0.0%    tie     
                                                      cycles         187.3601M ± 415.0652k  186.2474M ± 329.0468k  -0.59%  TARGET  
                                                      instructions   372.0452M ± 4          371.5059M ± 10         -0.14%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   1,835 ± 0              1,835 ± 0              0.0%    tie     
                                                      wall_time      0.0728s ± 0.0003s      0.0726s ± 0.0002s      -0.33%  TARGET  
                                                                                                                                   
weth9                                       ir        cpu_time       0.1475s ± 0.0002s      0.1470s ± 0.0002s      -0.36%  TARGET  
                                                      creation_size  2,130 ± 0              2,130 ± 0              0.0%    tie     
                                                      cycles         451.8816M ± 335.5408k  449.6653M ± 230.9465k  -0.49%  TARGET  
                                                      instructions   809.6507M ± 13         807.6355M ± 27         -0.25%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   1,725 ± 0              1,725 ± 0              0.0%    tie     
                                                      wall_time      0.1504s ± 0.0057s      0.1480s ± 0.0002s      -1.57%  ~noise  
                                                                                                                                   
oeth                                        evmasm    cpu_time       0.3758s ± 0.0005s      0.3749s ± 0.0006s      -0.24%  TARGET  
                                                      creation_size  21,972 ± 0             21,972 ± 0             0.0%    tie     
                                                      cycles         1.2261G ± 956.6239k    1.2231G ± 1.3982M      -0.24%  TARGET  
                                                      instructions   2.5815G ± 17           2.5725G ± 28           -0.35%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   21,627 ± 0             21,627 ± 0             0.0%    tie     
                                                      wall_time      0.3789s ± 0.0031s      0.3773s ± 0.0010s      -0.42%  TARGET  
                                                                                                                                   
oeth                                        ir        cpu_time       1.3056s ± 0.0015s      1.2967s ± 0.0026s      -0.68%  TARGET  
                                                      creation_size  19,743 ± 0             19,743 ± 0             0.0%    tie     
                                                      cycles         4.5351G ± 5.0931M      4.5058G ± 8.2508M      -0.65%  TARGET  
                                                      instructions   7.7146G ± 60           7.6824G ± 46           -0.42%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   19,445 ± 0             19,445 ± 0             0.0%    tie     
                                                      wall_time      1.3124s ± 0.0018s      1.3036s ± 0.0029s      -0.68%  TARGET  
                                                                                                                                   
aave-v4-hub                                 evmasm    cpu_time       0.7094s ± 0.0019s      0.7097s ± 0.0014s      +0.04%  ~noise  
                                                      creation_size  24,199 ± 0             24,199 ± 0             0.0%    tie     
                                                      cycles         2.3077G ± 4.9427M      2.3029G ± 2.6534M      -0.21%  TARGET  
                                                      instructions   4.9730G ± 47           4.9697G ± 44           -0.07%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   23,185 ± 0             23,185 ± 0             0.0%    tie     
                                                      wall_time      0.7143s ± 0.0018s      0.7145s ± 0.0014s      +0.03%  ~noise  
                                                                                                                                   
aave-v4-hub                                 ir        cpu_time       1.9986s ± 0.0023s      1.9872s ± 0.0026s      -0.57%  TARGET  
                                                      creation_size  19,407 ± 0             19,407 ± 0             0.0%    tie     
                                                      cycles         6.9222G ± 8.2265M      6.8832G ± 8.4343M      -0.56%  TARGET  
                                                      instructions   11.1818G ± 117         11.1555G ± 51          -0.24%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   18,752 ± 0             18,752 ± 0             0.0%    tie     
                                                      wall_time      2.0095s ± 0.0029s      1.9983s ± 0.0030s      -0.56%  TARGET  
                                                                                                                                   
uniswap-v3-pool                             evmasm    cpu_time       0.6148s ± 0.0006s      0.6114s ± 0.0009s      -0.54%  TARGET  
                                                      creation_size  26,386 ± 0             26,386 ± 0             0.0%    tie     
                                                      cycles         2.0465G ± 1.4938M      2.0346G ± 2.7395M      -0.58%  TARGET  
                                                      instructions   4.3569G ± 26           4.3551G ± 39           -0.04%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   24,611 ± 0             24,611 ± 0             0.0%    tie     
                                                      wall_time      0.6185s ± 0.0010s      0.6152s ± 0.0011s      -0.55%  TARGET  
                                                                                                                                   
uniswap-v3-pool                             ir        cpu_time       3.6050s ± 0.0053s      3.5898s ± 0.0048s      -0.42%  TARGET  
                                                      creation_size  25,139 ± 0             25,139 ± 0             0.0%    tie     
                                                      cycles         12.5919G ± 18.7842M    12.5445G ± 17.4692M    -0.38%  TARGET  
                                                      instructions   18.3532G ± 68          18.2936G ± 55          -0.32%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   23,935 ± 0             23,935 ± 0             0.0%    tie     
                                                      wall_time      3.6227s ± 0.0053s      3.6074s ± 0.0047s      -0.42%  TARGET  
                                                                                                                                   
chainlink-link-token                        evmasm    cpu_time       0.0779s ± 0.0002s      0.0778s ± 0.0002s      -0.09%  ~noise  
                                                      creation_size  2,694 ± 0              2,694 ± 0              0.0%    tie     
                                                      cycles         201.7525M ± 334.6835k  201.2491M ± 251.3207k  -0.25%  TARGET  
                                                      instructions   411.8849M ± 10         411.0698M ± 6          -0.2%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   2,584 ± 0              2,584 ± 0              0.0%    tie     
                                                      wall_time      0.0786s ± 0.0003s      0.0785s ± 0.0002s      -0.12%  ~noise  
                                                                                                                                   
chainlink-link-token                        ir        cpu_time       0.1809s ± 0.0002s      0.1800s ± 0.0002s      -0.5%   TARGET  
                                                      creation_size  2,262 ± 0              2,262 ± 0              0.0%    tie     
                                                      cycles         565.1484M ± 568.6524k  561.7632M ± 292.1906k  -0.6%   TARGET  
                                                      instructions   1.0199G ± 23           1.0167G ± 17           -0.31%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   2,167 ± 0              2,167 ± 0              0.0%    tie     
                                                      wall_time      0.1822s ± 0.0008s      0.1813s ± 0.0007s      -0.49%  TARGET  
                                                                                                                                   
chainlink-ocr2-aggregator                   evmasm    cpu_time       1.0379s ± 0.0010s      1.0331s ± 0.0014s      -0.46%  TARGET  
                                                      creation_size  50,447 ± 0             50,447 ± 0             0.0%    tie     
                                                      cycles         3.5836G ± 3.2770M      3.5669G ± 4.5804M      -0.47%  TARGET  
                                                      instructions   6.9377G ± 43           6.9235G ± 48           -0.21%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   44,800 ± 0             44,800 ± 0             0.0%    tie     
                                                      wall_time      1.0445s ± 0.0039s      1.0431s ± 0.0083s      -0.13%  ~noise  
                                                                                                                                   
chainlink-ocr2-aggregator                   ir        cpu_time       3.7460s ± 0.0055s      3.7247s ± 0.0027s      -0.57%  TARGET  
                                                      creation_size  47,416 ± 0             47,416 ± 0             0.0%    tie     
                                                      cycles         13.2583G ± 19.5938M    13.1828G ± 9.8755M     -0.57%  TARGET  
                                                      instructions   22.6687G ± 97          22.6004G ± 86          -0.3%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   43,413 ± 0             43,413 ± 0             0.0%    tie     
                                                      wall_time      3.7644s ± 0.0056s      3.7430s ± 0.0029s      -0.57%  TARGET  
                                                                                                                                   
balancer-v2-vault                           evmasm    cpu_time       0.8908s ± 0.0011s      0.8870s ± 0.0015s      -0.43%  TARGET  
                                                      creation_size  31,998 ± 0             31,998 ± 0             0.0%    tie     
                                                      cycles         2.9935G ± 4.1790M      2.9798G ± 3.7391M      -0.46%  TARGET  
                                                      instructions   6.1582G ± 25           6.1495G ± 36           -0.14%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   27,768 ± 0             27,768 ± 0             0.0%    tie     
                                                      wall_time      0.8962s ± 0.0012s      0.8924s ± 0.0016s      -0.42%  TARGET  
                                                                                                                                   
balancer-v2-vault                           ir        cpu_time       2.2395s ± 0.0035s      2.2281s ± 0.0041s      -0.51%  TARGET  
                                                      creation_size  28,933 ± 0             28,933 ± 0             0.0%    tie     
                                                      cycles         7.8101G ± 13.3231M     7.7648G ± 12.5496M     -0.58%  TARGET  
                                                      instructions   13.1968G ± 75          13.1619G ± 37          -0.26%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   25,139 ± 0             25,139 ± 0             0.0%    tie     
                                                      wall_time      2.2512s ± 0.0034s      2.2397s ± 0.0046s      -0.51%  TARGET  
                                                                                                                                   
balancer-v3-router                          evmasm    cpu_time       0.8664s ± 0.0012s      0.8597s ± 0.0015s      -0.77%  TARGET  
                                                      creation_size  29,212 ± 0             29,212 ± 0             0.0%    tie     
                                                      cycles         2.9058G ± 3.1758M      2.8817G ± 3.9289M      -0.83%  TARGET  
                                                      instructions   5.9702G ± 46           5.9677G ± 40           -0.04%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   26,260 ± 0             26,260 ± 0             0.0%    tie     
                                                      wall_time      0.8716s ± 0.0013s      0.8649s ± 0.0016s      -0.77%  TARGET  
                                                                                                                                   
balancer-v3-router                          ir        cpu_time       2.2489s ± 0.0024s      2.2346s ± 0.0033s      -0.64%  TARGET  
                                                      creation_size  21,945 ± 0             21,945 ± 0             0.0%    tie     
                                                      cycles         7.8201G ± 9.4983M      7.7656G ± 10.2827M     -0.7%   TARGET  
                                                      instructions   12.0312G ± 84          11.9890G ± 55          -0.35%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   19,589 ± 0             19,589 ± 0             0.0%    tie     
                                                      wall_time      2.2607s ± 0.0021s      2.2463s ± 0.0037s      -0.64%  TARGET  
                                                                                                                                   
balancer-v3-vault                           evmasm    cpu_time       1.2951s ± 0.0028s      1.2888s ± 0.0021s      -0.49%  TARGET  
                                                      creation_size  43,874 ± 0             43,874 ± 0             0.0%    tie     
                                                      cycles         4.3455G ± 8.4430M      4.3235G ± 6.4795M      -0.51%  TARGET  
                                                      instructions   9.1721G ± 52           9.1591G ± 44           -0.14%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   38,554 ± 0             38,554 ± 0             0.0%    tie     
                                                      wall_time      1.3032s ± 0.0026s      1.2970s ± 0.0023s      -0.48%  TARGET  
                                                                                                                                   
balancer-v3-vault                           ir        cpu_time       3.0229s ± 0.0028s      3.0130s ± 0.0040s      -0.33%  TARGET  
                                                      creation_size  35,486 ± 0             35,486 ± 0             0.0%    tie     
                                                      cycles         10.4927G ± 11.2300M    10.4607G ± 13.3828M    -0.31%  TARGET  
                                                      instructions   17.7200G ± 72          17.6841G ± 60          -0.2%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   30,394 ± 0             30,394 ± 0             0.0%    tie     
                                                      wall_time      3.0389s ± 0.0030s      3.0294s ± 0.0045s      -0.31%  TARGET  
                                                                                                                                   
boredapeyachtclub                           evmasm    cpu_time       0.4428s ± 0.0005s      0.4402s ± 0.0004s      -0.58%  TARGET  
                                                      creation_size  18,183 ± 0             18,183 ± 0             0.0%    tie     
                                                      cycles         1.4699G ± 1.6723M      1.4595G ± 1.1900M      -0.71%  TARGET  
                                                      instructions   2.9938G ± 23           2.9759G ± 18           -0.6%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   16,003 ± 0             16,003 ± 0             0.0%    tie     
                                                      wall_time      0.4455s ± 0.0004s      0.4430s ± 0.0007s      -0.57%  TARGET  
                                                                                                                                   
boredapeyachtclub                           ir        cpu_time       1.1584s ± 0.0013s      1.1529s ± 0.0017s      -0.48%  TARGET  
                                                      creation_size  18,438 ± 0             18,438 ± 0             0.0%    tie     
                                                      cycles         4.0260G ± 3.9265M      4.0067G ± 5.5484M      -0.48%  TARGET  
                                                      instructions   7.0723G ± 58           7.0507G ± 36           -0.3%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   15,830 ± 0             15,830 ± 0             0.0%    tie     
                                                      wall_time      1.1643s ± 0.0012s      1.1589s ± 0.0017s      -0.47%  TARGET  
                                                                                                                                   
cow-protocol-settlement                     evmasm    cpu_time       0.5205s ± 0.0006s      0.5181s ± 0.0004s      -0.48%  TARGET  
                                                      creation_size  24,105 ± 0             24,105 ± 0             0.0%    tie     
                                                      cycles         1.7494G ± 2.0890M      1.7404G ± 933.9653k    -0.51%  TARGET  
                                                      instructions   3.4595G ± 26           3.4533G ± 30           -0.18%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   18,779 ± 0             18,779 ± 0             0.0%    tie     
                                                      wall_time      0.5237s ± 0.0009s      0.5210s ± 0.0004s      -0.52%  TARGET  
                                                                                                                                   
cow-protocol-settlement                     ir        cpu_time       1.0780s ± 0.0011s      1.0708s ± 0.0006s      -0.67%  TARGET  
                                                      creation_size  20,527 ± 0             20,527 ± 0             0.0%    tie     
                                                      cycles         3.7352G ± 3.7198M      3.7095G ± 2.2944M      -0.69%  TARGET  
                                                      instructions   6.7161G ± 47           6.6969G ± 35           -0.29%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   15,948 ± 0             15,948 ± 0             0.0%    tie     
                                                      wall_time      1.0837s ± 0.0008s      1.0765s ± 0.0013s      -0.66%  TARGET  
                                                                                                                                   
compound-comet-rewards                      evmasm    cpu_time       0.1297s ± 0.0002s      0.1293s ± 0.0001s      -0.35%  TARGET  
                                                      creation_size  4,578 ± 0              4,578 ± 0              0.0%    tie     
                                                      cycles         377.3309M ± 365.9425k  375.7598M ± 426.6754k  -0.42%  TARGET  
                                                      instructions   804.2043M ± 14         804.0838M ± 7          -0.01%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   4,364 ± 0              4,364 ± 0              0.0%    tie     
                                                      wall_time      0.1307s ± 0.0002s      0.1303s ± 0.0001s      -0.31%  TARGET  
                                                                                                                                   
compound-comet-rewards                      ir        cpu_time       0.3086s ± 0.0008s      0.3069s ± 0.0006s      -0.57%  TARGET  
                                                      creation_size  3,801 ± 0              3,801 ± 0              0.0%    tie     
                                                      cycles         1.0127G ± 2.3690M      1.0067G ± 1.8828M      -0.59%  TARGET  
                                                      instructions   1.8822G ± 21           1.8776G ± 26           -0.24%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   3,591 ± 0              3,591 ± 0              0.0%    tie     
                                                      wall_time      0.3107s ± 0.0013s      0.3088s ± 0.0006s      -0.59%  TARGET  
                                                                                                                                   
compound-comet-extended-asset-list          evmasm    cpu_time       0.4381s ± 0.0005s      0.4348s ± 0.0005s      -0.76%  TARGET  
                                                      creation_size  24,423 ± 0             24,423 ± 0             0.0%    tie     
                                                      cycles         1.4381G ± 1.0990M      1.4291G ± 1.6628M      -0.63%  TARGET  
                                                      instructions   3.0694G ± 32           3.0665G ± 32           -0.09%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   21,309 ± 0             21,309 ± 0             0.0%    tie     
                                                      wall_time      0.4408s ± 0.0005s      0.4375s ± 0.0005s      -0.76%  TARGET  
                                                                                                                                   
compound-comet-extended-asset-list          ir        cpu_time       1.2357s ± 0.0015s      1.2282s ± 0.0019s      -0.6%   TARGET  
                                                      creation_size  21,996 ± 0             21,996 ± 0             0.0%    tie     
                                                      cycles         4.2861G ± 5.8985M      4.2598G ± 6.1732M      -0.62%  TARGET  
                                                      instructions   7.8806G ± 48           7.8589G ± 56           -0.28%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   19,244 ± 0             19,244 ± 0             0.0%    tie     
                                                      wall_time      1.2421s ± 0.0016s      1.2346s ± 0.0024s      -0.6%   TARGET  
                                                                                                                                   
ens-eth-registrar-controller                evmasm    cpu_time       0.6690s ± 0.0007s      0.6663s ± 0.0008s      -0.41%  TARGET  
                                                      creation_size  26,840 ± 0             26,840 ± 0             0.0%    tie     
                                                      cycles         2.2666G ± 1.8409M      2.2546G ± 2.1407M      -0.53%  TARGET  
                                                      instructions   4.5724G ± 38           4.5666G ± 46           -0.13%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   23,247 ± 0             23,247 ± 0             0.0%    tie     
                                                      wall_time      0.6729s ± 0.0007s      0.6702s ± 0.0010s      -0.4%   TARGET  
                                                                                                                                   
ens-eth-registrar-controller                ir        cpu_time       1.7028s ± 0.0021s      1.6911s ± 0.0017s      -0.69%  TARGET  
                                                      creation_size  23,830 ± 0             23,830 ± 0             0.0%    tie     
                                                      cycles         5.9464G ± 7.2387M      5.9040G ± 5.6494M      -0.71%  TARGET  
                                                      instructions   10.1102G ± 53          10.0805G ± 64          -0.29%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   20,028 ± 0             20,028 ± 0             0.0%    tie     
                                                      wall_time      1.7116s ± 0.0020s      1.7000s ± 0.0020s      -0.67%  TARGET  
                                                                                                                                   
ens-name-wrapper                            evmasm    cpu_time       0.6031s ± 0.0006s      0.6007s ± 0.0011s      -0.39%  TARGET  
                                                      creation_size  25,599 ± 0             25,599 ± 0             0.0%    tie     
                                                      cycles         2.0136G ± 1.5216M      2.0050G ± 3.7356M      -0.43%  TARGET  
                                                      instructions   4.0717G ± 29           4.0647G ± 36           -0.17%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   23,337 ± 0             23,337 ± 0             0.0%    tie     
                                                      wall_time      0.6066s ± 0.0006s      0.6045s ± 0.0017s      -0.35%  TARGET  
                                                                                                                                   
ens-name-wrapper                            ir        cpu_time       1.5077s ± 0.0012s      1.4956s ± 0.0015s      -0.8%   TARGET  
                                                      creation_size  23,323 ± 0             23,323 ± 0             0.0%    tie     
                                                      cycles         5.2390G ± 4.4865M      5.1961G ± 5.0254M      -0.82%  TARGET  
                                                      instructions   8.9901G ± 38           8.9656G ± 43           -0.27%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   21,525 ± 0             21,525 ± 0             0.0%    tie     
                                                      wall_time      1.5157s ± 0.0011s      1.5035s ± 0.0020s      -0.8%   TARGET  
                                                                                                                                   
ens-registry-with-fallback                  evmasm    cpu_time       0.1090s ± 0.0002s      0.1087s ± 0.0003s      -0.31%  TARGET  
                                                      creation_size  5,532 ± 0              5,532 ± 0              0.0%    tie     
                                                      cycles         311.3633M ± 380.0844k  310.3191M ± 616.0535k  -0.34%  TARGET  
                                                      instructions   639.1497M ± 12         638.8859M ± 14         -0.04%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   5,261 ± 0              5,261 ± 0              0.0%    tie     
                                                      wall_time      0.1107s ± 0.0037s      0.1103s ± 0.0035s      -0.33%  ~noise  
                                                                                                                                   
ens-registry-with-fallback                  ir        cpu_time       0.3302s ± 0.0002s      0.3285s ± 0.0005s      -0.53%  TARGET  
                                                      creation_size  5,163 ± 0              5,163 ± 0              0.0%    tie     
                                                      cycles         1.0955G ± 728.7278k    1.0889G ± 1.0836M      -0.6%   TARGET  
                                                      instructions   1.9747G ± 35           1.9676G ± 23           -0.36%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   4,892 ± 0              4,892 ± 0              0.0%    tie     
                                                      wall_time      0.3321s ± 0.0003s      0.3340s ± 0.0077s      +0.57%  ~noise  
                                                                                                                                   
eigenlayer-eigenpod-manager                 evmasm    cpu_time       0.3782s ± 0.0009s      0.3767s ± 0.0007s      -0.38%  TARGET  
                                                      creation_size  12,181 ± 0             12,181 ± 0             0.0%    tie     
                                                      cycles         1.2042G ± 2.2963M      1.1997G ± 1.2829M      -0.38%  TARGET  
                                                      instructions   2.6747G ± 9            2.6728G ± 36           -0.07%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   11,120 ± 0             11,120 ± 0             0.0%    tie     
                                                      wall_time      0.3808s ± 0.0008s      0.3793s ± 0.0007s      -0.4%   TARGET  
                                                                                                                                   
eigenlayer-eigenpod-manager                 ir        cpu_time       0.8986s ± 0.0015s      0.8947s ± 0.0014s      -0.44%  TARGET  
                                                      creation_size  10,824 ± 0             10,824 ± 0             0.0%    tie     
                                                      cycles         3.0587G ± 4.1323M      3.0434G ± 4.0289M      -0.5%   TARGET  
                                                      instructions   5.7565G ± 37           5.7501G ± 31           -0.11%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   10,053 ± 0             10,053 ± 0             0.0%    tie     
                                                      wall_time      0.9038s ± 0.0016s      0.8999s ± 0.0016s      -0.43%  TARGET  
                                                                                                                                   
eigenlayer-strategy-manager                 evmasm    cpu_time       0.6533s ± 0.0010s      0.6500s ± 0.0011s      -0.5%   TARGET  
                                                      creation_size  17,090 ± 0             17,090 ± 0             0.0%    tie     
                                                      cycles         2.1382G ± 2.7089M      2.1283G ± 2.2772M      -0.46%  TARGET  
                                                      instructions   4.5766G ± 53           4.5751G ± 26           -0.03%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   15,250 ± 0             15,250 ± 0             0.0%    tie     
                                                      wall_time      0.6580s ± 0.0011s      0.6546s ± 0.0014s      -0.52%  TARGET  
                                                                                                                                   
eigenlayer-strategy-manager                 ir        cpu_time       1.5490s ± 0.0022s      1.5420s ± 0.0022s      -0.45%  TARGET  
                                                      creation_size  13,869 ± 0             13,869 ± 0             0.0%    tie     
                                                      cycles         5.3228G ± 7.2081M      5.2980G ± 6.7945M      -0.46%  TARGET  
                                                      instructions   8.8942G ± 69           8.8692G ± 38           -0.28%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   12,650 ± 0             12,650 ± 0             0.0%    tie     
                                                      wall_time      1.5579s ± 0.0028s      1.5509s ± 0.0029s      -0.45%  TARGET  
                                                                                                                                   
etherfi-liquidity-pool                      evmasm    cpu_time       2.0007s ± 0.0032s      1.9911s ± 0.0026s      -0.48%  TARGET  
                                                      creation_size  81,929 ± 0             81,929 ± 0             0.0%    tie     
                                                      cycles         6.8769G ± 10.5768M     6.8472G ± 8.4364M      -0.43%  TARGET  
                                                      instructions   13.8026G ± 76          13.7817G ± 61          -0.15%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   78,786 ± 0             78,786 ± 0             0.0%    tie     
                                                      wall_time      2.0122s ± 0.0031s      2.0024s ± 0.0027s      -0.49%  TARGET  
                                                                                                                                   
etherfi-liquidity-pool                      ir        cpu_time       6.4143s ± 0.0086s      6.3860s ± 0.0049s      -0.44%  TARGET  
                                                      creation_size  72,351 ± 0             72,351 ± 0             0.0%    tie     
                                                      cycles         22.6447G ± 29.9060M    22.5461G ± 16.6121M    -0.44%  TARGET  
                                                      instructions   33.5868G ± 108         33.4628G ± 85          -0.37%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   69,944 ± 0             69,944 ± 0             0.0%    tie     
                                                      wall_time      6.4463s ± 0.0082s      6.4178s ± 0.0048s      -0.44%  TARGET  
                                                                                                                                   
eulerswap                                   evmasm    cpu_time       0.7408s ± 0.0010s      0.7378s ± 0.0015s      -0.39%  TARGET  
                                                      creation_size  27,194 ± 0             27,194 ± 0             0.0%    tie     
                                                      cycles         2.4526G ± 2.2355M      2.4418G ± 3.7389M      -0.44%  TARGET  
                                                      instructions   5.2245G ± 43           5.2201G ± 32           -0.08%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   24,718 ± 0             24,718 ± 0             0.0%    tie     
                                                      wall_time      0.7455s ± 0.0012s      0.7427s ± 0.0017s      -0.38%  TARGET  
                                                                                                                                   
eulerswap                                   ir        cpu_time       1.9099s ± 0.0023s      1.8980s ± 0.0022s      -0.62%  TARGET  
                                                      creation_size  24,341 ± 0             24,341 ± 0             0.0%    tie     
                                                      cycles         6.6270G ± 7.2642M      6.5878G ± 8.0222M      -0.59%  TARGET  
                                                      instructions   11.7266G ± 106         11.6940G ± 60          -0.28%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   22,626 ± 0             22,626 ± 0             0.0%    tie     
                                                      wall_time      1.9203s ± 0.0030s      1.9081s ± 0.0024s      -0.64%  TARGET  
                                                                                                                                   
usdc-fiattoken-v2-2                         evmasm    cpu_time       1.2464s ± 0.0010s      1.2511s ± 0.0015s      +0.38%  BASELINE
                                                      creation_size  66,127 ± 0             66,127 ± 0             0.0%    tie     
                                                      cycles         4.3249G ± 3.4395M      4.3075G ± 4.5042M      -0.4%   TARGET  
                                                      instructions   8.6726G ± 66           8.6580G ± 77           -0.17%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   65,291 ± 0             65,291 ± 0             0.0%    tie     
                                                      wall_time      1.2530s ± 0.0010s      1.2577s ± 0.0016s      +0.37%  BASELINE
                                                                                                                                   
usdc-fiattoken-v2-2                         ir        cpu_time       4.1159s ± 0.0055s      4.0950s ± 0.0031s      -0.51%  TARGET  
                                                      creation_size  65,436 ± 0             65,436 ± 0             0.0%    tie     
                                                      cycles         14.5390G ± 19.6997M    14.4618G ± 10.6139M    -0.53%  TARGET  
                                                      instructions   22.8800G ± 91          22.7815G ± 99          -0.43%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   64,777 ± 0             64,777 ± 0             0.0%    tie     
                                                      wall_time      4.1361s ± 0.0055s      4.1155s ± 0.0034s      -0.5%   TARGET  
                                                                                                                                   
frax-stablecoin                             evmasm    cpu_time       0.9354s ± 0.0010s      0.9293s ± 0.0011s      -0.65%  TARGET  
                                                      creation_size  52,445 ± 0             52,445 ± 0             0.0%    tie     
                                                      cycles         3.1919G ± 2.1872M      3.1702G ± 3.0706M      -0.68%  TARGET  
                                                      instructions   6.4884G ± 50           6.4836G ± 36           -0.07%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   44,314 ± 0             44,314 ± 0             0.0%    tie     
                                                      wall_time      0.9409s ± 0.0014s      0.9347s ± 0.0014s      -0.66%  TARGET  
                                                                                                                                   
frax-stablecoin                             ir        cpu_time       3.8806s ± 0.0044s      3.8539s ± 0.0044s      -0.69%  TARGET  
                                                      creation_size  50,288 ± 0             50,288 ± 0             0.0%    tie     
                                                      cycles         13.7039G ± 16.2612M    13.6099G ± 15.7188M    -0.69%  TARGET  
                                                      instructions   21.4907G ± 87          21.4038G ± 72          -0.4%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   41,793 ± 0             41,793 ± 0             0.0%    tie     
                                                      wall_time      3.9000s ± 0.0040s      3.8729s ± 0.0044s      -0.7%   TARGET  
                                                                                                                                   
lido-accounting-oracle                      evmasm    cpu_time       0.6327s ± 0.0012s      0.6304s ± 0.0006s      -0.35%  TARGET  
                                                      creation_size  31,505 ± 0             31,505 ± 0             0.0%    tie     
                                                      cycles         2.1202G ± 3.0486M      2.1129G ± 1.6981M      -0.35%  TARGET  
                                                      instructions   4.4619G ± 38           4.4490G ± 42           -0.29%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   29,042 ± 0             29,042 ± 0             0.0%    tie     
                                                      wall_time      0.6365s ± 0.0016s      0.6343s ± 0.0007s      -0.36%  TARGET  
                                                                                                                                   
lido-accounting-oracle                      ir        cpu_time       2.4308s ± 0.0037s      2.4145s ± 0.0021s      -0.67%  TARGET  
                                                      creation_size  28,201 ± 0             28,201 ± 0             0.0%    tie     
                                                      cycles         8.5161G ± 13.5316M     8.4596G ± 7.2391M      -0.66%  TARGET  
                                                      instructions   13.9798G ± 101         13.9334G ± 57          -0.33%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   26,222 ± 0             26,222 ± 0             0.0%    tie     
                                                      wall_time      2.4429s ± 0.0032s      2.4267s ± 0.0025s      -0.67%  TARGET  
                                                                                                                                   
lido-withdrawal-queue                       evmasm    cpu_time       0.5613s ± 0.0007s      0.5594s ± 0.0009s      -0.34%  TARGET  
                                                      creation_size  25,094 ± 0             25,094 ± 0             0.0%    tie     
                                                      cycles         1.8600G ± 1.8794M      1.8528G ± 1.8807M      -0.38%  TARGET  
                                                      instructions   3.8648G ± 25           3.8586G ± 38           -0.16%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   23,881 ± 0             23,881 ± 0             0.0%    tie     
                                                      wall_time      0.5648s ± 0.0010s      0.5628s ± 0.0009s      -0.36%  TARGET  
                                                                                                                                   
lido-withdrawal-queue                       ir        cpu_time       1.5868s ± 0.0019s      1.5780s ± 0.0018s      -0.56%  TARGET  
                                                      creation_size  20,873 ± 0             20,873 ± 0             0.0%    tie     
                                                      cycles         5.4967G ± 7.0315M      5.4615G ± 6.1370M      -0.64%  TARGET  
                                                      instructions   8.8166G ± 69           8.7842G ± 79           -0.37%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   19,963 ± 0             19,963 ± 0             0.0%    tie     
                                                      wall_time      1.5952s ± 0.0020s      1.5871s ± 0.0019s      -0.51%  TARGET  
                                                                                                                                   
lido-wsteth                                 evmasm    cpu_time       0.2447s ± 0.0003s      0.2437s ± 0.0003s      -0.41%  TARGET  
                                                      creation_size  9,875 ± 0              9,875 ± 0              0.0%    tie     
                                                      cycles         785.2376M ± 729.1560k  781.6537M ± 781.6731k  -0.46%  TARGET  
                                                      instructions   1.5834G ± 18           1.5835G ± 14           +0.01%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   8,087 ± 0              8,087 ± 0              0.0%    tie     
                                                      wall_time      0.2494s ± 0.0077s      0.2468s ± 0.0045s      -1.07%  ~noise  
                                                                                                                                   
lido-wsteth                                 ir        cpu_time       0.6471s ± 0.0010s      0.6428s ± 0.0011s      -0.67%  TARGET  
                                                      creation_size  9,704 ± 0              9,704 ± 0              0.0%    tie     
                                                      cycles         2.2116G ± 3.4934M      2.1955G ± 3.1000M      -0.73%  TARGET  
                                                      instructions   3.8664G ± 30           3.8519G ± 31           -0.37%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   7,407 ± 0              7,407 ± 0              0.0%    tie     
                                                      wall_time      0.6505s ± 0.0010s      0.6465s ± 0.0015s      -0.63%  TARGET  
                                                                                                                                   
makerdao-dss-jug                            evmasm    cpu_time       0.0838s ± 0.0001s      0.0835s ± 0.0001s      -0.26%  TARGET  
                                                      creation_size  2,928 ± 0              2,928 ± 0              0.0%    tie     
                                                      cycles         223.9048M ± 267.2065k  222.9218M ± 325.5579k  -0.44%  TARGET  
                                                      instructions   445.1147M ± 15         444.7086M ± 12         -0.09%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   2,749 ± 0              2,749 ± 0              0.0%    tie     
                                                      wall_time      0.0845s ± 0.0004s      0.0843s ± 0.0002s      -0.32%  TARGET  
                                                                                                                                   
makerdao-dss-jug                            ir        cpu_time       0.2071s ± 0.0002s      0.2057s ± 0.0001s      -0.68%  TARGET  
                                                      creation_size  2,853 ± 0              2,853 ± 0              0.0%    tie     
                                                      cycles         657.5128M ± 459.2038k  652.7358M ± 330.7305k  -0.73%  TARGET  
                                                      instructions   1.1791G ± 16           1.1746G ± 20           -0.38%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   2,682 ± 0              2,682 ± 0              0.0%    tie     
                                                      wall_time      0.2115s ± 0.0077s      0.2092s ± 0.0052s      -1.07%  ~noise  
                                                                                                                                   
makerdao-dss-pot                            evmasm    cpu_time       0.0813s ± 0.0001s      0.0809s ± 0.0001s      -0.46%  TARGET  
                                                      creation_size  3,021 ± 0              3,021 ± 0              0.0%    tie     
                                                      cycles         214.2097M ± 379.7908k  213.0356M ± 253.8467k  -0.55%  TARGET  
                                                      instructions   429.8654M ± 13         429.4378M ± 13         -0.1%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   2,811 ± 0              2,811 ± 0              0.0%    tie     
                                                      wall_time      0.0820s ± 0.0001s      0.0816s ± 0.0002s      -0.44%  TARGET  
                                                                                                                                   
makerdao-dss-pot                            ir        cpu_time       0.2125s ± 0.0003s      0.2112s ± 0.0002s      -0.57%  TARGET  
                                                      creation_size  3,077 ± 0              3,077 ± 0              0.0%    tie     
                                                      cycles         675.6438M ± 572.6103k  671.5025M ± 277.2934k  -0.61%  TARGET  
                                                      instructions   1.2180G ± 16           1.2140G ± 18           -0.33%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   2,865 ± 0              2,865 ± 0              0.0%    tie     
                                                      wall_time      0.2137s ± 0.0003s      0.2127s ± 0.0008s      -0.49%  TARGET  
                                                                                                                                   
makerdao-dss-vat                            evmasm    cpu_time       0.1619s ± 0.0001s      0.1611s ± 0.0001s      -0.49%  TARGET  
                                                      creation_size  7,248 ± 0              7,248 ± 0              0.0%    tie     
                                                      cycles         493.7577M ± 306.2186k  491.1454M ± 345.5576k  -0.53%  TARGET  
                                                      instructions   1.0329G ± 11           1.0321G ± 12           -0.08%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   7,197 ± 0              7,197 ± 0              0.0%    tie     
                                                      wall_time      0.1640s ± 0.0042s      0.1633s ± 0.0047s      -0.41%  ~noise  
                                                                                                                                   
makerdao-dss-vat                            ir        cpu_time       0.4614s ± 0.0011s      0.4586s ± 0.0004s      -0.6%   TARGET  
                                                      creation_size  6,328 ± 0              6,328 ± 0              0.0%    tie     
                                                      cycles         1.5405G ± 3.5049M      1.5286G ± 1.1110M      -0.78%  TARGET  
                                                      instructions   2.7811G ± 30           2.7682G ± 23           -0.47%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   6,283 ± 0              6,283 ± 0              0.0%    tie     
                                                      wall_time      0.4640s ± 0.0012s      0.4613s ± 0.0007s      -0.58%  TARGET  
                                                                                                                                   
makerdao-dai                                evmasm    cpu_time       0.0983s ± 0.0001s      0.0979s ± 0.0001s      -0.4%   TARGET  
                                                      creation_size  4,222 ± 0              4,222 ± 0              0.0%    tie     
                                                      cycles         275.7804M ± 276.8312k  273.6478M ± 305.9062k  -0.77%  TARGET  
                                                      instructions   559.0368M ± 7          558.1853M ± 14         -0.15%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   3,877 ± 0              3,877 ± 0              0.0%    tie     
                                                      wall_time      0.0990s ± 0.0001s      0.1001s ± 0.0062s      +1.04%  ~noise  
                                                                                                                                   
makerdao-dai                                ir        cpu_time       0.2501s ± 0.0004s      0.2485s ± 0.0002s      -0.62%  TARGET  
                                                      creation_size  4,151 ± 0              4,151 ± 0              0.0%    tie     
                                                      cycles         810.7042M ± 999.1175k  805.4417M ± 557.2758k  -0.65%  TARGET  
                                                      instructions   1.4889G ± 17           1.4851G ± 20           -0.25%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   3,799 ± 0              3,799 ± 0              0.0%    tie     
                                                      wall_time      0.2526s ± 0.0050s      0.2509s ± 0.0035s      -0.69%  ~noise  
                                                                                                                                   
poap                                        evmasm    cpu_time       0.3807s ± 0.0003s      0.3820s ± 0.0007s      +0.35%  BASELINE
                                                      creation_size  21,115 ± 0             21,115 ± 0             0.0%    tie     
                                                      cycles         1.2535G ± 577.3507k    1.2462G ± 2.0877M      -0.58%  TARGET  
                                                      instructions   2.5449G ± 25           2.5312G ± 25           -0.54%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   20,721 ± 0             20,721 ± 0             0.0%    tie     
                                                      wall_time      0.3831s ± 0.0008s      0.3845s ± 0.0012s      +0.36%  BASELINE
                                                                                                                                   
poap                                        ir        cpu_time       1.6382s ± 0.0013s      1.6267s ± 0.0016s      -0.7%   TARGET  
                                                      creation_size  19,358 ± 0             19,358 ± 0             0.0%    tie     
                                                      cycles         5.7113G ± 4.5260M      5.6666G ± 5.3401M      -0.78%  TARGET  
                                                      instructions   9.2285G ± 85           9.1904G ± 45           -0.41%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   19,066 ± 0             19,066 ± 0             0.0%    tie     
                                                      wall_time      1.6465s ± 0.0019s      1.6351s ± 0.0021s      -0.69%  TARGET  
                                                                                                                                   
rocketpool-deposit-pool                     evmasm    cpu_time       0.3065s ± 0.0004s      0.3050s ± 0.0002s      -0.48%  TARGET  
                                                      creation_size  14,338 ± 0             14,338 ± 0             0.0%    tie     
                                                      cycles         987.0832M ± 850.4270k  981.5660M ± 440.9537k  -0.56%  TARGET  
                                                      instructions   2.0573G ± 29           2.0551G ± 21           -0.1%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   12,829 ± 0             12,829 ± 0             0.0%    tie     
                                                      wall_time      0.3086s ± 0.0007s      0.3070s ± 0.0003s      -0.53%  TARGET  
                                                                                                                                   
rocketpool-deposit-pool                     ir        cpu_time       0.9013s ± 0.0015s      0.8973s ± 0.0013s      -0.45%  TARGET  
                                                      creation_size  13,039 ± 0             13,039 ± 0             0.0%    tie     
                                                      cycles         3.0946G ± 4.9419M      3.0801G ± 3.2940M      -0.47%  TARGET  
                                                      instructions   5.4478G ± 37           5.4320G ± 36           -0.29%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   11,363 ± 0             11,363 ± 0             0.0%    tie     
                                                      wall_time      0.9063s ± 0.0018s      0.9020s ± 0.0014s      -0.47%  TARGET  
                                                                                                                                   
spark-protocol-pool                         evmasm    cpu_time       1.9584s ± 0.0022s      1.9518s ± 0.0025s      -0.34%  TARGET  
                                                      creation_size  91,618 ± 0             91,618 ± 0             0.0%    tie     
                                                      cycles         6.7817G ± 8.1183M      6.7577G ± 7.5612M      -0.35%  TARGET  
                                                      instructions   13.9921G ± 51          13.9765G ± 78          -0.11%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   90,243 ± 0             90,243 ± 0             0.0%    tie     
                                                      wall_time      1.9695s ± 0.0018s      1.9629s ± 0.0026s      -0.34%  TARGET  
                                                                                                                                   
spark-protocol-pool                         ir        cpu_time       7.3273s ± 0.0088s      7.2783s ± 0.0058s      -0.67%  TARGET  
                                                      creation_size  81,666 ± 0             81,666 ± 0             0.0%    tie     
                                                      cycles         25.9636G ± 30.8044M    25.8016G ± 21.5782M    -0.62%  TARGET  
                                                      instructions   42.4570G ± 123         42.3253G ± 157         -0.31%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   80,778 ± 0             80,778 ± 0             0.0%    tie     
                                                      wall_time      7.3628s ± 0.0087s      7.3139s ± 0.0054s      -0.66%  TARGET  
                                                                                                                                   
tether-usdt                                 evmasm    cpu_time       0.1492s ± 0.0002s      0.1487s ± 0.0002s      -0.38%  TARGET  
                                                      creation_size  7,193 ± 0              7,193 ± 0              0.0%    tie     
                                                      cycles         447.0537M ± 547.8441k  445.1870M ± 483.9515k  -0.42%  TARGET  
                                                      instructions   896.9147M ± 12         896.5106M ± 26         -0.05%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   6,260 ± 0              6,260 ± 0              0.0%    tie     
                                                      wall_time      0.1504s ± 0.0003s      0.1497s ± 0.0003s      -0.44%  TARGET  
                                                                                                                                   
tether-usdt                                 ir        cpu_time       0.5922s ± 0.0009s      0.5877s ± 0.0008s      -0.75%  TARGET  
                                                      creation_size  6,608 ± 0              6,608 ± 0              0.0%    tie     
                                                      cycles         2.0062G ± 2.3914M      1.9909G ± 2.7635M      -0.76%  TARGET  
                                                      instructions   3.3902G ± 37           3.3736G ± 24           -0.49%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   5,461 ± 0              5,461 ± 0              0.0%    tie     
                                                      wall_time      0.5953s ± 0.0009s      0.5910s ± 0.0010s      -0.72%  TARGET  
                                                                                                                                   
uniswap-v2-router02                         evmasm    cpu_time       0.3339s ± 0.0003s      0.3327s ± 0.0003s      -0.36%  TARGET  
                                                      creation_size  16,956 ± 0             16,956 ± 0             0.0%    tie     
                                                      cycles         1.0850G ± 614.1904k    1.0806G ± 787.6570k    -0.41%  TARGET  
                                                      instructions   2.2778G ± 26           2.2762G ± 32           -0.07%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   16,264 ± 0             16,264 ± 0             0.0%    tie     
                                                      wall_time      0.3384s ± 0.0061s      0.3379s ± 0.0076s      -0.17%  ~noise  
                                                                                                                                   
uniswap-v2-router02                         ir        cpu_time       1.1569s ± 0.0013s      1.1493s ± 0.0018s      -0.66%  TARGET  
                                                      creation_size  13,616 ± 0             13,616 ± 0             0.0%    tie     
                                                      cycles         3.9862G ± 3.9635M      3.9624G ± 6.0576M      -0.6%   TARGET  
                                                      instructions   6.5564G ± 27           6.5276G ± 38           -0.44%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   13,142 ± 0             13,142 ± 0             0.0%    tie     
                                                      wall_time      1.1631s ± 0.0019s      1.1554s ± 0.0026s      -0.66%  TARGET  
                                                                                                                                   
uniswap-v3-nonfungible-position-manager     evmasm    cpu_time       0.7764s ± 0.0012s      0.7764s ± 0.0009s      0.0%    tie     
                                                      creation_size  31,663 ± 0             31,663 ± 0             0.0%    tie     
                                                      cycles         2.6114G ± 2.7835M      2.6149G ± 2.0717M      +0.14%  BASELINE
                                                      instructions   5.3648G ± 34           5.3614G ± 43           -0.06%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   28,971 ± 0             28,971 ± 0             0.0%    tie     
                                                      wall_time      0.7809s ± 0.0011s      0.7812s ± 0.0016s      +0.04%  ~noise  
                                                                                                                                   
uniswap-v3-nonfungible-position-manager     ir        cpu_time       2.1692s ± 0.0030s      2.1566s ± 0.0027s      -0.58%  TARGET  
                                                      creation_size  30,002 ± 0             30,002 ± 0             0.0%    tie     
                                                      cycles         7.5799G ± 10.4565M     7.5343G ± 8.7375M      -0.6%   TARGET  
                                                      instructions   12.7492G ± 73          12.7115G ± 44          -0.3%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   27,156 ± 0             27,156 ± 0             0.0%    tie     
                                                      wall_time      2.1806s ± 0.0037s      2.1677s ± 0.0033s      -0.59%  TARGET  
                                                                                                                                   
uniswap-v3-swaprouter02                     evmasm    cpu_time       0.6142s ± 0.0007s      0.6117s ± 0.0006s      -0.4%   TARGET  
                                                      creation_size  21,991 ± 0             21,991 ± 0             0.0%    tie     
                                                      cycles         2.0420G ± 1.8662M      2.0339G ± 1.2521M      -0.39%  TARGET  
                                                      instructions   4.1959G ± 40           4.1753G ± 31           -0.49%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   21,013 ± 0             21,013 ± 0             0.0%    tie     
                                                      wall_time      0.6178s ± 0.0008s      0.6154s ± 0.0006s      -0.4%   TARGET  
                                                                                                                                   
uniswap-v3-swaprouter02                     ir        cpu_time       1.3985s ± 0.0019s      1.3913s ± 0.0020s      -0.51%  TARGET  
                                                      creation_size  18,777 ± 0             18,777 ± 0             0.0%    tie     
                                                      cycles         4.8441G ± 6.7779M      4.8208G ± 6.6950M      -0.48%  TARGET  
                                                      instructions   8.7352G ± 41           8.7169G ± 52           -0.21%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   18,106 ± 0             18,106 ± 0             0.0%    tie     
                                                      wall_time      1.4061s ± 0.0022s      1.3988s ± 0.0024s      -0.52%  TARGET  
                                                                                                                                   
uniswap-v4-position-manager                 evmasm    cpu_time       0.7760s ± 0.0011s      0.7762s ± 0.0013s      +0.04%  ~noise  
                                                      creation_size  26,838 ± 0             26,838 ± 0             0.0%    tie     
                                                      cycles         2.5954G ± 3.8929M      2.5959G ± 3.0016M      +0.02%  ~noise  
                                                      instructions   5.3358G ± 37           5.3302G ± 31           -0.1%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   23,571 ± 0             23,571 ± 0             0.0%    tie     
                                                      wall_time      0.7808s ± 0.0009s      0.7811s ± 0.0013s      +0.04%  ~noise  
                                                                                                                                   
uniswap-v4-position-manager                 ir        cpu_time       1.9176s ± 0.0026s      1.9072s ± 0.0036s      -0.54%  TARGET  
                                                      creation_size  24,615 ± 0             24,615 ± 0             0.0%    tie     
                                                      cycles         6.6769G ± 10.0791M     6.6401G ± 11.4223M     -0.55%  TARGET  
                                                      instructions   11.5487G ± 99          11.5164G ± 73          -0.28%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   21,789 ± 0             21,789 ± 0             0.0%    tie     
                                                      wall_time      1.9280s ± 0.0026s      1.9175s ± 0.0036s      -0.54%  TARGET  
                                                                                                                                   
uniswap-v4-quoter                           evmasm    cpu_time       0.2733s ± 0.0005s      0.2720s ± 0.0004s      -0.48%  TARGET  
                                                      creation_size  7,378 ± 0              7,378 ± 0              0.0%    tie     
                                                      cycles         862.2789M ± 908.5248k  857.8509M ± 642.8492k  -0.51%  TARGET  
                                                      instructions   1.7790G ± 20           1.7765G ± 24           -0.14%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   6,281 ± 0              6,281 ± 0              0.0%    tie     
                                                      wall_time      0.2753s ± 0.0011s      0.2740s ± 0.0007s      -0.46%  TARGET  
                                                                                                                                   
uniswap-v4-quoter                           ir        cpu_time       0.4901s ± 0.0004s      0.4865s ± 0.0007s      -0.74%  TARGET  
                                                      creation_size  5,376 ± 0              5,376 ± 0              0.0%    tie     
                                                      cycles         1.6330G ± 935.0896k    1.6214G ± 1.6660M      -0.71%  TARGET  
                                                      instructions   3.0389G ± 43           3.0321G ± 20           -0.22%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   4,651 ± 0              4,651 ± 0              0.0%    tie     
                                                      wall_time      0.4948s ± 0.0052s      0.4943s ± 0.0088s      -0.09%  ~noise  
                                                                                                                                   
wbtc                                        evmasm    cpu_time       0.2551s ± 0.0002s      0.2540s ± 0.0002s      -0.44%  TARGET  
                                                      creation_size  16,877 ± 0             16,877 ± 0             0.0%    tie     
                                                      cycles         820.3440M ± 611.9304k  816.2065M ± 648.4449k  -0.5%   TARGET  
                                                      instructions   1.6561G ± 17           1.6544G ± 32           -0.1%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   15,804 ± 0             15,804 ± 0             0.0%    tie     
                                                      wall_time      0.2577s ± 0.0043s      0.2557s ± 0.0003s      -0.8%   TARGET  
                                                                                                                                   
wbtc                                        ir        cpu_time       1.1409s ± 0.0016s      1.1319s ± 0.0007s      -0.79%  TARGET  
                                                      creation_size  14,282 ± 0             14,282 ± 0             0.0%    tie     
                                                      cycles         3.9695G ± 5.0875M      3.9374G ± 2.3858M      -0.81%  TARGET  
                                                      instructions   6.8192G ± 51           6.7852G ± 38           -0.5%   TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   12,969 ± 0             12,969 ± 0             0.0%    tie     
                                                      wall_time      1.1468s ± 0.0017s      1.1389s ± 0.0042s      -0.69%  TARGET  
                                                                                                                                   
subsets/bedrock-interfaces-7.0.0            evmasm    cpu_time       1.9976s ± 0.0015s      1.9883s ± 0.0022s      -0.47%  TARGET  
                                                      creation_size  91,301 ± 0             91,301 ± 0             0.0%    tie     
                                                      cycles         6.9332G ± 6.4209M      6.9007G ± 7.5408M      -0.47%  TARGET  
                                                      instructions   14.3740G ± 69          14.3571G ± 81          -0.12%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   87,353 ± 0             87,353 ± 0             0.0%    tie     
                                                      wall_time      2.0084s ± 0.0016s      1.9989s ± 0.0024s      -0.47%  TARGET  
                                                                                                                                   
subsets/bedrock-interfaces-7.0.0            ir        cpu_time       6.5025s ± 0.0056s      6.4677s ± 0.0080s      -0.53%  TARGET  
                                                      creation_size  97,176 ± 0             97,176 ± 0             0.0%    tie     
                                                      cycles         23.0074G ± 19.5419M    22.8820G ± 27.1763M    -0.55%  TARGET  
                                                      instructions   38.2221G ± 143         38.1383G ± 126         -0.22%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   93,419 ± 0             93,419 ± 0             0.0%    tie     
                                                      wall_time      6.5344s ± 0.0050s      6.4992s ± 0.0080s      -0.54%  TARGET  
                                                                                                                                   
subsets/bedrock-analysis-7.0.0              evmasm    cpu_time       8.8525s ± 0.0234s      8.8969s ± 0.0183s      +0.5%   BASELINE
                                                      cycles         27.6119G ± 73.4674M    27.7879G ± 54.3505M    +0.64%  BASELINE
                                                      instructions   58.4779G ± 80          58.4779G ± 62          0.0%    tie     
                                                      peak_rss       1987 ± 0 MiB           1987 ± 0 MiB           0.0%    tie     
                                                      wall_time      8.8931s ± 0.0234s      8.9380s ± 0.0182s      +0.5%   BASELINE
                                                                                                                                   
subsets/openzeppelin-timelock-5.6.1         evmasm    cpu_time       0.8409s ± 0.0017s      0.8370s ± 0.0017s      -0.46%  TARGET  
                                                      creation_size  36,000 ± 0             36,000 ± 0             0.0%    tie     
                                                      cycles         2.8713G ± 3.8706M      2.8593G ± 3.1999M      -0.42%  TARGET  
                                                      instructions   5.9590G ± 30           5.9561G ± 44           -0.05%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   27,580 ± 0             27,580 ± 0             0.0%    tie     
                                                      wall_time      0.8460s ± 0.0016s      0.8421s ± 0.0016s      -0.47%  TARGET  
                                                                                                                                   
subsets/openzeppelin-timelock-5.6.1         ir        cpu_time       2.1769s ± 0.0042s      2.1696s ± 0.0093s      -0.34%  TARGET  
                                                      creation_size  31,131 ± 0             31,131 ± 0             0.0%    tie     
                                                      cycles         7.6483G ± 12.5371M     7.6181G ± 31.5474M     -0.39%  TARGET  
                                                      instructions   13.3734G ± 82          13.3485G ± 67          -0.19%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   23,688 ± 0             23,688 ± 0             0.0%    tie     
                                                      wall_time      2.1882s ± 0.0040s      2.1809s ± 0.0098s      -0.33%  TARGET  
                                                                                                                                   
subsets/aave-pool-3.6.0                     evmasm    cpu_time       2.3271s ± 0.0060s      2.3187s ± 0.0044s      -0.36%  TARGET  
                                                      creation_size  107,536 ± 0            107,536 ± 0            0.0%    tie     
                                                      cycles         8.0915G ± 15.9083M     8.0610G ± 11.7609M     -0.38%  TARGET  
                                                      instructions   16.4302G ± 90          16.4079G ± 78          -0.14%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   102,359 ± 0            102,359 ± 0            0.0%    tie     
                                                      wall_time      2.3391s ± 0.0057s      2.3307s ± 0.0045s      -0.36%  TARGET  
                                                                                                                                   
subsets/aave-pool-3.6.0                     ir        cpu_time       6.5641s ± 0.0086s      6.5311s ± 0.0127s      -0.5%   TARGET  
                                                      creation_size  105,777 ± 0            105,777 ± 0            0.0%    tie     
                                                      cycles         23.2690G ± 29.6764M    23.1532G ± 45.1615M    -0.5%   TARGET  
                                                      instructions   38.8194G ± 111         38.7219G ± 113         -0.25%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   100,079 ± 0            100,079 ± 0            0.0%    tie     
                                                      wall_time      6.5958s ± 0.0087s      6.5626s ± 0.0129s      -0.5%   TARGET  
                                                                                                                                   
subsets/solady-libstring-0.1.26             evmasm    cpu_time       1.4358s ± 0.0021s      1.4304s ± 0.0022s      -0.37%  TARGET  
                                                      creation_size  67,898 ± 0             67,898 ± 0             0.0%    tie     
                                                      cycles         4.7558G ± 7.3843M      4.7407G ± 7.0742M      -0.32%  TARGET  
                                                      instructions   10.1504G ± 69          10.1446G ± 66          -0.06%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   67,704 ± 0             67,704 ± 0             0.0%    tie     
                                                      wall_time      1.4444s ± 0.0024s      1.4388s ± 0.0027s      -0.39%  TARGET  
                                                                                                                                   
subsets/solady-libstring-0.1.26             ir        cpu_time       8.8639s ± 0.0143s      8.8304s ± 0.0141s      -0.38%  TARGET  
                                                      creation_size  97,304 ± 0             97,304 ± 0             0.0%    tie     
                                                      cycles         31.0840G ± 52.8613M    30.9386G ± 49.5771M    -0.47%  TARGET  
                                                      instructions   43.8960G ± 192         43.7562G ± 134         -0.32%  TARGET  
                                                      peak_rss       320 ± 0 MiB            320 ± 0 MiB            -0.03%  ~noise  
                                                      runtime_size   97,128 ± 0             97,128 ± 0             0.0%    tie     
                                                      wall_time      8.9064s ± 0.0146s      8.8731s ± 0.0143s      -0.37%  TARGET  
                                                                                                                                   
subsets/solady-fixedpointmath-0.1.26        evmasm    cpu_time       1.3143s ± 0.0042s      1.3113s ± 0.0036s      -0.22%  TARGET  
                                                      creation_size  56,812 ± 0             56,812 ± 0             0.0%    tie     
                                                      cycles         4.2617G ± 9.9603M      4.2523G ± 8.3246M      -0.22%  TARGET  
                                                      instructions   9.0745G ± 37           9.0713G ± 46           -0.04%  ~noise  
                                                      peak_rss       180 ± 0 MiB            180 ± 0 MiB            +0.07%  ~noise  
                                                      runtime_size   56,768 ± 0             56,768 ± 0             0.0%    tie     
                                                      wall_time      1.3223s ± 0.0047s      1.3196s ± 0.0038s      -0.2%   ~noise  
                                                                                                                                   
subsets/solady-fixedpointmath-0.1.26        ir        cpu_time       10.1918s ± 0.0172s     10.1492s ± 0.0086s     -0.42%  TARGET  
                                                      creation_size  126,161 ± 0            126,161 ± 0            0.0%    tie     
                                                      cycles         35.6750G ± 63.3299M    35.5457G ± 30.0715M    -0.36%  TARGET  
                                                      instructions   49.6971G ± 200         49.5956G ± 99          -0.2%   TARGET  
                                                      peak_rss       364 ± 0 MiB            369 ± 0 MiB            +1.31%  BASELINE
                                                      runtime_size   126,119 ± 0            126,119 ± 0            0.0%    tie     
                                                      wall_time      10.2403s ± 0.0179s     10.1978s ± 0.0082s     -0.42%  TARGET  
                                                                                                                                   
subsets/v4-poolmanager-4.0.0                evmasm    cpu_time       2.1535s ± 0.0032s      2.1479s ± 0.0032s      -0.26%  TARGET  
                                                      creation_size  86,844 ± 0             86,844 ± 0             0.0%    tie     
                                                      cycles         7.2571G ± 9.9122M      7.2401G ± 8.4115M      -0.23%  TARGET  
                                                      instructions   15.3172G ± 69          15.2981G ± 71          -0.12%  TARGET  
                                                      peak_rss       203 ± 0 MiB            203 ± 0 MiB            +0.02%  ~noise  
                                                      runtime_size   72,030 ± 0             72,030 ± 0             0.0%    tie     
                                                      wall_time      2.1647s ± 0.0030s      2.1590s ± 0.0036s      -0.26%  TARGET  
                                                                                                                                   
subsets/v4-poolmanager-4.0.0                ir        cpu_time       6.0043s ± 0.0072s      5.9768s ± 0.0067s      -0.46%  TARGET  
                                                      creation_size  71,065 ± 0             71,065 ± 0             0.0%    tie     
                                                      cycles         21.0170G ± 26.4658M    20.9247G ± 21.5922M    -0.44%  TARGET  
                                                      instructions   35.4753G ± 207         35.3861G ± 86          -0.25%  TARGET  
                                                      peak_rss       241 ± 0 MiB            242 ± 0 MiB            +0.26%  BASELINE
                                                      runtime_size   58,705 ± 0             58,705 ± 0             0.0%    tie     
                                                      wall_time      6.0335s ± 0.0072s      6.0061s ± 0.0071s      -0.45%  TARGET  
                                                                                                                                   
subsets/seaport-core-1.6                    evmasm    cpu_time       1.6340s ± 0.0026s      1.6279s ± 0.0020s      -0.38%  TARGET  
                                                      creation_size  62,068 ± 0             62,068 ± 0             0.0%    tie     
                                                      cycles         5.6220G ± 7.7611M      5.6025G ± 4.6172M      -0.35%  TARGET  
                                                      instructions   11.5702G ± 64          11.5572G ± 71          -0.11%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   55,733 ± 0             55,733 ± 0             0.0%    tie     
                                                      wall_time      1.6427s ± 0.0027s      1.6364s ± 0.0020s      -0.38%  TARGET  
                                                                                                                                   
subsets/seaport-core-1.6                    ir        cpu_time       4.0027s ± 0.0064s      3.9846s ± 0.0036s      -0.45%  TARGET  
                                                      creation_size  55,160 ± 0             55,160 ± 0             0.0%    tie     
                                                      cycles         14.0766G ± 22.6213M    14.0151G ± 13.4771M    -0.44%  TARGET  
                                                      instructions   24.6711G ± 123         24.6143G ± 90          -0.23%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   49,206 ± 0             49,206 ± 0             0.0%    tie     
                                                      wall_time      4.0223s ± 0.0060s      4.0043s ± 0.0040s      -0.45%  TARGET  
                                                                                                                                   
subsets/bedrock-cannon-7.0.0                evmasm    cpu_time       0.6635s ± 0.0009s      0.6608s ± 0.0008s      -0.41%  TARGET  
                                                      creation_size  29,594 ± 0             29,594 ± 0             0.0%    tie     
                                                      cycles         2.2396G ± 2.7755M      2.2302G ± 2.2335M      -0.42%  TARGET  
                                                      instructions   4.9521G ± 23           4.9398G ± 41           -0.25%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   28,917 ± 0             28,917 ± 0             0.0%    tie     
                                                      wall_time      0.6675s ± 0.0014s      0.6646s ± 0.0011s      -0.42%  TARGET  
                                                                                                                                   
subsets/bedrock-cannon-7.0.0                ir        cpu_time       2.3182s ± 0.0019s      2.3051s ± 0.0020s      -0.56%  TARGET  
                                                      creation_size  33,849 ± 0             33,849 ± 0             0.0%    tie     
                                                      cycles         8.1092G ± 6.6413M      8.0634G ± 6.7835M      -0.56%  TARGET  
                                                      instructions   15.3944G ± 94          15.3510G ± 84          -0.28%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   33,276 ± 0             33,276 ± 0             0.0%    tie     
                                                      wall_time      2.3297s ± 0.0024s      2.3167s ± 0.0027s      -0.56%  TARGET  
                                                                                                                                   
subsets/bedrock-l2contractsmanager-7.0.0    evmasm    cpu_time       0.3141s ± 0.0002s      0.3133s ± 0.0003s      -0.26%  TARGET  
                                                      creation_size  12,224 ± 0             12,224 ± 0             0.0%    tie     
                                                      cycles         999.3391M ± 528.0174k  997.1329M ± 459.7428k  -0.22%  TARGET  
                                                      instructions   2.3584G ± 29           2.3569G ± 34           -0.06%  ~noise  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   10,752 ± 0             10,752 ± 0             0.0%    tie     
                                                      wall_time      0.3160s ± 0.0003s      0.3153s ± 0.0006s      -0.22%  TARGET  
                                                                                                                                   
subsets/bedrock-l2contractsmanager-7.0.0    ir        cpu_time       1.6751s ± 0.0028s      1.6669s ± 0.0025s      -0.49%  TARGET  
                                                      creation_size  26,454 ± 0             26,454 ± 0             0.0%    tie     
                                                      cycles         5.7609G ± 9.1015M      5.7332G ± 8.2234M      -0.48%  TARGET  
                                                      instructions   10.0686G ± 44          10.0503G ± 60          -0.18%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   24,838 ± 0             24,838 ± 0             0.0%    tie     
                                                      wall_time      1.6833s ± 0.0033s      1.6750s ± 0.0027s      -0.49%  TARGET  
                                                                                                                                   
subsets/bedrock-nutbundle-7.0.0             evmasm    cpu_time       1.0169s ± 0.0022s      1.0153s ± 0.0022s      -0.16%  TARGET  
                                                      creation_size  24,612 ± 0             24,612 ± 0             0.0%    tie     
                                                      cycles         3.2347G ± 4.2008M      3.2312G ± 5.4025M      -0.11%  TARGET  
                                                      instructions   7.7472G ± 53           7.7431G ± 48           -0.05%  ~noise  
                                                      peak_rss       174 ± 0 MiB            174 ± 0 MiB            +0.06%  ~noise  
                                                      runtime_size   24,567 ± 0             24,567 ± 0             0.0%    tie     
                                                      wall_time      1.0252s ± 0.0079s      1.0227s ± 0.0070s      -0.24%  ~noise  
                                                                                                                                   
subsets/bedrock-nutbundle-7.0.0             ir        cpu_time       4.5602s ± 0.0097s      4.5460s ± 0.0091s      -0.31%  TARGET  
                                                      creation_size  30,152 ± 0             30,152 ± 0             0.0%    tie     
                                                      cycles         15.7619G ± 32.9571M    15.7140G ± 30.6957M    -0.3%   TARGET  
                                                      instructions   23.3661G ± 116         23.2962G ± 60          -0.3%   TARGET  
                                                      peak_rss       266 ± 0 MiB            266 ± 0 MiB            +0.12%  BASELINE
                                                      runtime_size   30,109 ± 0             30,109 ± 0             0.0%    tie     
                                                      wall_time      4.5816s ± 0.0097s      4.5673s ± 0.0095s      -0.31%  TARGET  
                                                                                                                                   
subsets/bedrock-deploy-scripts-7.0.0        evmasm    cpu_time       3.9367s ± 0.0077s      3.9218s ± 0.0065s      -0.38%  TARGET  
                                                      creation_size  170,112 ± 0            170,112 ± 0            0.0%    tie     
                                                      cycles         13.5083G ± 24.8371M    13.4549G ± 21.1102M    -0.4%   TARGET  
                                                      instructions   27.9235G ± 109         27.8790G ± 122         -0.16%  TARGET  
                                                      peak_rss       270 ± 0 MiB            270 ± 0 MiB            +0.23%  BASELINE
                                                      runtime_size   169,159 ± 0            169,159 ± 0            0.0%    tie     
                                                      wall_time      3.9570s ± 0.0080s      3.9422s ± 0.0065s      -0.37%  TARGET  
                                                                                                                                   
subsets/aave-librarypreCompile-3.6.0        evmasm    cpu_time       1.8643s ± 0.0026s      1.8587s ± 0.0033s      -0.3%   TARGET  
                                                      creation_size  71,529 ± 0             71,529 ± 0             0.0%    tie     
                                                      cycles         6.2350G ± 6.8372M      6.2184G ± 10.6562M     -0.27%  TARGET  
                                                      instructions   13.5602G ± 59          13.5464G ± 81          -0.1%   TARGET  
                                                      peak_rss       195 ± 0 MiB            195 ± 0 MiB            +0.13%  BASELINE
                                                      runtime_size   71,439 ± 0             71,439 ± 0             0.0%    tie     
                                                      wall_time      1.8738s ± 0.0027s      1.8679s ± 0.0037s      -0.31%  TARGET  
                                                                                                                                   
subsets/aave-librarypreCompile-3.6.0        ir        cpu_time       5.0976s ± 0.0056s      5.0768s ± 0.0046s      -0.41%  TARGET  
                                                      creation_size  67,740 ± 0             67,740 ± 0             0.0%    tie     
                                                      cycles         17.7668G ± 22.8120M    17.6926G ± 15.9646M    -0.42%  TARGET  
                                                      instructions   34.2185G ± 152         34.1645G ± 162         -0.16%  TARGET  
                                                      peak_rss       236 ± 0 MiB            237 ± 0 MiB            +0.54%  BASELINE
                                                      runtime_size   67,654 ± 0             67,654 ± 0             0.0%    tie     
                                                      wall_time      5.1219s ± 0.0052s      5.1013s ± 0.0052s      -0.4%   TARGET  
                                                                                                                                   
subsets/seaport-referenceconsideration-1.6  evmasm    cpu_time       1.1358s ± 0.0017s      1.1322s ± 0.0015s      -0.31%  TARGET  
                                                      creation_size  47,020 ± 0             47,020 ± 0             0.0%    tie     
                                                      cycles         3.8650G ± 5.3474M      3.8529G ± 4.4689M      -0.31%  TARGET  
                                                      instructions   7.9270G ± 47           7.9180G ± 77           -0.11%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   41,353 ± 0             41,353 ± 0             0.0%    tie     
                                                      wall_time      1.1418s ± 0.0018s      1.1383s ± 0.0023s      -0.31%  TARGET  
                                                                                                                                   
subsets/seaport-referenceconsideration-1.6  ir        cpu_time       4.8223s ± 0.0077s      4.8013s ± 0.0051s      -0.44%  TARGET  
                                                      creation_size  42,031 ± 0             42,031 ± 0             0.0%    tie     
                                                      cycles         17.0061G ± 27.6975M    16.9332G ± 18.7194M    -0.43%  TARGET  
                                                      instructions   26.2420G ± 73          26.1751G ± 101         -0.26%  TARGET  
                                                      peak_rss       162 ± 0 MiB            162 ± 0 MiB            -0.02%  ~noise  
                                                      runtime_size   36,624 ± 0             36,624 ± 0             0.0%    tie     
                                                      wall_time      4.8451s ± 0.0071s      4.8242s ± 0.0049s      -0.43%  TARGET  

@rodiazet
rodiazet force-pushed the unordered-map-ssa-value-tracker branch from 8fdfc8d to d3a76c3 Compare August 21, 2026 12:54
@rodiazet
rodiazet marked this pull request as ready for review August 21, 2026 12:54
@blishko

blishko commented Aug 22, 2026

Copy link
Copy Markdown
Contributor

Do you want to write down some kind of summary?
What's the conclusion? flat version is better than std::unordered_map?
I think we need to find a better way to present the benchmarking data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants