Skip to content

Auto download wasm-opt to ./target/cargo-run/bin#4256

Open
timon-schelling wants to merge 5 commits into
improve-build-processfrom
cargo-run-download-wasm-opt
Open

Auto download wasm-opt to ./target/cargo-run/bin#4256
timon-schelling wants to merge 5 commits into
improve-build-processfrom
cargo-run-download-wasm-opt

Conversation

@timon-schelling

Copy link
Copy Markdown
Member

depends on #4254

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Code Review

This pull request introduces a download feature to the cargo-run tool, enabling automatic installation of requirements like wasm-opt by downloading and extracting official Binaryen releases. It also changes the default prompt behavior for automatic resolution to default to 'No' ([y/N]). The review feedback identifies two key issues: a path separator mismatch on Windows that would prevent successful extraction of wasm-opt, and a potential workspace ambiguity when running cargo run without specifying the package name.

Important

The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.

Comment thread tools/cargo-run/src/download.rs Outdated
Comment thread tools/cargo-run/src/requirements/wasm_opt.rs Outdated

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

6 issues found across 8 files

Confidence score: 2/5

  • tools/cargo-run/src/download.rs tar unpacking currently permits symlink/hardlink entries and misses Windows Component::Prefix(_), so a crafted archive can write outside the target directory and overwrite unintended files. Block link entries and reject prefix/parent traversal (or switch to a guaranteed in-root unpack routine) before merging.
  • tools/cargo-run/src/requirements/wasm_opt.rs uses the wrong Binaryen platform identifier for Intel macOS, which will break wasm-opt auto-install on x86_64 Macs and leave users without the required tool. Fix the asset mapping for Intel macOS and verify download/install on that platform before merge.
  • tools/cargo-run/src/download.rs path rebuilding via native components can produce backslash-separated paths on Windows (for entries like bin\wasm-opt), which can cause extraction/lookup mismatches and missing binaries after install. Normalize archive entry paths to forward-slash form during strip/rewrite and add a Windows-focused test case.
  • tools/cargo-run/src/requirements.rs introduces an unreachable!() branch for InstallAction::None, so an unexpected input can panic the whole requirement-check flow instead of failing gracefully. Replace the panic with explicit handling/logging to keep the command resilient.

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread tools/cargo-run/src/requirements/wasm_opt.rs Outdated
Comment thread tools/cargo-run/src/download.rs Outdated
Comment thread tools/cargo-run/src/download.rs
Comment thread tools/cargo-run/src/download.rs Outdated
Comment thread tools/cargo-run/src/requirements/wasm_opt.rs
Comment thread tools/cargo-run/src/requirements.rs
@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown
Performance Benchmark Results

🔧 Graph Compilation

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_0:(load_from_name(isometric-fountain))
Instructions: 33,028,920 (master) → 29,780,980 (HEAD) : $$\color{lime}-9.83\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -3.59%
D1mr                     462,948|    390,916         -15.56%
D1mw                     136,639|    136,066          -0.42%
DLmr                      40,759|     31,590         -22.50%
DLmw                      62,103|     50,451         -18.76%
Dr                     8,069,695|  7,336,698          -9.08%
Dw                     5,614,118|  5,137,933          -8.48%
EstimatedCycles       52,385,093| 46,996,319         -10.29%
I1MissRate                     0|          0          +0.99%
I1mr                      40,483|     36,865          -8.94%
ILmr                         874|        803          -8.12%
Ir                    33,028,920| 29,780,980          -9.83%
L1HitRate                     99|         99          +0.04%
L1hits                46,072,663| 41,691,764          -9.51%
LLHitRate                      1|          1          -0.86%
LLMissRate                     0|          0         -11.72%
LLdMissRate                    1|          1         -12.51%
LLhits                   536,334|    481,003         -10.32%
LLiMissRate                    0|          0          +1.90%
RamHitRate                     0|          0         -11.72%
RamHits                  103,736|     82,844         -20.14%
TotalRW               46,712,733| 42,255,611          -9.54%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_1:(load_from_name(painted-dreams))
Instructions: 16,276,587 (master) → 14,756,240 (HEAD) : $$\color{lime}-9.34\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -5.18%
D1mr                     224,715|    186,057         -17.20%
D1mw                      68,386|     68,238          -0.22%
DLmr                         737|        754          +2.31%
DLmw                      19,455|     16,869         -13.29%
Dr                     3,976,000|  3,629,912          -8.70%
Dw                     2,763,580|  2,536,608          -8.21%
EstimatedCycles       24,885,833| 22,553,418          -9.37%
I1MissRate                     0|          0          +2.00%
I1mr                      17,618|     16,292          -7.53%
ILmr                         701|        654          -6.70%
Ir                    16,276,587| 14,756,240          -9.34%
L1HitRate                     99|         99          +0.06%
L1hits                22,705,448| 20,652,173          -9.04%
LLHitRate                      1|          1          -4.23%
LLMissRate                     0|          0          -3.77%
LLdMissRate                    0|          0          -4.61%
LLhits                   289,826|    252,310         -12.94%
LLiMissRate                    0|          0          +2.91%
RamHitRate                     0|          0          -3.77%
RamHits                   20,893|     18,277         -12.52%
TotalRW               23,016,167| 20,922,760          -9.10%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_2:(load_from_name(procedural-string-lights))
Instructions: 3,351,535 (master) → 3,207,580 (HEAD) : $$\color{lime}-4.30\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.33%
D1mr                      40,935|     38,804          -5.21%
D1mw                      13,334|     13,323          -0.08%
DLmr                          18|         13         -27.78%
DLmw                       2,733|      2,785          +1.90%
Dr                       819,927|    783,145          -4.49%
Dw                       569,412|    546,927          -3.95%
EstimatedCycles        5,078,588|  4,865,458          -4.20%
I1MissRate                     0|          0          -3.64%
I1mr                       4,307|      3,972          -7.78%
ILmr                         696|        649          -6.75%
Ir                     3,351,535|  3,207,580          -4.30%
L1HitRate                     99|         99          -0.00%
L1hits                 4,682,298|  4,481,553          -4.29%
LLHitRate                      1|          1          -0.22%
LLMissRate                     0|          0          +4.48%
LLdMissRate                    0|          0          +6.24%
LLhits                    55,129|     52,652          -4.49%
LLiMissRate                    0|          0          -2.57%
RamHitRate                     0|          0          +4.48%
RamHits                    3,447|      3,447          +0.00%
TotalRW                4,740,874|  4,537,652          -4.29%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_3:(load_from_name(parametric-dunescape))
Instructions: 12,192,978 (master) → 11,639,653 (HEAD) : $$\color{lime}-4.54\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +2.97%
D1mr                     157,620|    154,047          -2.27%
D1mw                      55,152|     55,125          -0.05%
DLmr                          32|         35          +9.38%
DLmw                      14,012|     13,249          -5.45%
Dr                     2,973,900|  2,832,492          -4.75%
Dw                     2,085,444|  1,997,882          -4.20%
EstimatedCycles       18,594,776| 17,768,767          -4.44%
I1MissRate                     0|          0          -6.37%
I1mr                      11,309|     10,108         -10.62%
ILmr                         827|        770          -6.89%
Ir                    12,192,978| 11,639,653          -4.54%
L1HitRate                     99|         99          -0.03%
L1hits                17,028,241| 16,250,747          -4.57%
LLHitRate                      1|          1          +2.76%
LLMissRate                     0|          0          -1.01%
LLdMissRate                    0|          0          -0.93%
LLhits                   209,210|    205,226          -1.90%
LLiMissRate                    0|          0          -2.47%
RamHitRate                     0|          0          -1.01%
RamHits                   14,871|     14,054          -5.49%
TotalRW               17,252,322| 16,470,027          -4.53%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_4:(load_from_name(red-dress))
Instructions: 35,377,900 (master) → 31,985,293 (HEAD) : $$\color{lime}-9.59\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -5.19%
D1mr                     513,471|    426,502         -16.94%
D1mw                     146,239|    144,824          -0.97%
DLmr                      45,471|     34,910         -23.23%
DLmw                      63,944|     66,929          +4.67%
Dr                     8,649,846|  7,879,236          -8.91%
Dw                     6,027,838|  5,527,771          -8.30%
EstimatedCycles       56,165,840| 50,907,128          -9.36%
I1MissRate                     0|          0          +2.22%
I1mr                      40,649|     37,566          -7.58%
ILmr                         879|        803          -8.65%
Ir                    35,377,900| 31,985,293          -9.59%
L1HitRate                     99|         99          +0.06%
L1hits                49,355,225| 44,783,408          -9.26%
LLHitRate                      1|          1          -5.39%
LLMissRate                     0|          0          +2.62%
LLdMissRate                    1|          1          +1.90%
LLhits                   590,065|    506,250         -14.20%
LLiMissRate                    0|          0          +1.04%
RamHitRate                     0|          0          +2.62%
RamHits                  110,294|    102,642          -6.94%
TotalRW               50,055,584| 45,392,300          -9.32%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_5:(load_from_name(valley-of-spires))
Instructions: 25,726,101 (master) → 23,231,007 (HEAD) : $$\color{lime}-9.70\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -6.69%
D1mr                     354,578|    289,881         -18.25%
D1mw                     102,205|     98,896          -3.24%
DLmr                      19,062|     16,480         -13.55%
DLmw                      45,277|     38,271         -15.47%
Dr                     6,316,199|  5,745,916          -9.03%
Dw                     4,378,711|  4,009,151          -8.44%
EstimatedCycles       40,326,765| 36,321,208          -9.93%
I1MissRate                     0|          0          +2.86%
I1mr                      30,918|     28,719          -7.11%
ILmr                         826|        754          -8.72%
Ir                    25,726,101| 23,231,007          -9.70%
L1HitRate                     99|         99          +0.07%
L1hits                35,933,310| 32,568,578          -9.36%
LLHitRate                      1|          1          -5.41%
LLMissRate                     0|          0          -5.95%
LLdMissRate                    1|          1          -6.70%
LLhits                   422,536|    361,991         -14.33%
LLiMissRate                    0|          0          +1.09%
RamHitRate                     0|          0          -5.95%
RamHits                   65,165|     55,505         -14.82%
TotalRW               36,421,011| 32,986,074          -9.43%

🔄 Executor Update

update_executor_gungraun::update_group::update_executor with_setup_0:(setup_update_executor(isometric-fountain))
Instructions: 63,206,135 (master) → 62,320,208 (HEAD) : $$\color{lime}-1.40\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -2.18%
D1mr                     704,241|    681,921          -3.17%
D1mw                     157,188|    156,804          -0.24%
DLmr                      21,634|     16,639         -23.09%
DLmw                      45,194|     34,180         -24.37%
Dr                    16,236,809| 16,126,129          -0.68%
Dw                    10,988,481| 10,972,809          -0.14%
EstimatedCycles       96,012,401| 94,372,576          -1.71%
I1MissRate                     0|          0         -46.84%
I1mr                      28,465|     14,920         -47.58%
ILmr                         552|        476         -13.77%
Ir                    63,206,135| 62,320,208          -1.40%
L1HitRate                     99|         99          +0.03%
L1hits                89,541,531| 88,565,501          -1.09%
LLHitRate                      1|          1          -1.35%
LLMissRate                     0|          0         -23.01%
LLdMissRate                    0|          0         -23.60%
LLhits                   822,514|    802,350          -2.45%
LLiMissRate                    0|          0         -12.54%
RamHitRate                     0|          0         -23.01%
RamHits                   67,380|     51,295         -23.87%
TotalRW               90,431,425| 89,419,146          -1.12%

update_executor_gungraun::update_group::update_executor with_setup_1:(setup_update_executor(painted-dreams))
Instructions: 32,234,504 (master) → 31,779,984 (HEAD) : $$\color{lime}-1.41\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.18%
D1mr                     341,645|    337,085          -1.33%
D1mw                      76,352|     75,844          -0.67%
DLmr                         542|        536          -1.11%
DLmw                       5,717|      5,695          -0.38%
Dr                     8,318,159|  8,205,475          -1.35%
Dw                     5,668,834|  5,587,110          -1.44%
EstimatedCycles       48,148,407| 47,447,461          -1.46%
I1MissRate                     0|          0         -48.65%
I1mr                      15,513|      7,854         -49.37%
ILmr                         170|        161          -5.29%
Ir                    32,234,504| 31,779,984          -1.41%
L1HitRate                     99|         99          +0.01%
L1hits                45,787,987| 45,151,786          -1.39%
LLHitRate                      1|          1          -1.59%
LLMissRate                     0|          0          +0.84%
LLdMissRate                    0|          0          +0.96%
LLhits                   427,081|    414,391          -2.97%
LLiMissRate                    0|          0          -3.94%
RamHitRate                     0|          0          +0.84%
RamHits                    6,429|      6,392          -0.58%
TotalRW               46,221,497| 45,572,569          -1.40%

update_executor_gungraun::update_group::update_executor with_setup_2:(setup_update_executor(procedural-string-lights)...
Instructions: 7,767,200 (master) → 7,620,093 (HEAD) : $$\color{lime}-1.89\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -1.44%
D1mr                      77,914|     75,348          -3.29%
D1mw                      20,048|     19,401          -3.23%
DLmr                           2|          3         +50.00%
DLmw                       1,040|        779         -25.10%
Dr                     1,981,702|  1,944,459          -1.88%
Dw                     1,350,620|  1,325,757          -1.84%
EstimatedCycles       11,549,904| 11,312,503          -2.06%
I1MissRate                     0|          0         -31.75%
I1mr                       5,566|      3,727         -33.04%
ILmr                         167|        161          -3.59%
Ir                     7,767,200|  7,620,093          -1.89%
L1HitRate                     99|         99          +0.03%
L1hits                10,995,994| 10,791,833          -1.86%
LLHitRate                      1|          1          -2.85%
LLMissRate                     0|          0         -20.50%
LLdMissRate                    0|          0         -23.53%
LLhits                   102,319|     97,533          -4.68%
LLiMissRate                    0|          0          -1.73%
RamHitRate                     0|          0         -20.50%
RamHits                    1,209|        943         -22.00%
TotalRW               11,099,522| 10,890,309          -1.88%

update_executor_gungraun::update_group::update_executor with_setup_3:(setup_update_executor(parametric-dunescape))
Instructions: 30,037,468 (master) → 29,008,895 (HEAD) : $$\color{lime}-3.42\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.04%
D1mr                     305,796|    295,299          -3.43%
D1mw                      72,315|     70,551          -2.44%
DLmr                          91|        100          +9.89%
DLmw                       7,284|      7,673          +5.34%
Dr                     7,726,642|  7,473,883          -3.27%
Dw                     5,351,030|  5,174,621          -3.30%
EstimatedCycles       44,918,284| 43,385,329          -3.41%
I1MissRate                     0|          0         -57.52%
I1mr                      16,065|      6,590         -58.98%
ILmr                         173|        166          -4.05%
Ir                    30,037,468| 29,008,895          -3.42%
L1HitRate                     99|         99          +0.02%
L1hits                42,720,964| 41,284,959          -3.36%
LLHitRate                      1|          1          -2.42%
LLMissRate                     0|          0          +8.86%
LLdMissRate                    0|          0          +8.97%
LLhits                   386,628|    364,501          -5.72%
LLiMissRate                    0|          0          -0.64%
RamHitRate                     0|          0          +8.86%
RamHits                    7,548|      7,939          +5.18%
TotalRW               43,115,140| 41,657,399          -3.38%

update_executor_gungraun::update_group::update_executor with_setup_4:(setup_update_executor(red-dress))
Instructions: 75,599,082 (master) → 73,383,936 (HEAD) : $$\color{lime}-2.93\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.97%
D1mr                     811,815|    795,947          -1.95%
D1mw                     183,016|    180,213          -1.53%
DLmr                      45,470|     41,135          -9.53%
DLmw                      66,302|     60,306          -9.04%
Dr                    19,524,131| 18,968,653          -2.85%
Dw                    13,272,385| 12,902,049          -2.79%
EstimatedCycles      115,876,058|112,279,870          -3.10%
I1MissRate                     0|          0         -53.56%
I1mr                      31,774|     14,323         -54.92%
ILmr                         696|        669          -3.88%
Ir                    75,599,082| 73,383,936          -2.93%
L1HitRate                     99|         99          +0.01%
L1hits               107,368,993|104,264,155          -2.89%
LLHitRate                      1|          1          +0.08%
LLMissRate                     0|          0          -6.50%
LLdMissRate                    0|          0          -6.61%
LLhits                   914,137|    888,373          -2.82%
LLiMissRate                    0|          0          -0.98%
RamHitRate                     0|          0          -6.50%
RamHits                  112,468|    102,110          -9.21%
TotalRW              108,395,598|105,254,638          -2.90%

update_executor_gungraun::update_group::update_executor with_setup_5:(setup_update_executor(valley-of-spires))
Instructions: 49,568,944 (master) → 49,043,492 (HEAD) : $$\color{lime}-1.06\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -1.04%
D1mr                     534,816|    530,250          -0.85%
D1mw                     121,212|    125,676          +3.68%
DLmr                       3,001|      2,799          -6.73%
DLmw                      23,313|     27,358         +17.35%
Dr                    12,630,500| 12,710,625          +0.63%
Dw                     8,566,595|  8,705,653          +1.62%
EstimatedCycles       74,276,723| 74,041,160          -0.32%
I1MissRate                     0|          0         -48.14%
I1mr                      22,713|     11,654         -48.69%
ILmr                         210|        212          +0.95%
Ir                    49,568,944| 49,043,492          -1.06%
L1HitRate                     99|         99          +0.01%
L1hits                70,087,298| 69,792,190          -0.42%
LLHitRate                      1|          1          -1.88%
LLMissRate                     0|          0         +14.99%
LLdMissRate                    0|          0         +13.43%
LLhits                   652,217|    637,211          -2.30%
LLiMissRate                    0|          0          +2.03%
RamHitRate                     0|          0         +14.99%
RamHits                   26,524|     30,369         +14.50%
TotalRW               70,766,039| 70,459,770          -0.43%

🚀 Render: Cold Execution

run_once_gungraun::run_once_group::run_once with_setup_0:(setup_run_once(isometric-fountain))
Instructions: 33,657,737 (master) → 33,331,691 (HEAD) : $$\color{lime}-0.97\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.56%
D1mr                     404,929|    396,277          -2.14%
D1mw                      78,568|     76,365          -2.80%
DLmr                      27,179|     27,321          +0.52%
DLmw                      12,941|     13,235          +2.27%
Dr                     8,845,354|  8,638,204          -2.34%
Dw                     5,998,321|  5,791,620          -3.45%
EstimatedCycles       52,872,186| 52,051,481          -1.55%
I1MissRate                     1|          1          -4.16%
I1mr                     249,684|    236,977          -5.09%
ILmr                       7,815|      7,827          +0.15%
Ir                    33,657,737| 33,331,691          -0.97%
L1HitRate                     98|         99          +0.03%
L1hits                47,768,231| 47,051,896          -1.50%
LLHitRate                      1|          1          -2.01%
LLMissRate                     0|          0          +2.50%
LLdMissRate                    0|          0          +3.99%
LLhits                   685,246|    661,236          -3.50%
LLiMissRate                    0|          0          +1.13%
RamHitRate                     0|          0          +2.50%
RamHits                   47,935|     48,383          +0.93%
TotalRW               48,501,412| 47,761,515          -1.53%

run_once_gungraun::run_once_group::run_once with_setup_1:(setup_run_once(painted-dreams))
Instructions: 303,014,860 (master) → 303,867,472 (HEAD) : $$\color{red}+0.28\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     1|          1          -0.35%
D1mr                     969,742|    963,592          -0.63%
D1mw                     486,445|    479,753          -1.38%
DLmr                      30,235|     30,500          +0.88%
DLmw                      64,976|     61,349          -5.58%
Dr                    61,301,760| 61,196,911          -0.17%
Dw                    37,513,176| 37,088,015          -1.13%
EstimatedCycles      417,911,976|418,243,188          +0.08%
I1MissRate                     1|          1          +1.99%
I1mr                   1,774,833|  1,815,305          +2.28%
ILmr                      10,059|     10,024          -0.35%
Ir                   303,014,860|303,867,472          +0.28%
L1HitRate                     99|         99          -0.01%
L1hits               398,598,776|398,893,748          +0.07%
LLHitRate                      1|          1          +0.91%
LLMissRate                     0|          0          -3.30%
LLdMissRate                    0|          0          -3.01%
LLhits                 3,125,750|  3,156,777          +0.99%
LLiMissRate                    0|          0          -0.63%
RamHitRate                     0|          0          -3.30%
RamHits                  105,270|    101,873          -3.23%
TotalRW              401,829,796|402,152,398          +0.08%

run_once_gungraun::run_once_group::run_once with_setup_2:(setup_run_once(procedural-string-lights))
Instructions: 18,142,639 (master) → 17,962,875 (HEAD) : $$\color{lime}-0.99\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          +0.13%
D1mr                     105,341|    104,223          -1.06%
D1mw                      37,583|     37,359          -0.60%
DLmr                         887|        882          -0.56%
DLmw                       1,368|      1,384          +1.17%
Dr                     4,584,674|  4,540,501          -0.96%
Dw                     3,253,645|  3,214,259          -1.21%
EstimatedCycles       27,218,860| 26,907,805          -1.14%
I1MissRate                     1|          1          -9.08%
I1mr                     103,079|     92,788          -9.98%
ILmr                       6,208|      6,157          -0.82%
Ir                    18,142,639| 17,962,875          -0.99%
L1HitRate                     99|         99          +0.04%
L1hits                25,734,955| 25,483,265          -0.98%
LLHitRate                      1|          1          -3.91%
LLMissRate                     0|          0          +0.55%
LLdMissRate                    0|          0          +1.57%
LLhits                   237,540|    225,947          -4.88%
LLiMissRate                    0|          0          +0.17%
RamHitRate                     0|          0          +0.55%
RamHits                    8,463|      8,423          -0.47%
TotalRW               25,980,958| 25,717,635          -1.01%

run_once_gungraun::run_once_group::run_once with_setup_3:(setup_run_once(parametric-dunescape))
Instructions: 24,164,082 (master) → 25,776,528 (HEAD) : $$\color{red}+6.67\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -3.94%
D1mr                     184,873|    179,262          -3.04%
D1mw                      72,575|     73,158          +0.80%
DLmr                       3,956|      3,962          +0.15%
DLmw                       8,006|      6,101         -23.79%
Dr                     6,033,257|  6,301,841          +4.45%
Dw                     4,342,787|  4,288,532          -1.25%
EstimatedCycles       36,397,464| 38,129,847          +4.76%
I1MissRate                     0|          0         -10.94%
I1mr                      80,804|     76,769          -4.99%
ILmr                       4,849|      4,810          -0.80%
Ir                    24,164,082| 25,776,528          +6.67%
L1HitRate                     99|         99          +0.07%
L1hits                34,201,874| 36,037,712          +5.37%
LLHitRate                      1|          1          -7.13%
LLMissRate                     0|          0         -15.97%
LLdMissRate                    0|          0         -17.58%
LLhits                   321,441|    314,316          -2.22%
LLiMissRate                    0|          0          -7.01%
RamHitRate                     0|          0         -15.97%
RamHits                   16,811|     14,873         -11.53%
TotalRW               34,540,126| 36,366,901          +5.29%

run_once_gungraun::run_once_group::run_once with_setup_4:(setup_run_once(red-dress))
Instructions: 1,895,940,287 (master) → 1,884,850,874 (HEAD) : $$\color{lime}-0.58\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     1|          1          +0.31%
D1mr                   2,775,163|  2,749,024          -0.94%
D1mw                   1,256,034|  1,267,399          +0.90%
DLmr                     574,598|    574,852          +0.04%
DLmw                     685,042|    710,756          +3.75%
Dr                   454,300,828|451,364,595          -0.65%
Dw                   298,425,127|296,291,648          -0.71%
EstimatedCycles      2,711,233,716|2,695,781,915          -0.57%
I1MissRate                     0|          0          +0.37%
I1mr                   2,110,129|  2,105,579          -0.22%
ILmr                       7,099|      7,285          +2.62%
Ir                   1,895,940,287|1,884,850,874          -0.58%
L1HitRate                    100|        100          -0.00%
L1hits               2,642,524,916|2,626,385,115          -0.61%
LLHitRate                      0|          0          -0.32%
LLMissRate                     0|          0          +2.69%
LLdMissRate                    0|          0          +2.75%
LLhits                 4,874,587|  4,829,109          -0.93%
LLiMissRate                    0|          0          +3.22%
RamHitRate                     0|          0          +2.69%
RamHits                1,266,739|  1,292,893          +2.06%
TotalRW              2,648,666,242|2,632,507,117          -0.61%

run_once_gungraun::run_once_group::run_once with_setup_5:(setup_run_once(valley-of-spires))
Instructions: 31,326,308 (master) → 31,178,852 (HEAD) : $$\color{lime}-0.47\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.40%
D1mr                     331,301|    324,500          -2.05%
D1mw                      73,165|     71,980          -1.62%
DLmr                       9,447|      9,175          -2.88%
DLmw                      14,229|     15,550          +9.28%
Dr                     8,096,277|  8,001,584          -1.17%
Dw                     5,503,391|  5,383,531          -2.18%
EstimatedCycles       48,234,282| 47,836,471          -0.82%
I1MissRate                     1|          1          -3.80%
I1mr                     204,398|    195,701          -4.25%
ILmr                       5,419|      5,401          -0.33%
Ir                    31,326,308| 31,178,852          -0.47%
L1HitRate                     99|         99          +0.03%
L1hits                44,317,112| 43,971,786          -0.78%
LLHitRate                      1|          1          -2.27%
LLMissRate                     0|          0          +4.38%
LLdMissRate                    0|          0          +6.10%
LLhits                   579,769|    562,055          -3.06%
LLiMissRate                    0|          0          +0.14%
RamHitRate                     0|          0          +4.38%
RamHits                   29,095|     30,126          +3.54%
TotalRW               44,925,976| 44,563,967          -0.81%

⚡ Render: Cached Execution

run_cached_gungraun::run_cached_group::run_cached with_setup_0:(setup_run_cached(isometric-fountain))
Instructions: 10,238,075 (master) → 10,074,567 (HEAD) : $$\color{lime}-1.60\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     6|          6          +0.63%
D1mr                     263,610|    260,926          -1.02%
D1mw                       3,801|      3,695          -2.79%
DLmr                      20,250|     20,357          +0.53%
DLmw                         956|        208         -78.24%
Dr                     2,946,997|  2,899,248          -1.62%
Dw                     1,635,533|  1,607,185          -1.73%
EstimatedCycles       16,534,747| 16,264,574          -1.63%
I1MissRate                     0|          0          +0.31%
I1mr                         542|        535          -1.29%
ILmr                         205|        200          -2.44%
Ir                    10,238,075| 10,074,567          -1.60%
L1HitRate                     98|         98          -0.01%
L1hits                14,552,652| 14,315,844          -1.63%
LLHitRate                      2|          2          +0.76%
LLMissRate                     0|          0          -1.42%
LLdMissRate                    0|          0          -1.39%
LLhits                   246,542|    244,391          -0.87%
LLiMissRate                    0|          0          -0.86%
RamHitRate                     0|          0          -1.42%
RamHits                   21,411|     20,765          -3.02%
TotalRW               14,820,605| 14,581,000          -1.62%

run_cached_gungraun::run_cached_group::run_cached with_setup_1:(setup_run_cached(painted-dreams))
Instructions: 10,723,014 (master) → 10,647,912 (HEAD) : $$\color{lime}-0.70\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.25%
D1mr                     213,632|    212,728          -0.42%
D1mw                       4,497|      4,389          -2.40%
DLmr                      26,753|     26,645          -0.40%
DLmw                         205|        180         -12.20%
Dr                     3,141,236|  3,119,496          -0.69%
Dw                     1,735,420|  1,722,487          -0.75%
EstimatedCycles       17,292,022| 17,174,189          -0.68%
I1MissRate                     0|          0          -2.74%
I1mr                         584|        564          -3.42%
ILmr                         292|        294          +0.68%
Ir                    10,723,014| 10,647,912          -0.70%
L1HitRate                     99|         99          -0.00%
L1hits                15,380,957| 15,272,214          -0.71%
LLHitRate                      1|          1          +0.23%
LLMissRate                     0|          0          +0.22%
LLdMissRate                    1|          1          +0.22%
LLhits                   191,463|    190,562          -0.47%
LLiMissRate                    0|          0          +1.40%
RamHitRate                     0|          0          +0.22%
RamHits                   27,250|     27,119          -0.48%
TotalRW               15,599,670| 15,489,895          -0.70%

run_cached_gungraun::run_cached_group::run_cached with_setup_2:(setup_run_cached(parametric-dunescape))
Instructions: 3,859,258 (master) → 3,699,251 (HEAD) : $$\color{lime}-4.15\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     6|          6          -1.63%
D1mr                     100,606|     94,932          -5.64%
D1mw                       2,727|      2,753          +0.95%
DLmr                          36|         30         -16.67%
DLmw                           3|          2         -33.33%
Dr                     1,165,539|  1,119,537          -3.95%
Dw                       679,835|    653,871          -3.82%
EstimatedCycles        6,126,892|  5,872,083          -4.16%
I1MissRate                     0|          0          +1.03%
I1mr                         507|        491          -3.16%
ILmr                         191|        192          +0.52%
Ir                     3,859,258|  3,699,251          -4.15%
L1HitRate                     98|         98          +0.03%
L1hits                 5,600,792|  5,374,483          -4.04%
LLHitRate                      2|          2          -1.45%
LLMissRate                     0|          0          +1.52%
LLdMissRate                    0|          0         -14.62%
LLhits                   103,610|     97,952          -5.46%
LLiMissRate                    0|          0          +4.87%
RamHitRate                     0|          0          +1.52%
RamHits                      230|        224          -2.61%
TotalRW                5,704,632|  5,472,659          -4.07%

run_cached_gungraun::run_cached_group::run_cached with_setup_3:(setup_run_cached(red-dress))
Instructions: 45,080,664 (master) → 44,749,937 (HEAD) : $$\color{lime}-0.73\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -1.13%
D1mr                     793,787|    778,816          -1.89%
D1mw                      34,258|     33,971          -0.84%
DLmr                     316,215|    313,899          -0.73%
DLmw                       3,139|      3,049          -2.87%
Dr                    13,042,827| 12,950,527          -0.71%
Dw                     6,936,757|  6,884,539          -0.75%
EstimatedCycles       77,967,858| 77,360,105          -0.78%
I1MissRate                     0|          0          -0.02%
I1mr                         530|        526          -0.75%
ILmr                         423|        447          +5.67%
Ir                    45,080,664| 44,749,937          -0.73%
L1HitRate                     99|         99          +0.01%
L1hits                64,231,673| 63,771,690          -0.72%
LLHitRate                      1|          1          -1.81%
LLMissRate                     0|          0          -0.01%
LLdMissRate                    2|          2          -0.03%
LLhits                   508,798|    495,918          -2.53%
LLiMissRate                    0|          0          +6.45%
RamHitRate                     0|          0          -0.01%
RamHits                  319,777|    317,395          -0.74%
TotalRW               65,060,248| 64,585,003          -0.73%

run_cached_gungraun::run_cached_group::run_cached with_setup_4:(setup_run_cached(valley-of-spires))
Instructions: 8,357,494 (master) → 8,222,069 (HEAD) : $$\color{lime}-1.62\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     6|          6          -0.35%
D1mr                     211,021|    206,783          -2.01%
D1mw                       3,432|      3,402          -0.87%
DLmr                       3,926|      3,417         -12.96%
DLmw                          71|         67          -5.63%
Dr                     2,415,431|  2,376,245          -1.62%
Dw                     1,346,127|  1,323,460          -1.68%
EstimatedCycles       13,104,564| 12,874,650          -1.75%
I1MissRate                     0|          0          +0.46%
I1mr                         515|        509          -1.17%
ILmr                         191|        186          -2.62%
Ir                     8,357,494|  8,222,069          -1.62%
L1HitRate                     98|         98          +0.01%
L1hits                11,904,084| 11,711,080          -1.62%
LLHitRate                      2|          2          -0.16%
LLMissRate                     0|          0         -10.92%
LLdMissRate                    0|          0         -11.38%
LLhits                   210,780|    207,024          -1.78%
LLiMissRate                    0|          0          -1.01%
RamHitRate                     0|          0         -10.92%
RamHits                    4,188|      3,670         -12.37%
TotalRW               12,119,052| 11,921,774          -1.63%

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

1 issue found across 3 files (changes from recent commits).

Reply with feedback, questions, or to request a fix.

Re-trigger cubic

Comment thread tools/cargo-run/src/requirements.rs
@github-actions

github-actions Bot commented Jun 19, 2026

Copy link
Copy Markdown
Performance Benchmark Results

🔧 Graph Compilation

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_0:(load_from_name(isometric-fountain))
Instructions: 32,964,752 (master) → 29,782,088 (HEAD) : $$\color{lime}-9.65\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -4.57%
D1mr                     466,214|    390,922         -16.15%
D1mw                     138,829|    136,041          -2.01%
DLmr                      40,561|     31,590         -22.12%
DLmw                      62,225|     50,447         -18.93%
Dr                     8,059,914|  7,336,843          -8.97%
Dw                     5,608,733|  5,137,977          -8.39%
EstimatedCycles       52,326,215| 46,997,420         -10.18%
I1MissRate                     0|          0          +0.49%
I1mr                      40,606|     36,865          -9.21%
ILmr                         888|        803          -9.57%
Ir                    32,964,752| 29,782,088          -9.65%
L1HitRate                     99|         99          +0.05%
L1hits                45,987,750| 41,693,080          -9.34%
LLHitRate                      1|          1          -2.06%
LLMissRate                     0|          0         -11.82%
LLdMissRate                    1|          1         -12.55%
LLhits                   541,975|    480,988         -11.25%
LLiMissRate                    0|          0          +0.09%
RamHitRate                     0|          0         -11.82%
RamHits                  103,674|     82,840         -20.10%
TotalRW               46,633,399| 42,256,908          -9.38%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_1:(load_from_name(painted-dreams))
Instructions: 16,283,874 (master) → 14,756,515 (HEAD) : $$\color{lime}-9.38\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -5.22%
D1mr                     227,244|    185,998         -18.15%
D1mw                      65,969|     68,157          +3.32%
DLmr                         790|        756          -4.30%
DLmw                      21,426|     16,873         -21.25%
Dr                     3,978,179|  3,629,930          -8.75%
Dw                     2,764,761|  2,536,601          -8.25%
EstimatedCycles       24,957,388| 22,553,324          -9.63%
I1MissRate                     0|          0          +2.77%
I1mr                      17,493|     16,292          -6.87%
ILmr                         709|        654          -7.76%
Ir                    16,283,874| 14,756,515          -9.38%
L1HitRate                     99|         99          +0.06%
L1hits                22,716,108| 20,652,599          -9.08%
LLHitRate                      1|          1          -3.57%
LLMissRate                     0|          0         -12.23%
LLdMissRate                    0|          0         -13.23%
LLhits                   287,781|    252,164         -12.38%
LLiMissRate                    0|          0          +1.79%
RamHitRate                     0|          0         -12.23%
RamHits                   22,925|     18,283         -20.25%
TotalRW               23,026,814| 20,923,046          -9.14%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_2:(load_from_name(procedural-string-lights))
Instructions: 3,351,513 (master) → 3,207,214 (HEAD) : $$\color{lime}-4.31\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.43%
D1mr                      41,329|     38,803          -6.11%
D1mw                      12,902|     13,324          +3.27%
DLmr                          15|         13         -13.33%
DLmw                       2,693|      2,786          +3.45%
Dr                       820,080|    783,036          -4.52%
Dw                       569,499|    546,861          -3.98%
EstimatedCycles        5,077,470|  4,864,947          -4.19%
I1MissRate                     0|          0          -3.72%
I1mr                       4,311|      3,972          -7.86%
ILmr                         699|        649          -7.15%
Ir                     3,351,513|  3,207,214          -4.31%
L1HitRate                     99|         99          -0.00%
L1hits                 4,682,550|  4,481,012          -4.30%
LLHitRate                      1|          1          -0.21%
LLMissRate                     0|          0          +5.75%
LLdMissRate                    0|          0          +8.00%
LLhits                    55,135|     52,651          -4.51%
LLiMissRate                    0|          0          -2.98%
RamHitRate                     0|          0          +5.75%
RamHits                    3,407|      3,448          +1.20%
TotalRW                4,741,092|  4,537,111          -4.30%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_3:(load_from_name(parametric-dunescape))
Instructions: 12,191,452 (master) → 11,638,903 (HEAD) : $$\color{lime}-4.53\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +1.43%
D1mr                     162,473|    154,017          -5.20%
D1mw                      53,501|     55,125          +3.04%
DLmr                          31|         35         +12.90%
DLmw                      13,511|     13,253          -1.91%
Dr                     2,973,935|  2,832,305          -4.76%
Dw                     2,085,348|  1,997,809          -4.20%
EstimatedCycles       18,590,153| 17,767,757          -4.42%
I1MissRate                     0|          0          -4.60%
I1mr                      11,098|     10,108          -8.92%
ILmr                         829|        770          -7.12%
Ir                    12,191,452| 11,638,903          -4.53%
L1HitRate                     99|         99          -0.02%
L1hits                17,023,663| 16,249,767          -4.55%
LLHitRate                      1|          1          +1.05%
LLMissRate                     0|          0          +2.47%
LLdMissRate                    0|          0          +2.78%
LLhits                   212,701|    205,192          -3.53%
LLiMissRate                    0|          0          -2.71%
RamHitRate                     0|          0          +2.47%
RamHits                   14,371|     14,058          -2.18%
TotalRW               17,250,735| 16,469,017          -4.53%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_4:(load_from_name(red-dress))
Instructions: 35,390,645 (master) → 31,988,103 (HEAD) : $$\color{lime}-9.61\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -4.40%
D1mr                     505,288|    426,572         -15.58%
D1mw                     149,076|    144,798          -2.87%
DLmr                      45,493|     34,909         -23.27%
DLmw                      63,734|     66,914          +4.99%
Dr                     8,650,391|  7,879,492          -8.91%
Dw                     6,029,014|  5,527,773          -8.31%
EstimatedCycles       56,153,128| 50,909,892          -9.34%
I1MissRate                     0|          0          +2.40%
I1mr                      40,588|     37,566          -7.45%
ILmr                         882|        803          -8.96%
Ir                    35,390,645| 31,988,103          -9.61%
L1HitRate                     99|         99          +0.05%
L1hits                49,375,098| 44,786,432          -9.29%
LLHitRate                      1|          1          -4.51%
LLMissRate                     0|          0          +2.80%
LLdMissRate                    1|          1          +2.07%
LLhits                   584,843|    506,310         -13.43%
LLiMissRate                    0|          0          +0.73%
RamHitRate                     0|          0          +2.80%
RamHits                  110,109|    102,626          -6.80%
TotalRW               50,070,050| 45,395,368          -9.34%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_5:(load_from_name(valley-of-spires))
Instructions: 25,679,714 (master) → 23,230,630 (HEAD) : $$\color{lime}-9.54\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -7.18%
D1mr                     361,167|    289,755         -19.77%
D1mw                      97,213|     98,873          +1.71%
DLmr                      18,940|     16,482         -12.98%
DLmw                      45,776|     38,271         -16.40%
Dr                     6,306,401|  5,745,868          -8.89%
Dw                     4,373,563|  4,009,122          -8.33%
EstimatedCycles       40,282,698| 36,320,218          -9.84%
I1MissRate                     0|          0          +2.59%
I1mr                      30,945|     28,719          -7.19%
ILmr                         808|        754          -6.68%
Ir                    25,679,714| 23,230,630          -9.54%
L1HitRate                     99|         99          +0.08%
L1hits                35,870,353| 32,568,273          -9.21%
LLHitRate                      1|          1          -5.89%
LLMissRate                     0|          0          -6.62%
LLdMissRate                    1|          1          -7.37%
LLhits                   423,801|    361,840         -14.62%
LLiMissRate                    0|          0          +3.15%
RamHitRate                     0|          0          -6.62%
RamHits                   65,524|     55,507         -15.29%
TotalRW               36,359,678| 32,985,620          -9.28%

🔄 Executor Update

update_executor_gungraun::update_group::update_executor with_setup_0:(setup_update_executor(isometric-fountain))
Instructions: 63,397,290 (master) → 62,280,610 (HEAD) : $$\color{lime}-1.76\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.07%
D1mr                     694,845|    682,604          -1.76%
D1mw                     158,094|    156,521          -0.99%
DLmr                      23,149|     17,992         -22.28%
DLmw                      44,378|     36,303         -18.20%
Dr                    16,383,053| 16,118,251          -1.62%
Dw                    11,128,716| 10,967,443          -1.45%
EstimatedCycles       96,520,085| 94,426,230          -2.17%
I1MissRate                     0|          0         -61.39%
I1mr                      39,345|     14,924         -62.07%
ILmr                         536|        496          -7.46%
Ir                    63,397,290| 62,280,610          -1.76%
L1HitRate                     99|         99          +0.03%
L1hits                90,016,775| 88,512,255          -1.67%
LLHitRate                      1|          1          -1.35%
LLMissRate                     0|          0         -18.11%
LLdMissRate                    0|          0         -18.33%
LLhits                   824,221|    799,258          -3.03%
LLiMissRate                    0|          0          -5.80%
RamHitRate                     0|          0         -18.11%
RamHits                   68,063|     54,791         -19.50%
TotalRW               90,909,059| 89,366,304          -1.70%

update_executor_gungraun::update_group::update_executor with_setup_1:(setup_update_executor(painted-dreams))
Instructions: 32,145,925 (master) → 31,660,598 (HEAD) : $$\color{lime}-1.51\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.56%
D1mr                     342,276|    335,149          -2.08%
D1mw                      74,495|     73,177          -1.77%
DLmr                         552|        538          -2.54%
DLmw                       4,794|      5,115          +6.70%
Dr                     8,198,022|  8,077,270          -1.47%
Dw                     5,540,506|  5,458,222          -1.49%
EstimatedCycles       47,808,419| 47,035,432          -1.62%
I1MissRate                     0|          0         -64.90%
I1mr                      22,843|      7,897         -65.43%
ILmr                         171|        162          -5.26%
Ir                    32,145,925| 31,660,598          -1.51%
L1HitRate                     99|         99          +0.04%
L1hits                45,444,839| 44,779,867          -1.46%
LLHitRate                      1|          1          -4.02%
LLMissRate                     0|          0          +7.01%
LLdMissRate                    0|          0          +7.33%
LLhits                   434,097|    410,408          -5.46%
LLiMissRate                    0|          0          -3.81%
RamHitRate                     0|          0          +7.01%
RamHits                    5,517|      5,815          +5.40%
TotalRW               45,884,453| 45,196,090          -1.50%

update_executor_gungraun::update_group::update_executor with_setup_2:(setup_update_executor(procedural-string-lights)...
Instructions: 7,789,893 (master) → 7,622,184 (HEAD) : $$\color{lime}-2.15\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.76%
D1mr                      77,194|     75,748          -1.87%
D1mw                      19,453|     19,552          +0.51%
DLmr                         NaN|          2            NaN%
DLmw                         568|        726         +27.82%
Dr                     1,987,599|  1,944,838          -2.15%
Dw                     1,355,282|  1,326,712          -2.11%
EstimatedCycles       11,570,292| 11,316,510          -2.19%
I1MissRate                     0|          0         -47.14%
I1mr                       7,220|      3,734         -48.28%
ILmr                         167|        160          -4.19%
Ir                     7,789,893|  7,622,184          -2.15%
L1HitRate                     99|         99          +0.02%
L1hits                11,028,907| 10,794,700          -2.12%
LLHitRate                      1|          1          -2.75%
LLMissRate                     0|          0         +23.47%
LLdMissRate                    0|          0         +30.96%
LLhits                   103,132|     98,146          -4.83%
LLiMissRate                    0|          0          -2.08%
RamHitRate                     0|          0         +23.47%
RamHits                      735|        888         +20.82%
TotalRW               11,132,774| 10,893,734          -2.15%

update_executor_gungraun::update_group::update_executor with_setup_3:(setup_update_executor(parametric-dunescape))
Instructions: 30,038,469 (master) → 28,839,090 (HEAD) : $$\color{lime}-3.99\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +1.52%
D1mr                     305,369|    292,529          -4.20%
D1mw                      71,761|     68,301          -4.82%
DLmr                          96|        102          +6.25%
DLmw                       6,665|      7,364         +10.49%
Dr                     7,729,780|  7,315,123          -5.36%
Dw                     5,354,940|  5,016,573          -6.32%
EstimatedCycles       44,906,515| 42,869,334          -4.54%
I1MissRate                     0|          0         -58.98%
I1mr                      16,674|      6,567         -60.62%
ILmr                         176|        166          -5.68%
Ir                    30,038,469| 28,839,090          -3.99%
L1HitRate                     99|         99          +0.02%
L1hits                42,729,385| 40,803,389          -4.51%
LLHitRate                      1|          1          -2.60%
LLMissRate                     0|          0         +15.24%
LLdMissRate                    0|          0         +17.17%
LLhits                   386,867|    359,765          -7.01%
LLiMissRate                    0|          0          -1.76%
RamHitRate                     0|          0         +15.24%
RamHits                    6,937|      7,632         +10.02%
TotalRW               43,123,189| 41,170,786          -4.53%

update_executor_gungraun::update_group::update_executor with_setup_4:(setup_update_executor(red-dress))
Instructions: 75,481,201 (master) → 73,357,450 (HEAD) : $$\color{lime}-2.81\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.48%
D1mr                     808,388|    795,875          -1.55%
D1mw                     178,201|    180,143          +1.09%
DLmr                      42,516|     39,382          -7.37%
DLmw                      55,878|     53,077          -5.01%
Dr                    19,307,318| 18,961,887          -1.79%
Dw                    13,049,526| 12,895,090          -1.18%
EstimatedCycles      114,936,157|111,969,271          -2.58%
I1MissRate                     0|          0         -67.08%
I1mr                      44,719|     14,308         -68.00%
ILmr                         702|        659          -6.13%
Ir                    75,481,201| 73,357,450          -2.81%
L1HitRate                     99|         99          +0.02%
L1hits               106,806,737|104,224,101          -2.42%
LLHitRate                      1|          1          -1.35%
LLMissRate                     0|          0          -3.69%
LLdMissRate                    0|          0          -4.56%
LLhits                   932,212|    897,208          -3.75%
LLiMissRate                    0|          0          -3.41%
RamHitRate                     0|          0          -3.69%
RamHits                   99,096|     93,118          -6.03%
TotalRW              107,838,045|105,214,427          -2.43%

update_executor_gungraun::update_group::update_executor with_setup_5:(setup_update_executor(valley-of-spires))
Instructions: 49,933,080 (master) → 49,047,572 (HEAD) : $$\color{lime}-1.77\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.02%
D1mr                     540,676|    529,971          -1.98%
D1mw                     124,977|    124,354          -0.50%
DLmr                       3,262|      2,873         -11.93%
DLmw                      24,537|     28,086         +14.46%
Dr                    12,931,076| 12,712,446          -1.69%
Dw                     8,856,885|  8,708,802          -1.67%
EstimatedCycles       75,356,229| 74,067,620          -1.71%
I1MissRate                     0|          0         -64.42%
I1mr                      33,024|     11,540         -65.06%
ILmr                         217|        219          +0.92%
Ir                    49,933,080| 49,047,572          -1.77%
L1HitRate                     99|         99          +0.03%
L1hits                71,022,364| 69,802,955          -1.72%
LLHitRate                      1|          1          -3.68%
LLMissRate                     0|          0         +13.26%
LLdMissRate                    0|          0         +13.27%
LLhits                   670,661|    634,687          -5.36%
LLiMissRate                    0|          0          +2.74%
RamHitRate                     0|          0         +13.26%
RamHits                   28,016|     31,178         +11.29%
TotalRW               71,721,041| 70,468,820          -1.75%

🚀 Render: Cold Execution

run_once_gungraun::run_once_group::run_once with_setup_0:(setup_run_once(isometric-fountain))
Instructions: 33,733,417 (master) → 33,502,024 (HEAD) : $$\color{lime}-0.69\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.24%
D1mr                     406,876|    399,558          -1.80%
D1mw                      80,483|     78,704          -2.21%
DLmr                      27,505|     27,259          -0.89%
DLmw                      13,722|     14,194          +3.44%
Dr                     8,898,537|  8,776,612          -1.37%
Dw                     6,049,675|  5,928,246          -2.01%
EstimatedCycles       53,088,029| 52,543,932          -1.02%
I1MissRate                     1|          1          -3.09%
I1mr                     245,766|    236,528          -3.76%
ILmr                       7,903|      7,810          -1.18%
Ir                    33,733,417| 33,502,024          -0.69%
L1HitRate                     98|         99          +0.02%
L1hits                47,948,504| 47,492,092          -0.95%
LLHitRate                      1|          1          -1.74%
LLMissRate                     0|          0          +1.26%
LLdMissRate                    0|          0          +2.21%
LLhits                   683,995|    665,527          -2.70%
LLiMissRate                    0|          0          -0.49%
RamHitRate                     0|          0          +1.26%
RamHits                   49,130|     49,263          +0.27%
TotalRW               48,681,629| 48,206,882          -0.98%

run_once_gungraun::run_once_group::run_once with_setup_1:(setup_run_once(painted-dreams))
Instructions: 302,861,919 (master) → 303,948,922 (HEAD) : $$\color{red}+0.36\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     1|          1          +0.06%
D1mr                     965,196|    965,636          +0.05%
D1mw                     484,428|    479,941          -0.93%
DLmr                      28,854|     29,070          +0.75%
DLmw                      61,753|     61,993          +0.39%
Dr                    61,174,014| 61,171,444          -0.00%
Dw                    37,381,035| 37,053,760          -0.88%
EstimatedCycles      417,951,234|418,250,872          +0.07%
I1MissRate                     1|          1          -6.19%
I1mr                   1,928,325|  1,815,412          -5.86%
ILmr                      10,142|     10,030          -1.10%
Ir                   302,861,919|303,948,922          +0.36%
L1HitRate                     99|         99          +0.03%
L1hits               398,039,019|398,913,137          +0.22%
LLHitRate                      1|          1          -3.76%
LLMissRate                     0|          0          +0.15%
LLdMissRate                    0|          0          +0.84%
LLhits                 3,277,200|  3,159,896          -3.58%
LLiMissRate                    0|          0          -1.46%
RamHitRate                     0|          0          +0.15%
RamHits                  100,749|    101,093          +0.34%
TotalRW              401,416,968|402,174,126          +0.19%

run_once_gungraun::run_once_group::run_once with_setup_2:(setup_run_once(procedural-string-lights))
Instructions: 18,066,225 (master) → 17,990,039 (HEAD) : $$\color{lime}-0.42\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.54%
D1mr                     103,907|    102,613          -1.25%
D1mw                      36,724|     37,017          +0.80%
DLmr                         865|        883          +2.08%
DLmw                       1,446|      1,231         -14.87%
Dr                     4,540,787|  4,530,868          -0.22%
Dw                     3,208,199|  3,204,445          -0.12%
EstimatedCycles       27,015,623| 26,912,820          -0.38%
I1MissRate                     1|          1          +0.39%
I1mr                      95,257|     95,227          -0.03%
ILmr                       6,251|      6,154          -1.55%
Ir                    18,066,225| 17,990,039          -0.42%
L1HitRate                     99|         99          +0.00%
L1hits                25,579,323| 25,490,495          -0.35%
LLHitRate                      1|          1          +0.02%
LLMissRate                     0|          0          -3.10%
LLdMissRate                    0|          0          -8.36%
LLhits                   227,326|    226,589          -0.32%
LLiMissRate                    0|          0          -1.13%
RamHitRate                     0|          0          -3.10%
RamHits                    8,562|      8,268          -3.43%
TotalRW               25,815,211| 25,725,352          -0.35%

run_once_gungraun::run_once_group::run_once with_setup_3:(setup_run_once(parametric-dunescape))
Instructions: 24,208,543 (master) → 25,745,352 (HEAD) : $$\color{red}+6.35\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -5.31%
D1mr                     185,022|    178,026          -3.78%
D1mw                      73,595|     71,661          -2.63%
DLmr                       3,989|      3,944          -1.13%
DLmw                       7,755|      8,086          +4.27%
Dr                     6,029,975|  6,289,214          +4.30%
Dw                     4,331,157|  4,274,850          -1.30%
EstimatedCycles       36,424,857| 38,120,756          +4.66%
I1MissRate                     0|          0         -10.14%
I1mr                      80,386|     76,818          -4.44%
ILmr                       4,895|      4,814          -1.65%
Ir                    24,208,543| 25,745,352          +6.35%
L1HitRate                     99|         99          +0.08%
L1hits                34,230,672| 35,982,911          +5.12%
LLHitRate                      1|          1          -8.54%
LLMissRate                     0|          0          -3.62%
LLdMissRate                    0|          0          +0.47%
LLhits                   322,364|    309,661          -3.94%
LLiMissRate                    0|          0          -7.53%
RamHitRate                     0|          0          -3.62%
RamHits                   16,639|     16,844          +1.23%
TotalRW               34,569,675| 36,309,416          +5.03%

run_once_gungraun::run_once_group::run_once with_setup_4:(setup_run_once(red-dress))
Instructions: 1,895,433,819 (master) → 1,884,854,170 (HEAD) : $$\color{lime}-0.56\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     1|          1          -0.39%
D1mr                   2,800,230|  2,740,439          -2.14%
D1mw                   1,267,659|  1,287,951          +1.60%
DLmr                     569,023|    566,606          -0.42%
DLmw                     692,682|    708,831          +2.33%
Dr                   453,988,230|451,371,811          -0.58%
Dw                   298,075,315|296,299,543          -0.60%
EstimatedCycles      2,710,308,896|2,695,541,804          -0.54%
I1MissRate                     0|          0          -0.01%
I1mr                   2,117,629|  2,105,505          -0.57%
ILmr                       7,277|      7,253          -0.33%
Ir                   1,895,433,819|1,884,854,170          -0.56%
L1HitRate                    100|        100          +0.00%
L1hits               2,641,311,846|2,626,391,629          -0.56%
LLHitRate                      0|          0          -0.77%
LLMissRate                     0|          0          +1.66%
LLdMissRate                    0|          0          +1.68%
LLhits                 4,916,536|  4,851,205          -1.33%
LLiMissRate                    0|          0          +0.23%
RamHitRate                     0|          0          +1.66%
RamHits                1,268,982|  1,282,690          +1.08%
TotalRW              2,647,497,364|2,632,525,524          -0.57%

run_once_gungraun::run_once_group::run_once with_setup_5:(setup_run_once(valley-of-spires))
Instructions: 31,323,720 (master) → 31,108,465 (HEAD) : $$\color{lime}-0.69\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.45%
D1mr                     331,038|    322,821          -2.48%
D1mw                      73,276|     70,758          -3.44%
DLmr                       8,802|      8,745          -0.65%
DLmw                      14,735|     14,393          -2.32%
Dr                     8,079,786|  7,939,840          -1.73%
Dw                     5,483,006|  5,322,418          -2.93%
EstimatedCycles       48,173,638| 47,581,373          -1.23%
I1MissRate                     1|          1          -1.73%
I1mr                     199,900|    195,086          -2.41%
ILmr                       5,472|      5,395          -1.41%
Ir                    31,323,720| 31,108,465          -0.69%
L1HitRate                     99|         99          +0.02%
L1hits                44,282,298| 43,782,058          -1.13%
LLHitRate                      1|          1          -1.49%
LLMissRate                     0|          0          -0.50%
LLdMissRate                    0|          0          +0.53%
LLhits                   575,205|    560,132          -2.62%
LLiMissRate                    0|          0          -0.72%
RamHitRate                     0|          0          -0.50%
RamHits                   29,009|     28,533          -1.64%
TotalRW               44,886,512| 44,370,723          -1.15%

⚡ Render: Cached Execution

run_cached_gungraun::run_cached_group::run_cached with_setup_0:(setup_run_cached(isometric-fountain))
Instructions: 10,238,519 (master) → 10,077,018 (HEAD) : $$\color{lime}-1.58\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     6|          6          +0.00%
D1mr                     264,410|    260,027          -1.66%
D1mw                       3,750|      3,761          +0.29%
DLmr                      20,624|     20,378          -1.19%
DLmw                         337|        263         -21.96%
Dr                     2,946,878|  2,900,325          -1.58%
Dw                     1,636,168|  1,607,924          -1.73%
EstimatedCycles       16,531,469| 16,267,785          -1.60%
I1MissRate                     0|          0          +3.15%
I1mr                         526|        534          +1.52%
ILmr                         211|        200          -5.21%
Ir                    10,238,519| 10,077,018          -1.58%
L1HitRate                     98|         98          +0.00%
L1hits                14,552,879| 14,320,945          -1.59%
LLHitRate                      2|          2          -0.04%
LLMissRate                     0|          0          +0.03%
LLdMissRate                    0|          0          +0.11%
LLhits                   247,514|    243,481          -1.63%
LLiMissRate                    0|          0          -3.69%
RamHitRate                     0|          0          +0.03%
RamHits                   21,172|     20,841          -1.56%
TotalRW               14,821,565| 14,585,267          -1.59%

run_cached_gungraun::run_cached_group::run_cached with_setup_1:(setup_run_cached(painted-dreams))
Instructions: 10,724,870 (master) → 10,644,997 (HEAD) : $$\color{lime}-0.74\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.86%
D1mr                     212,487|    212,769          +0.13%
D1mw                       4,420|      4,377          -0.97%
DLmr                      25,827|     28,995         +12.27%
DLmw                         181|        182          +0.55%
Dr                     3,141,197|  3,118,566          -0.72%
Dw                     1,735,441|  1,721,736          -0.79%
EstimatedCycles       17,260,454| 17,240,307          -0.12%
I1MissRate                     0|          0          -0.31%
I1mr                         572|        566          -1.05%
ILmr                         293|        295          +0.68%
Ir                    10,724,870| 10,644,997          -0.74%
L1HitRate                     99|         99          -0.01%
L1hits                15,384,029| 15,267,587          -0.76%
LLHitRate                      1|          1          -0.80%
LLMissRate                     0|          0         +12.90%
LLdMissRate                    1|          1         +13.03%
LLhits                   191,178|    188,240          -1.54%
LLiMissRate                    0|          0          +1.44%
RamHitRate                     0|          0         +12.90%
RamHits                   26,301|     29,472         +12.06%
TotalRW               15,601,508| 15,485,299          -0.74%

run_cached_gungraun::run_cached_group::run_cached with_setup_2:(setup_run_cached(parametric-dunescape))
Instructions: 3,858,924 (master) → 3,698,921 (HEAD) : $$\color{lime}-4.15\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     6|          6          -1.73%
D1mr                     101,196|     95,437          -5.69%
D1mw                       2,764|      2,740          -0.87%
DLmr                         121|         29         -76.03%
DLmw                           7|          3         -57.14%
Dr                     1,165,373|  1,119,369          -3.95%
Dw                       679,812|    653,826          -3.82%
EstimatedCycles        6,131,669|  5,873,500          -4.21%
I1MissRate                     0|          0          +5.19%
I1mr                         485|        489          +0.82%
ILmr                         198|        192          -3.03%
Ir                     3,858,924|  3,698,921          -4.15%
L1HitRate                     98|         98          +0.03%
L1hits                 5,599,664|  5,373,450          -4.04%
LLHitRate                      2|          2          -1.44%
LLMissRate                     0|          0         -28.38%
LLdMissRate                    0|          0         -73.99%
LLhits                   104,119|     98,442          -5.45%
LLiMissRate                    0|          0          +1.16%
RamHitRate                     0|          0         -28.38%
RamHits                      326|        224         -31.29%
TotalRW                5,704,109|  5,472,116          -4.07%

run_cached_gungraun::run_cached_group::run_cached with_setup_3:(setup_run_cached(red-dress))
Instructions: 45,085,652 (master) → 44,764,310 (HEAD) : $$\color{lime}-0.71\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.84%
D1mr                     794,202|    781,427          -1.61%
D1mw                      34,327|     34,102          -0.66%
DLmr                     318,076|    315,001          -0.97%
DLmw                       3,284|      3,127          -4.78%
Dr                    13,044,925| 12,952,289          -0.71%
Dw                     6,938,820|  6,885,379          -0.77%
EstimatedCycles       78,039,441| 77,423,346          -0.79%
I1MissRate                     0|          0          +2.88%
I1mr                         512|        523          +2.15%
ILmr                         436|        444          +1.83%
Ir                    45,085,652| 44,764,310          -0.71%
L1HitRate                     99|         99          +0.01%
L1hits                64,240,356| 63,785,926          -0.71%
LLHitRate                      1|          1          -1.22%
LLMissRate                     0|          0          -0.29%
LLdMissRate                    2|          2          -0.28%
LLhits                   507,245|    497,480          -1.93%
LLiMissRate                    0|          0          +2.57%
RamHitRate                     0|          0          -0.29%
RamHits                  321,796|    318,572          -1.00%
TotalRW               65,069,397| 64,601,978          -0.72%

run_cached_gungraun::run_cached_group::run_cached with_setup_4:(setup_run_cached(valley-of-spires))
Instructions: 8,360,767 (master) → 8,221,303 (HEAD) : $$\color{lime}-1.67\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     6|          6          -0.58%
D1mr                     211,621|    206,630          -2.36%
D1mw                       3,391|      3,416          +0.74%
DLmr                       3,494|      3,766          +7.78%
DLmw                          60|         69         +15.00%
Dr                     2,416,571|  2,375,607          -1.70%
Dw                     1,347,377|  1,322,906          -1.82%
EstimatedCycles       13,099,237| 12,882,700          -1.65%
I1MissRate                     0|          0          +3.52%
I1mr                         501|        510          +1.80%
ILmr                         195|        187          -4.10%
Ir                     8,360,767|  8,221,303          -1.67%
L1HitRate                     98|         98          +0.01%
L1hits                11,909,202| 11,709,260          -1.68%
LLHitRate                      2|          2          -0.79%
LLMissRate                     0|          0          +9.13%
LLdMissRate                    0|          0          +9.82%
LLhits                   211,764|    206,534          -2.47%
LLiMissRate                    0|          0          -2.48%
RamHitRate                     0|          0          +9.13%
RamHits                    3,749|      4,022          +7.28%
TotalRW               12,124,715| 11,919,816          -1.69%

@github-actions

Copy link
Copy Markdown
Performance Benchmark Results

🔧 Graph Compilation

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_0:(load_from_name(isometric-fountain))
Instructions: 32,954,312 (master) → 29,782,414 (HEAD) : $$\color{lime}-9.63\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -4.41%
D1mr                     465,368|    390,939         -15.99%
D1mw                     138,541|    136,010          -1.83%
DLmr                      40,588|     31,590         -22.17%
DLmw                      62,248|     50,444         -18.96%
Dr                     8,058,467|  7,336,827          -8.96%
Dw                     5,607,842|  5,137,942          -8.38%
EstimatedCycles       52,338,983| 46,997,549         -10.21%
I1MissRate                     0|          0         -14.56%
I1mr                      47,744|     36,865         -22.79%
ILmr                         889|        803          -9.67%
Ir                    32,954,312| 29,782,414          -9.63%
L1HitRate                     99|         99          +0.06%
L1hits                45,968,968| 41,693,369          -9.30%
LLHitRate                      1|          1          -3.15%
LLMissRate                     0|          0         -11.89%
LLdMissRate                    1|          1         -12.61%
LLhits                   547,928|    480,977         -12.22%
LLiMissRate                    0|          0          -0.05%
RamHitRate                     0|          0         -11.89%
RamHits                  103,725|     82,837         -20.14%
TotalRW               46,620,621| 42,257,183          -9.36%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_1:(load_from_name(painted-dreams))
Instructions: 16,286,175 (master) → 14,756,954 (HEAD) : $$\color{lime}-9.39\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -5.14%
D1mr                     227,100|    185,993         -18.10%
D1mw                      65,887|     68,127          +3.40%
DLmr                         815|        756          -7.24%
DLmw                      21,369|     16,869         -21.06%
Dr                     3,978,886|  3,629,937          -8.77%
Dw                     2,765,220|  2,536,567          -8.27%
EstimatedCycles       24,972,307| 22,553,476          -9.69%
I1MissRate                     0|          0         -13.59%
I1mr                      20,807|     16,292         -21.70%
ILmr                         711|        654          -8.02%
Ir                    16,286,175| 14,756,954          -9.39%
L1HitRate                     99|         99          +0.07%
L1hits                22,716,487| 20,653,046          -9.08%
LLHitRate                      1|          1          -4.60%
LLMissRate                     0|          0         -12.12%
LLdMissRate                    0|          0         -13.11%
LLhits                   290,899|    252,133         -13.33%
LLiMissRate                    0|          0          +1.52%
RamHitRate                     0|          0         -12.12%
RamHits                   22,895|     18,279         -20.16%
TotalRW               23,030,281| 20,923,458          -9.15%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_2:(load_from_name(procedural-string-lights))
Instructions: 3,350,887 (master) → 3,207,303 (HEAD) : $$\color{lime}-4.28\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.57%
D1mr                      41,254|     38,823          -5.89%
D1mw                      12,904|     13,320          +3.22%
DLmr                          16|         13         -18.75%
DLmw                       2,714|      2,785          +2.62%
Dr                       819,844|    783,040          -4.49%
Dw                       569,291|    546,867          -3.94%
EstimatedCycles        5,079,546|  4,865,080          -4.22%
I1MissRate                     0|          0         -16.22%
I1mr                       4,953|      3,972         -19.81%
ILmr                         706|        649          -8.07%
Ir                     3,350,887|  3,207,303          -4.28%
L1HitRate                     99|         99          +0.01%
L1hits                 4,680,911|  4,481,095          -4.27%
LLHitRate                      1|          1          -1.17%
LLMissRate                     0|          0          +4.80%
LLdMissRate                    0|          0          +7.06%
LLhits                    55,675|     52,668          -5.40%
LLiMissRate                    0|          0          -3.96%
RamHitRate                     0|          0          +4.80%
RamHits                    3,436|      3,447          +0.32%
TotalRW                4,740,022|  4,537,210          -4.28%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_3:(load_from_name(parametric-dunescape))
Instructions: 12,197,175 (master) → 11,638,532 (HEAD) : $$\color{lime}-4.58\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +1.55%
D1mr                     162,316|    154,054          -5.09%
D1mw                      53,536|     55,136          +2.99%
DLmr                          30|         35         +16.67%
DLmw                      13,511|     13,252          -1.92%
Dr                     2,975,019|  2,832,311          -4.80%
Dw                     2,086,034|  1,997,841          -4.23%
EstimatedCycles       18,603,076| 17,767,586          -4.49%
I1MissRate                     0|          0         -15.52%
I1mr                      12,540|     10,108         -19.39%
ILmr                         835|        770          -7.78%
Ir                    12,197,175| 11,638,532          -4.58%
L1HitRate                     99|         99          -0.01%
L1hits                17,029,836| 16,249,386          -4.58%
LLHitRate                      1|          1          +0.50%
LLMissRate                     0|          0          +2.47%
LLdMissRate                    0|          0          +2.81%
LLhits                   214,016|    205,241          -4.10%
LLiMissRate                    0|          0          -3.36%
RamHitRate                     0|          0          +2.47%
RamHits                   14,376|     14,057          -2.22%
TotalRW               17,258,228| 16,468,684          -4.57%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_4:(load_from_name(red-dress))
Instructions: 35,391,373 (master) → 31,986,142 (HEAD) : $$\color{lime}-9.62\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -4.30%
D1mr                     504,565|    426,323         -15.51%
D1mw                     149,015|    144,877          -2.78%
DLmr                      45,474|     34,911         -23.23%
DLmw                      63,837|     66,926          +4.84%
Dr                     8,651,271|  7,879,211          -8.92%
Dw                     6,029,435|  5,527,657          -8.32%
EstimatedCycles       56,183,307| 50,907,274          -9.39%
I1MissRate                     0|          0         -12.91%
I1mr                      47,727|     37,566         -21.29%
ILmr                         889|        803          -9.67%
Ir                    35,391,373| 31,986,142          -9.62%
L1HitRate                     99|         99          +0.06%
L1hits                49,370,772| 44,784,244          -9.29%
LLHitRate                      1|          1          -5.55%
LLMissRate                     0|          0          +2.74%
LLdMissRate                    1|          1          +2.01%
LLhits                   591,107|    506,126         -14.38%
LLiMissRate                    0|          0          -0.06%
RamHitRate                     0|          0          +2.74%
RamHits                  110,200|    102,640          -6.86%
TotalRW               50,072,079| 45,393,010          -9.34%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_5:(load_from_name(valley-of-spires))
Instructions: 25,685,436 (master) → 23,228,811 (HEAD) : $$\color{lime}-9.56\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -7.03%
D1mr                     360,505|    289,691         -19.64%
D1mw                      97,189|     98,914          +1.77%
DLmr                      18,944|     16,482         -13.00%
DLmw                      45,820|     38,268         -16.48%
Dr                     6,307,342|  5,745,594          -8.91%
Dw                     4,373,954|  4,009,038          -8.34%
EstimatedCycles       40,310,838| 36,317,859          -9.91%
I1MissRate                     0|          0         -13.08%
I1mr                      36,535|     28,719         -21.39%
ILmr                         809|        754          -6.80%
Ir                    25,685,436| 23,228,811          -9.56%
L1HitRate                     99|         99          +0.10%
L1hits                35,872,503| 32,566,119          -9.22%
LLHitRate                      1|          1          -6.93%
LLMissRate                     0|          0          -6.67%
LLdMissRate                    1|          1          -7.43%
LLhits                   428,656|    361,820         -15.59%
LLiMissRate                    0|          0          +3.06%
RamHitRate                     0|          0          -6.67%
RamHits                   65,573|     55,504         -15.36%
TotalRW               36,366,732| 32,983,443          -9.30%

🔄 Executor Update

update_executor_gungraun::update_group::update_executor with_setup_0:(setup_update_executor(isometric-fountain))
Instructions: 63,858,014 (master) → 62,316,302 (HEAD) : $$\color{lime}-2.41\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.24%
D1mr                     693,457|    680,067          -1.93%
D1mw                     159,527|    156,404          -1.96%
DLmr                      21,929|     17,377         -20.76%
DLmw                      46,894|     34,615         -26.18%
Dr                    16,489,388| 16,123,643          -2.22%
Dw                    11,199,963| 10,963,428          -2.11%
EstimatedCycles       97,158,343| 94,383,851          -2.86%
I1MissRate                     0|          0         -47.91%
I1mr                      29,148|     14,816         -49.17%
ILmr                         592|        519         -12.33%
Ir                    63,858,014| 62,316,302          -2.41%
L1HitRate                     99|         99          +0.01%
L1hits                90,665,233| 88,552,086          -2.33%
LLHitRate                      1|          1          +0.64%
LLMissRate                     0|          0         -22.54%
LLdMissRate                    0|          0         -22.78%
LLhits                   812,717|    798,776          -1.72%
LLiMissRate                    0|          0         -10.16%
RamHitRate                     0|          0         -22.54%
RamHits                   69,415|     52,511         -24.35%
TotalRW               91,547,365| 89,403,373          -2.34%

update_executor_gungraun::update_group::update_executor with_setup_1:(setup_update_executor(painted-dreams))
Instructions: 32,583,963 (master) → 31,792,196 (HEAD) : $$\color{lime}-2.43\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -1.99%
D1mr                     348,396|    336,813          -3.32%
D1mw                      76,205|     75,945          -0.34%
DLmr                         560|        540          -3.57%
DLmw                       5,364|      5,899          +9.97%
Dr                     8,305,603|  8,209,335          -1.16%
Dw                     5,610,813|  5,594,014          -0.30%
EstimatedCycles       48,450,387| 47,476,481          -2.01%
I1MissRate                     0|          0         -52.59%
I1mr                      17,211|      7,961         -53.74%
ILmr                         168|        163          -2.98%
Ir                    32,583,963| 31,792,196          -2.43%
L1HitRate                     99|         99          +0.03%
L1hits                46,058,567| 45,174,826          -1.92%
LLHitRate                      1|          1          -3.07%
LLMissRate                     0|          0         +10.52%
LLdMissRate                    0|          0          +9.58%
LLhits                   435,720|    414,117          -4.96%
LLiMissRate                    0|          0          -0.56%
RamHitRate                     0|          0         +10.52%
RamHits                    6,092|      6,602          +8.37%
TotalRW               46,500,379| 45,595,545          -1.95%

update_executor_gungraun::update_group::update_executor with_setup_2:(setup_update_executor(procedural-string-lights)...
Instructions: 8,236,905 (master) → 7,622,252 (HEAD) : $$\color{lime}-7.46\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -1.95%
D1mr                      83,823|     75,525          -9.90%
D1mw                      20,539|     19,402          -5.54%
DLmr                           1|          4        +300.00%
DLmw                         550|        731         +32.91%
Dr                     2,100,026|  1,945,219          -7.37%
Dw                     1,428,107|  1,327,619          -7.04%
EstimatedCycles       12,227,058| 11,316,072          -7.45%
I1MissRate                     0|          0         -32.32%
I1mr                       5,758|      3,606         -37.37%
ILmr                         167|        160          -4.19%
Ir                     8,236,905|  7,622,252          -7.46%
L1HitRate                     99|         99          +0.03%
L1hits                11,654,918| 10,796,557          -7.36%
LLHitRate                      1|          1          -3.63%
LLMissRate                     0|          0         +34.60%
LLdMissRate                    0|          0         +43.80%
LLhits                   109,402|     97,638         -10.75%
LLiMissRate                    0|          0          +3.53%
RamHitRate                     0|          0         +34.60%
RamHits                      718|        895         +24.65%
TotalRW               11,765,038| 10,895,090          -7.39%

update_executor_gungraun::update_group::update_executor with_setup_3:(setup_update_executor(parametric-dunescape))
Instructions: 30,420,802 (master) → 28,977,902 (HEAD) : $$\color{lime}-4.74\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.42%
D1mr                     311,090|    294,037          -5.48%
D1mw                      73,422|     70,364          -4.16%
DLmr                         106|         99          -6.60%
DLmw                       7,066|      7,064          -0.03%
Dr                     7,824,841|  7,448,072          -4.82%
Dw                     5,412,912|  5,150,014          -4.86%
EstimatedCycles       45,468,207| 43,279,624          -4.81%
I1MissRate                     0|          0         -46.45%
I1mr                      12,836|      6,548         -48.99%
ILmr                         170|        165          -2.94%
Ir                    30,420,802| 28,977,902          -4.74%
L1HitRate                     99|         99          +0.02%
L1hits                43,261,207| 41,205,039          -4.75%
LLHitRate                      1|          1          -2.10%
LLMissRate                     0|          0          +4.81%
LLdMissRate                    0|          0          +4.95%
LLhits                   390,006|    363,621          -6.77%
LLiMissRate                    0|          0          +1.89%
RamHitRate                     0|          0          +4.81%
RamHits                    7,342|      7,328          -0.19%
TotalRW               43,658,555| 41,575,988          -4.77%

update_executor_gungraun::update_group::update_executor with_setup_4:(setup_update_executor(red-dress))
Instructions: 76,869,030 (master) → 73,369,333 (HEAD) : $$\color{lime}-4.55\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.88%
D1mr                     829,665|    791,523          -4.60%
D1mw                     191,858|    179,330          -6.53%
DLmr                      48,103|     38,829         -19.28%
DLmw                      58,109|     53,059          -8.69%
Dr                    19,769,348| 18,964,169          -4.07%
Dw                    13,451,001| 12,890,154          -4.17%
EstimatedCycles      117,515,745|111,941,340          -4.74%
I1MissRate                     0|          0         -52.97%
I1mr                      32,006|     14,368         -55.11%
ILmr                         863|        672         -22.13%
Ir                    76,869,030| 73,369,333          -4.55%
L1HitRate                     99|         99          +0.02%
L1hits               109,035,850|104,238,435          -4.40%
LLHitRate                      1|          1          -1.32%
LLMissRate                     0|          0          -9.56%
LLdMissRate                    0|          0          -9.78%
LLhits                   946,454|    892,661          -5.68%
LLiMissRate                    0|          0         -18.42%
RamHitRate                     0|          0          -9.56%
RamHits                  107,075|     92,560         -13.56%
TotalRW              110,089,379|105,223,656          -4.42%

update_executor_gungraun::update_group::update_executor with_setup_5:(setup_update_executor(valley-of-spires))
Instructions: 50,360,103 (master) → 49,038,821 (HEAD) : $$\color{lime}-2.62\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.90%
D1mr                     550,008|    530,056          -3.63%
D1mw                     127,962|    125,008          -2.31%
DLmr                       3,787|      2,759         -27.15%
DLmw                      26,963|     27,103          +0.52%
Dr                    13,039,187| 12,710,592          -2.52%
Dw                     8,929,615|  8,707,803          -2.48%
EstimatedCycles       76,068,019| 74,025,976          -2.68%
I1MissRate                     0|          0         -51.59%
I1mr                      24,451|     11,526         -52.86%
ILmr                         231|        218          -5.63%
Ir                    50,360,103| 49,038,821          -2.62%
L1HitRate                     99|         99          +0.03%
L1hits                71,626,484| 69,790,626          -2.56%
LLHitRate                      1|          1          -2.68%
LLMissRate                     0|          0          -0.33%
LLdMissRate                    0|          0          -0.39%
LLhits                   671,440|    636,510          -5.20%
LLiMissRate                    0|          0          -3.08%
RamHitRate                     0|          0          -0.33%
RamHits                   30,981|     30,080          -2.91%
TotalRW               72,328,905| 70,457,216          -2.59%

🚀 Render: Cold Execution

run_once_gungraun::run_once_group::run_once with_setup_0:(setup_run_once(isometric-fountain))
Instructions: 33,800,207 (master) → 33,505,212 (HEAD) : $$\color{lime}-0.87\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.16%
D1mr                     406,580|    398,779          -1.92%
D1mw                      79,863|     79,017          -1.06%
DLmr                      31,667|     28,226         -10.87%
DLmw                      15,038|     14,238          -5.32%
Dr                     8,893,955|  8,769,007          -1.40%
Dw                     6,034,955|  5,917,906          -1.94%
EstimatedCycles       53,327,387| 52,558,235          -1.44%
I1MissRate                     1|          1          -5.02%
I1mr                     251,292|    236,594          -5.85%
ILmr                       8,206|      7,821          -4.69%
Ir                    33,800,207| 33,505,212          -0.87%
L1HitRate                     98|         99          +0.03%
L1hits                47,991,382| 47,477,735          -1.07%
LLHitRate                      1|          1          -1.66%
LLMissRate                     0|          0          -7.40%
LLdMissRate                    0|          0          -7.58%
LLhits                   682,824|    664,105          -2.74%
LLiMissRate                    0|          0          -3.85%
RamHitRate                     0|          0          -7.40%
RamHits                   54,911|     50,285          -8.42%
TotalRW               48,729,117| 48,192,125          -1.10%

run_once_gungraun::run_once_group::run_once with_setup_1:(setup_run_once(painted-dreams))
Instructions: 303,061,870 (master) → 303,942,000 (HEAD) : $$\color{red}+0.29\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     1|          1          -0.24%
D1mr                     965,725|    960,950          -0.49%
D1mw                     485,345|    480,945          -0.91%
DLmr                      31,667|     29,649          -6.37%
DLmw                      64,428|     61,606          -4.38%
Dr                    61,285,062| 61,245,372          -0.06%
Dw                    37,483,034| 37,137,193          -0.92%
EstimatedCycles      418,273,400|418,392,821          +0.03%
I1MissRate                     1|          1          -2.73%
I1mr                   1,861,031|  1,815,539          -2.44%
ILmr                      10,406|     10,029          -3.62%
Ir                   303,061,870|303,942,000          +0.29%
L1HitRate                     99|         99          +0.01%
L1hits               398,517,865|399,067,131          +0.14%
LLHitRate                      1|          1          -1.66%
LLMissRate                     0|          0          -5.02%
LLdMissRate                    0|          0          -4.66%
LLhits                 3,205,600|  3,156,150          -1.54%
LLiMissRate                    0|          0          -3.90%
RamHitRate                     0|          0          -5.02%
RamHits                  106,501|    101,284          -4.90%
TotalRW              401,829,966|402,324,565          +0.12%

run_once_gungraun::run_once_group::run_once with_setup_2:(setup_run_once(procedural-string-lights))
Instructions: 18,175,703 (master) → 17,938,966 (HEAD) : $$\color{lime}-1.30\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.77%
D1mr                     104,275|    101,768          -2.40%
D1mw                      37,219|     36,334          -2.38%
DLmr                         961|        878          -8.64%
DLmw                       1,343|      1,479         +10.13%
Dr                     4,567,995|  4,497,281          -1.55%
Dw                     3,228,924|  3,171,769          -1.77%
EstimatedCycles       27,206,208| 26,794,070          -1.51%
I1MissRate                     1|          1          -4.77%
I1mr                     100,610|     94,564          -6.01%
ILmr                       6,535|      6,156          -5.80%
Ir                    18,175,703| 17,938,966          -1.30%
L1HitRate                     99|         99          +0.02%
L1hits                25,730,518| 25,375,350          -1.38%
LLHitRate                      1|          1          -2.54%
LLMissRate                     0|          0          -2.32%
LLdMissRate                    0|          0          +4.01%
LLhits                   233,265|    224,153          -3.91%
LLiMissRate                    0|          0          -4.56%
RamHitRate                     0|          0          -2.32%
RamHits                    8,839|      8,513          -3.69%
TotalRW               25,972,622| 25,608,016          -1.40%

run_once_gungraun::run_once_group::run_once with_setup_3:(setup_run_once(parametric-dunescape))
Instructions: 24,271,457 (master) → 25,718,321 (HEAD) : $$\color{red}+5.96\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -4.24%
D1mr                     185,473|    178,368          -3.83%
D1mw                      73,004|     71,773          -1.69%
DLmr                       4,031|      3,966          -1.61%
DLmw                       7,167|      6,349         -11.41%
Dr                     6,045,238|  6,256,577          +3.50%
Dw                     4,342,782|  4,241,864          -2.32%
EstimatedCycles       36,516,205| 37,978,504          +4.00%
I1MissRate                     0|          0         -12.57%
I1mr                      82,900|     76,797          -7.36%
ILmr                       5,176|      4,818          -6.92%
Ir                    24,271,457| 25,718,321          +5.96%
L1HitRate                     99|         99          +0.08%
L1hits                34,318,100| 35,889,824          +4.58%
LLHitRate                      1|          1          -8.19%
LLMissRate                     0|          0         -11.55%
LLdMissRate                    0|          0          -8.85%
LLhits                   325,003|    311,805          -4.06%
LLiMissRate                    0|          0         -12.15%
RamHitRate                     0|          0         -11.55%
RamHits                   16,374|     15,133          -7.58%
TotalRW               34,659,477| 36,216,762          +4.49%

run_once_gungraun::run_once_group::run_once with_setup_4:(setup_run_once(red-dress))
Instructions: 1,894,267,291 (master) → 1,884,837,686 (HEAD) : $$\color{lime}-0.50\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     1|          1          -2.83%
D1mr                   2,808,132|  2,704,124          -3.70%
D1mw                   1,283,220|  1,250,735          -2.53%
DLmr                     582,964|    578,446          -0.78%
DLmw                     704,867|    711,192          +0.90%
Dr                   453,751,499|451,376,686          -0.52%
Dw                   297,874,147|296,302,511          -0.53%
EstimatedCycles      2,709,675,955|2,695,666,985          -0.52%
I1MissRate                     0|          0          -1.04%
I1mr                   2,138,385|  2,105,609          -1.53%
ILmr                       7,638|      7,303          -4.39%
Ir                   1,894,267,291|1,884,837,686          -0.50%
L1HitRate                    100|        100          +0.01%
L1hits               2,639,663,200|2,626,456,415          -0.50%
LLHitRate                      0|          0          -2.97%
LLMissRate                     0|          0          +0.62%
LLdMissRate                    0|          0          +0.67%
LLhits                 4,934,268|  4,763,527          -3.46%
LLiMissRate                    0|          0          -3.91%
RamHitRate                     0|          0          +0.62%
RamHits                1,295,469|  1,296,941          +0.11%
TotalRW              2,645,892,937|2,632,516,883          -0.51%

run_once_gungraun::run_once_group::run_once with_setup_5:(setup_run_once(valley-of-spires))
Instructions: 31,274,705 (master) → 31,195,270 (HEAD) : $$\color{lime}-0.25\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -1.31%
D1mr                     330,212|    325,066          -1.56%
D1mw                      71,385|     71,940          +0.78%
DLmr                       9,237|      9,048          -2.05%
DLmw                      14,139|     15,179          +7.36%
Dr                     7,998,289|  8,018,995          +0.26%
Dw                     5,397,480|  5,400,031          +0.05%
EstimatedCycles       47,973,226| 47,873,914          -0.21%
I1MissRate                     1|          1          -4.55%
I1mr                     205,601|    195,756          -4.79%
ILmr                       5,756|      5,392          -6.32%
Ir                    31,274,705| 31,195,270          -0.25%
L1HitRate                     99|         99          +0.03%
L1hits                44,063,276| 44,021,534          -0.09%
LLHitRate                      1|          1          -2.46%
LLMissRate                     0|          0          +1.80%
LLdMissRate                    0|          0          +3.46%
LLhits                   578,066|    563,143          -2.58%
LLiMissRate                    0|          0          -6.09%
RamHitRate                     0|          0          +1.80%
RamHits                   29,132|     29,619          +1.67%
TotalRW               44,670,474| 44,614,296          -0.13%

⚡ Render: Cached Execution

run_cached_gungraun::run_cached_group::run_cached with_setup_0:(setup_run_cached(isometric-fountain))
Instructions: 10,271,966 (master) → 10,078,284 (HEAD) : $$\color{lime}-1.89\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     6|          6          +0.26%
D1mr                     265,796|    261,455          -1.63%
D1mw                       3,821|      3,757          -1.67%
DLmr                      22,965|     21,040          -8.38%
DLmw                         367|      1,513        +312.26%
Dr                     2,956,363|  2,901,318          -1.86%
Dw                     1,641,233|  1,609,395          -1.94%
EstimatedCycles       16,656,700| 16,334,553          -1.93%
I1MissRate                     0|          0          +2.30%
I1mr                         535|        537          +0.37%
ILmr                         219|        199          -9.13%
Ir                    10,271,966| 10,078,284          -1.89%
L1HitRate                     98|         98          -0.00%
L1hits                14,599,410| 14,323,248          -1.89%
LLHitRate                      2|          2          +0.43%
LLMissRate                     0|          0          -1.53%
LLdMissRate                    1|          0          -1.48%
LLhits                   246,601|    242,997          -1.46%
LLiMissRate                    0|          0          -7.39%
RamHitRate                     0|          0          -1.53%
RamHits                   23,551|     22,752          -3.39%
TotalRW               14,869,562| 14,588,997          -1.89%

run_cached_gungraun::run_cached_group::run_cached with_setup_1:(setup_run_cached(painted-dreams))
Instructions: 10,757,468 (master) → 10,647,568 (HEAD) : $$\color{lime}-1.02\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.25%
D1mr                     214,323|    212,748          -0.73%
D1mw                       4,477|      4,398          -1.76%
DLmr                      26,930|     24,597          -8.66%
DLmw                         181|        180          -0.55%
Dr                     3,150,634|  3,119,557          -0.99%
Dw                     1,740,830|  1,722,654          -1.04%
EstimatedCycles       17,347,682| 17,112,637          -1.35%
I1MissRate                     0|          0          -0.55%
I1mr                         575|        566          -1.57%
ILmr                         264|        290          +9.85%
Ir                    10,757,468| 10,647,568          -1.02%
L1HitRate                     99|         99          -0.00%
L1hits                15,429,557| 15,272,067          -1.02%
LLHitRate                      1|          1          +1.37%
LLMissRate                     0|          0          -7.49%
LLdMissRate                    1|          1          -7.68%
LLhits                   192,000|    192,645          +0.34%
LLiMissRate                    0|          0         +10.98%
RamHitRate                     0|          0          -7.49%
RamHits                   27,375|     25,067          -8.43%
TotalRW               15,648,932| 15,489,779          -1.02%

run_cached_gungraun::run_cached_group::run_cached with_setup_2:(setup_run_cached(parametric-dunescape))
Instructions: 3,890,276 (master) → 3,700,413 (HEAD) : $$\color{lime}-4.88\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     6|          6          -1.79%
D1mr                     102,165|     95,597          -6.43%
D1mw                       2,734|      2,740          +0.22%
DLmr                          43|         28         -34.88%
DLmw                           5|          7         +40.00%
Dr                     1,174,208|  1,120,125          -4.61%
Dw                       684,850|    654,365          -4.45%
EstimatedCycles        6,178,446|  5,877,047          -4.88%
I1MissRate                     0|          0          +5.13%
I1mr                         489|        489          +0.00%
ILmr                         204|        193          -5.39%
Ir                     3,890,276|  3,700,413          -4.88%
L1HitRate                     98|         98          +0.03%
L1hits                 5,643,946|  5,376,077          -4.75%
LLHitRate                      2|          2          -1.52%
LLMissRate                     0|          0          -4.99%
LLdMissRate                    0|          0         -23.61%
LLhits                   105,136|     98,598          -6.22%
LLiMissRate                    0|          0          -0.54%
RamHitRate                     0|          0          -4.99%
RamHits                      252|        228          -9.52%
TotalRW                5,749,334|  5,474,903          -4.77%

run_cached_gungraun::run_cached_group::run_cached with_setup_3:(setup_run_cached(red-dress))
Instructions: 45,122,605 (master) → 44,766,491 (HEAD) : $$\color{lime}-0.79\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -1.29%
D1mr                     795,491|    778,380          -2.15%
D1mw                      34,330|     34,221          -0.32%
DLmr                     318,082|    314,223          -1.21%
DLmw                       3,304|      3,312          +0.24%
Dr                    13,054,602| 12,953,174          -0.78%
Dw                     6,943,594|  6,885,719          -0.83%
EstimatedCycles       78,096,917| 77,397,344          -0.90%
I1MissRate                     0|          0          +2.96%
I1mr                         513|        524          +2.14%
ILmr                         440|        447          +1.59%
Ir                    45,122,605| 44,766,491          -0.79%
L1HitRate                     99|         99          +0.02%
L1hits                64,290,467| 63,792,259          -0.77%
LLHitRate                      1|          1          -1.85%
LLMissRate                     0|          0          -0.41%
LLdMissRate                    2|          2          -0.40%
LLhits                   508,508|    495,143          -2.63%
LLiMissRate                    0|          0          +2.40%
RamHitRate                     0|          0          -0.41%
RamHits                  321,826|    317,982          -1.19%
TotalRW               65,120,801| 64,605,384          -0.79%

run_cached_gungraun::run_cached_group::run_cached with_setup_4:(setup_run_cached(valley-of-spires))
Instructions: 8,394,833 (master) → 8,223,915 (HEAD) : $$\color{lime}-2.04\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     6|          6          -0.07%
D1mr                     210,848|    206,224          -2.19%
D1mw                       3,458|      3,480          +0.64%
DLmr                       3,833|      3,821          -0.31%
DLmw                          65|      1,172       +1703.08%
Dr                     2,426,297|  2,376,707          -2.04%
Dw                     1,352,791|  1,323,720          -2.15%
EstimatedCycles       13,156,059| 12,920,616          -1.79%
I1MissRate                     0|          0          +3.30%
I1mr                         501|        507          +1.20%
ILmr                         199|        188          -5.53%
Ir                     8,394,833|  8,223,915          -2.04%
L1HitRate                     98|         98          +0.00%
L1hits                11,959,114| 11,714,131          -2.05%
LLHitRate                      2|          2          -0.66%
LLMissRate                     0|          0         +29.11%
LLdMissRate                    0|          0         +30.81%
LLhits                   210,710|    205,030          -2.70%
LLiMissRate                    0|          0          -3.56%
RamHitRate                     0|          0         +29.11%
RamHits                    4,097|      5,181         +26.46%
TotalRW               12,173,921| 11,924,342          -2.05%

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant