Skip to content

Make wasm wrapper not depend on editor on native#4348

Open
timon-schelling wants to merge 6 commits into
masterfrom
wasm-wrapper-native
Open

Make wasm wrapper not depend on editor on native#4348
timon-schelling wants to merge 6 commits into
masterfrom
wasm-wrapper-native

Conversation

@timon-schelling

Copy link
Copy Markdown
Member

No description provided.

@timon-schelling

timon-schelling commented Jul 17, 2026

Copy link
Copy Markdown
Member Author

!build desktop (Run ID 29549213219)

@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 refactors the communication layer between the editor backend and the frontend by introducing a new editor_commands macro to automatically generate JS-facing stubs, replacing ron serialization with serde_json and a custom WasmValue representation, and optimizing image data transfer using a new RasterizedImage struct. The review feedback highlights a critical bug in receive_native_message where a return statement inside a loop closure prematurely terminates the processing of the entire message batch; this should be replaced with continue. Additionally, a performance optimization is recommended in node_graph_executor.rs to pre-allocate the pixel buffer vector with exact capacity to avoid redundant reallocations during color conversion.

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 frontend/wrapper/src/native_communication.rs
Comment thread editor/src/node_graph_executor.rs
@github-actions

Copy link
Copy Markdown
📦 Mac Build Complete for 8dedb9b
Download binary

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
📦 Linux Build Complete for 8dedb9b
Download binary
Download Flatpak

@github-actions

github-actions Bot commented Jul 17, 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: 35,554,809 (master) → 34,905,697 (HEAD) : $$\color{lime}-1.83\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.14%
D1mr                     504,427|    497,889          -1.30%
D1mw                     147,994|    144,376          -2.44%
DLmr                      44,913|     43,243          -3.72%
DLmw                      65,030|     65,153          +0.19%
Dr                     8,690,689|  8,536,262          -1.78%
Dw                     6,067,952|  5,972,468          -1.57%
EstimatedCycles       56,436,316| 55,437,655          -1.77%
I1MissRate                     0|          0          -4.23%
I1mr                      46,913|     44,107          -5.98%
ILmr                         908|        862          -5.07%
Ir                    35,554,809| 34,905,697          -1.83%
L1HitRate                     99|         99          +0.00%
L1hits                49,614,116| 48,728,055          -1.79%
LLHitRate                      1|          1          -0.15%
LLMissRate                     0|          0          +0.36%
LLdMissRate                    1|          1          +0.29%
LLhits                   588,483|    577,114          -1.93%
LLiMissRate                    0|          0          -3.30%
RamHitRate                     0|          0          +0.36%
RamHits                  110,851|    109,258          -1.44%
TotalRW               50,313,450| 49,414,427          -1.79%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_1:(load_from_name(painted-dreams))
Instructions: 17,814,066 (master) → 17,439,802 (HEAD) : $$\color{lime}-2.10\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.24%
D1mr                     245,956|    243,931          -0.82%
D1mw                      76,008|     72,087          -5.16%
DLmr                       1,341|      1,053         -21.48%
DLmw                      24,971|     22,120         -11.42%
Dr                     4,354,982|  4,261,280          -2.15%
Dw                     3,035,844|  2,975,684          -1.98%
EstimatedCycles       27,386,476| 26,730,572          -2.39%
I1MissRate                     0|          0          -8.88%
I1mr                      20,662|     18,431         -10.80%
ILmr                         724|        694          -4.14%
Ir                    17,814,066| 17,439,802          -2.10%
L1HitRate                     99|         99          +0.00%
L1hits                24,862,266| 24,342,317          -2.09%
LLHitRate                      1|          1          +0.52%
LLMissRate                     0|          0          -9.83%
LLdMissRate                    0|          0         -10.06%
LLhits                   315,590|    310,582          -1.59%
LLiMissRate                    0|          0          -2.09%
RamHitRate                     0|          0          -9.83%
RamHits                   27,036|     23,867         -11.72%
TotalRW               25,204,892| 24,676,766          -2.10%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_2:(load_from_name(procedural-string-lights))
Instructions: 3,701,931 (master) → 3,622,262 (HEAD) : $$\color{lime}-2.15\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -1.00%
D1mr                      47,055|     44,703          -5.00%
D1mw                      15,955|     16,422          +2.93%
DLmr                          25|         16         -36.00%
DLmw                       3,363|      3,827         +13.80%
Dr                       900,787|    881,836          -2.10%
Dw                       628,244|    616,403          -1.88%
EstimatedCycles        5,625,968|  5,518,855          -1.90%
I1MissRate                     0|          0          -7.47%
I1mr                       4,999|      4,526          -9.46%
ILmr                         711|        682          -4.08%
Ir                     3,701,931|  3,622,262          -2.15%
L1HitRate                     99|         99          +0.02%
L1hits                 5,162,953|  5,054,850          -2.09%
LLHitRate                      1|          1          -2.29%
LLMissRate                     0|          0         +12.77%
LLdMissRate                    0|          0         +15.76%
LLhits                    63,910|     61,126          -4.36%
LLiMissRate                    0|          0          -1.97%
RamHitRate                     0|          0         +12.77%
RamHits                    4,099|      4,525         +10.39%
TotalRW                5,230,962|  5,120,501          -2.11%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_3:(load_from_name(parametric-dunescape))
Instructions: 12,911,883 (master) → 12,767,490 (HEAD) : $$\color{lime}-1.12\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -1.63%
D1mr                     175,183|    169,835          -3.05%
D1mw                      63,931|     63,250          -1.07%
DLmr                          49|         39         -20.41%
DLmw                      18,085|     15,705         -13.16%
Dr                     3,145,689|  3,113,202          -1.03%
Dw                     2,213,065|  2,196,756          -0.74%
EstimatedCycles       19,845,455| 19,555,274          -1.46%
I1MissRate                     0|          0          -0.30%
I1mr                      12,323|     12,149          -1.41%
ILmr                         835|        819          -1.92%
Ir                    12,911,883| 12,767,490          -1.12%
L1HitRate                     99|         99          +0.02%
L1hits                18,019,200| 17,832,214          -1.04%
LLHitRate                      1|          1          -0.58%
LLMissRate                     0|          0         -11.75%
LLdMissRate                    0|          0         -12.38%
LLhits                   232,468|    228,671          -1.63%
LLiMissRate                    0|          0          -0.81%
RamHitRate                     0|          0         -11.75%
RamHits                   18,969|     16,563         -12.68%
TotalRW               18,270,637| 18,077,448          -1.06%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_4:(load_from_name(red-dress))
Instructions: 38,139,292 (master) → 37,602,183 (HEAD) : $$\color{lime}-1.41\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.23%
D1mr                     546,418|    542,669          -0.69%
D1mw                     164,249|    155,968          -5.04%
DLmr                      51,105|     49,209          -3.71%
DLmw                      85,141|     81,385          -4.41%
Dr                     9,336,587|  9,195,103          -1.52%
Dw                     6,525,304|  6,434,048          -1.40%
EstimatedCycles       61,153,105| 60,135,974          -1.66%
I1MissRate                     0|          0         -13.27%
I1mr                      48,621|     41,573         -14.50%
ILmr                         913|        866          -5.15%
Ir                    38,139,292| 37,602,183          -1.41%
L1HitRate                     99|         99          +0.02%
L1hits                53,241,895| 52,491,124          -1.41%
LLHitRate                      1|          1          -0.74%
LLMissRate                     0|          0          -2.77%
LLdMissRate                    1|          1          -2.72%
LLhits                   622,129|    608,750          -2.15%
LLiMissRate                    0|          0          -3.79%
RamHitRate                     0|          0          -2.77%
RamHits                  137,159|    131,460          -4.16%
TotalRW               54,001,183| 53,231,334          -1.43%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_5:(load_from_name(valley-of-spires))
Instructions: 28,264,776 (master) → 27,945,947 (HEAD) : $$\color{lime}-1.13\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.19%
D1mr                     397,252|    399,858          +0.66%
D1mw                     125,956|    117,071          -7.05%
DLmr                      21,361|     21,341          -0.09%
DLmw                      56,202|     56,864          +1.18%
Dr                     6,919,242|  6,844,351          -1.08%
Dw                     4,818,191|  4,774,197          -0.91%
EstimatedCycles       44,593,083| 44,133,341          -1.03%
I1MissRate                     0|          0          -9.61%
I1mr                      36,338|     32,475         -10.63%
ILmr                         860|        836          -2.79%
Ir                    28,264,776| 27,945,947          -1.13%
L1HitRate                     99|         99          +0.01%
L1hits                39,442,663| 39,015,091          -1.08%
LLHitRate                      1|          1          -1.15%
LLMissRate                     0|          0          +1.90%
LLdMissRate                    1|          1          +1.86%
LLhits                   481,123|    470,363          -2.24%
LLiMissRate                    0|          0          -1.68%
RamHitRate                     0|          0          +1.90%
RamHits                   78,423|     79,041          +0.79%
TotalRW               40,002,209| 39,564,495          -1.09%

🔄 Executor Update

update_executor_gungraun::update_group::update_executor with_setup_0:(setup_update_executor(isometric-fountain))
Instructions: 93,184,172 (master) → 59,358,320 (HEAD) : $$\color{lime}-36.30\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -4.67%
D1mr                     876,065|    527,202         -39.82%
D1mw                     249,744|    159,086         -36.30%
DLmr                      51,860|     18,982         -63.40%
DLmw                     109,969|     39,569         -64.02%
Dr                    23,563,043| 14,798,526         -37.20%
Dw                    15,479,018| 10,167,658         -34.31%
EstimatedCycles      142,056,879| 88,963,774         -37.37%
I1MissRate                     0|          0         -55.79%
I1mr                     109,315|     30,782         -71.84%
ILmr                       1,176|        482         -59.01%
Ir                    93,184,172| 59,358,320         -36.30%
L1HitRate                     99|         99          +0.08%
L1hits               130,991,109| 83,607,434         -36.17%
LLHitRate                      1|          1          -3.76%
LLMissRate                     0|          0         -43.21%
LLdMissRate                    0|          0         -43.42%
LLhits                 1,072,119|    658,037         -38.62%
LLiMissRate                    0|          0         -35.66%
RamHitRate                     0|          0         -43.21%
RamHits                  163,005|     59,033         -63.78%
TotalRW              132,226,233| 84,324,504         -36.23%

update_executor_gungraun::update_group::update_executor with_setup_1:(setup_update_executor(painted-dreams))
Instructions: 48,178,377 (master) → 31,173,879 (HEAD) : $$\color{lime}-35.29\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -6.87%
D1mr                     455,877|    270,382         -40.69%
D1mw                     129,433|     85,898         -33.64%
DLmr                         468|        274         -41.45%
DLmw                      15,711|     10,687         -31.98%
Dr                    12,350,609|  7,915,340         -35.91%
Dw                     8,225,157|  5,532,890         -32.73%
EstimatedCycles       71,846,091| 46,451,047         -35.35%
I1MissRate                     0|          0         -58.14%
I1mr                      65,112|     17,637         -72.91%
ILmr                         163|        148          -9.20%
Ir                    48,178,377| 31,173,879         -35.29%
L1HitRate                     99|         99          +0.11%
L1hits                68,103,721| 44,248,192         -35.03%
LLHitRate                      1|          1         -11.84%
LLMissRate                     0|          0          +4.74%
LLdMissRate                    0|          0          +3.65%
LLhits                   634,080|    362,808         -42.78%
LLiMissRate                    0|          0         +40.33%
RamHitRate                     0|          0          +4.74%
RamHits                   16,342|     11,109         -32.02%
TotalRW               68,754,143| 44,622,109         -35.10%

update_executor_gungraun::update_group::update_executor with_setup_2:(setup_update_executor(procedural-string-lights)...
Instructions: 11,700,645 (master) → 7,686,817 (HEAD) : $$\color{lime}-34.30\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -6.26%
D1mr                     106,599|     64,333         -39.65%
D1mw                      31,594|     21,365         -32.38%
DLmr                          42|        NaN        -100.00%
DLmw                       1,688|        764         -54.74%
Dr                     2,987,369|  1,938,345         -35.12%
Dw                     1,987,740|  1,353,042         -31.93%
EstimatedCycles       17,350,828| 11,372,690         -34.45%
I1MissRate                     0|          0         -43.55%
I1mr                      16,423|      6,091         -62.91%
ILmr                         157|        147          -6.37%
Ir                    11,700,645|  7,686,817         -34.30%
L1HitRate                     99|         99          +0.09%
L1hits                16,521,138| 10,886,415         -34.11%
LLHitRate                      1|          1          -9.62%
LLMissRate                     0|          0         -26.67%
LLdMissRate                    0|          0         -33.25%
LLhits                   152,729|     90,878         -40.50%
LLiMissRate                    0|          0         +42.52%
RamHitRate                     0|          0         -26.67%
RamHits                    1,887|        911         -51.72%
TotalRW               16,675,754| 10,978,204         -34.17%

update_executor_gungraun::update_group::update_executor with_setup_3:(setup_update_executor(parametric-dunescape))
Instructions: 36,589,673 (master) → 28,243,807 (HEAD) : $$\color{lime}-22.81\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -5.20%
D1mr                     323,242|    235,421         -27.17%
D1mw                      96,640|     74,749         -22.65%
DLmr                         123|        131          +6.50%
DLmw                      10,864|      7,828         -27.95%
Dr                     9,435,578|  7,206,917         -23.62%
Dw                     6,363,121|  5,103,258         -19.80%
EstimatedCycles       54,523,694| 42,102,142         -22.78%
I1MissRate                     0|          0         -31.54%
I1mr                      30,361|     16,045         -47.15%
ILmr                         158|        151          -4.43%
Ir                    36,589,673| 28,243,807         -22.81%
L1HitRate                     99|         99          +0.06%
L1hits                51,938,129| 40,227,767         -22.55%
LLHitRate                      1|          1          -6.41%
LLMissRate                     0|          0          -6.00%
LLdMissRate                    0|          0          -7.03%
LLhits                   439,098|    318,105         -27.55%
LLiMissRate                    0|          0         +23.81%
RamHitRate                     0|          0          -6.00%
RamHits                   11,145|      8,110         -27.23%
TotalRW               52,388,372| 40,553,982         -22.59%

update_executor_gungraun::update_group::update_executor with_setup_4:(setup_update_executor(red-dress))
Instructions: 106,672,580 (master) → 71,774,689 (HEAD) : $$\color{lime}-32.71\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -4.02%
D1mr                     967,021|    610,893         -36.83%
D1mw                     281,965|    194,062         -31.18%
DLmr                      92,782|     36,910         -60.22%
DLmw                     128,394|     63,337         -50.67%
Dr                    27,343,555| 18,064,947         -33.93%
Dw                    18,206,309| 12,521,278         -31.23%
EstimatedCycles      164,391,762|108,749,776         -33.85%
I1MissRate                     0|          0         -58.84%
I1mr                     124,841|     34,573         -72.31%
ILmr                       1,291|        778         -39.74%
Ir                   106,672,580| 71,774,689         -32.71%
L1HitRate                     99|         99          +0.08%
L1hits               150,848,617|101,521,386         -32.70%
LLHitRate                      1|          1          -4.61%
LLMissRate                     0|          0         -32.47%
LLdMissRate                    0|          0         -32.50%
LLhits                 1,151,360|    738,503         -35.86%
LLiMissRate                    0|          0         -10.44%
RamHitRate                     0|          0         -32.47%
RamHits                  222,467|    101,025         -54.59%
TotalRW              152,222,444|102,360,914         -32.76%

update_executor_gungraun::update_group::update_executor with_setup_5:(setup_update_executor(valley-of-spires))
Instructions: 75,406,510 (master) → 47,520,150 (HEAD) : $$\color{lime}-36.98\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -5.72%
D1mr                     707,059|    403,709         -42.90%
D1mw                     200,761|    130,882         -34.81%
DLmr                      17,724|      3,865         -78.19%
DLmw                      64,535|     27,210         -57.84%
Dr                    19,505,221| 11,964,905         -38.66%
Dw                    12,984,746|  8,327,284         -35.87%
EstimatedCycles      114,374,051| 70,990,083         -37.93%
I1MissRate                     0|          0         -56.94%
I1mr                      91,871|     24,930         -72.86%
ILmr                         368|        247         -32.88%
Ir                    75,406,510| 47,520,150         -36.98%
L1HitRate                     99|         99          +0.10%
L1hits               106,896,786| 67,252,818         -37.09%
LLHitRate                      1|          1          -8.36%
LLMissRate                     0|          0         -39.68%
LLdMissRate                    0|          0         -39.51%
LLhits                   917,064|    528,199         -42.40%
LLiMissRate                    0|          0          +6.51%
RamHitRate                     0|          0         -39.68%
RamHits                   82,627|     31,322         -62.09%
TotalRW              107,896,477| 67,812,339         -37.15%

🚀 Render: Cold Execution

run_once_gungraun::run_once_group::run_once with_setup_0:(setup_run_once(isometric-fountain))
Instructions: 26,453,931 (master) → 25,795,082 (HEAD) : $$\color{lime}-2.49\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -9.76%
D1mr                     177,301|    163,008          -8.06%
D1mw                      99,514|     78,938         -20.68%
DLmr                      10,936|      8,407         -23.13%
DLmw                      15,629|     16,162          +3.41%
Dr                     6,766,836|  6,551,823          -3.18%
Dw                     4,978,498|  4,824,716          -3.09%
EstimatedCycles       41,423,161| 40,105,147          -3.18%
I1MissRate                     1|          1          -3.58%
I1mr                     264,724|    248,893          -5.98%
ILmr                       8,693|      7,770         -10.62%
Ir                    26,453,931| 25,795,082          -2.49%
L1HitRate                     99|         99          +0.10%
L1hits                37,657,726| 36,680,782          -2.59%
LLHitRate                      1|          1          -6.93%
LLMissRate                     0|          0          -5.74%
LLdMissRate                    0|          0          -4.52%
LLhits                   506,281|    458,500          -9.44%
LLiMissRate                    0|          0          -8.33%
RamHitRate                     0|          0          -5.74%
RamHits                   35,258|     32,339          -8.28%
TotalRW               38,199,265| 37,171,621          -2.69%

run_once_gungraun::run_once_group::run_once with_setup_1:(setup_run_once(painted-dreams))
Instructions: 209,461,316 (master) → 203,019,754 (HEAD) : $$\color{lime}-3.08\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -4.07%
D1mr                     866,480|    798,394          -7.86%
D1mw                     522,118|    481,028          -7.87%
DLmr                       6,110|      4,648         -23.93%
DLmw                      69,114|     58,003         -16.08%
Dr                    44,689,359| 42,955,169          -3.88%
Dw                    30,842,806| 29,591,065          -4.06%
EstimatedCycles      299,820,849|288,757,884          -3.69%
I1MissRate                     1|          1          -9.06%
I1mr                   1,674,294|  1,475,852         -11.85%
ILmr                      10,636|      9,709          -8.72%
Ir                   209,461,316|203,019,754          -3.08%
L1HitRate                     99|         99          +0.08%
L1hits               281,930,589|272,810,714          -3.23%
LLHitRate                      1|          1          -6.80%
LLMissRate                     0|          0         -12.84%
LLdMissRate                    0|          0         -13.29%
LLhits                 2,977,032|  2,682,914          -9.88%
LLiMissRate                    0|          0          -5.82%
RamHitRate                     0|          0         -12.84%
RamHits                   85,860|     72,360         -15.72%
TotalRW              284,993,481|275,565,988          -3.31%

run_once_gungraun::run_once_group::run_once with_setup_2:(setup_run_once(procedural-string-lights))
Instructions: 16,635,167 (master) → 16,564,043 (HEAD) : $$\color{lime}-0.43\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -2.20%
D1mr                      69,983|     69,351          -0.90%
D1mw                      39,267|     37,342          -4.90%
DLmr                       2,079|        965         -53.58%
DLmw                       3,168|      1,683         -46.88%
Dr                     4,110,517|  4,100,927          -0.23%
Dw                     3,005,058|  3,004,213          -0.03%
EstimatedCycles       24,912,100| 24,732,545          -0.72%
I1MissRate                     1|          1          +4.58%
I1mr                      86,867|     90,455          +4.13%
ILmr                       7,316|      6,511         -11.00%
Ir                    16,635,167| 16,564,043          -0.43%
L1HitRate                     99|         99          -0.01%
L1hits                23,554,625| 23,472,035          -0.35%
LLHitRate                      1|          1          +2.77%
LLMissRate                     0|          0         -26.84%
LLdMissRate                    0|          0         -49.46%
LLhits                   183,554|    187,989          +2.42%
LLiMissRate                    0|          0         -10.62%
RamHitRate                     0|          0         -26.84%
RamHits                   12,563|      9,159         -27.10%
TotalRW               23,750,742| 23,669,183          -0.34%

run_once_gungraun::run_once_group::run_once with_setup_3:(setup_run_once(parametric-dunescape))
Instructions: 20,360,001 (master) → 20,678,189 (HEAD) : $$\color{red}+1.56\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -9.82%
D1mr                      93,549|     88,708          -5.17%
D1mw                      81,308|     71,676         -11.85%
DLmr                       4,737|      4,258         -10.11%
DLmw                       7,862|      7,784          -0.99%
Dr                     4,947,541|  5,028,476          +1.64%
Dw                     3,748,619|  3,815,998          +1.80%
EstimatedCycles       30,605,453| 31,018,619          +1.35%
I1MissRate                     0|          0          +8.11%
I1mr                      77,766|     85,385          +9.80%
ILmr                       5,361|      5,054          -5.73%
Ir                    20,360,001| 20,678,189          +1.56%
L1HitRate                     99|         99          +0.04%
L1hits                28,803,538| 29,276,894          +1.64%
LLHitRate                      1|          1          -4.09%
LLMissRate                     0|          0          -6.31%
LLdMissRate                    0|          0          -6.02%
LLhits                   234,663|    228,673          -2.55%
LLiMissRate                    0|          0          -7.18%
RamHitRate                     0|          0          -6.31%
RamHits                   17,960|     17,096          -4.81%
TotalRW               29,056,161| 29,522,663          +1.61%

run_once_gungraun::run_once_group::run_once with_setup_4:(setup_run_once(red-dress))
Instructions: 1,863,640,358 (master) → 1,869,218,175 (HEAD) : $$\color{red}+0.30\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     0|          0          +1.03%
D1mr                   2,160,297|  2,170,285          +0.46%
D1mw                   1,282,101|  1,256,743          -1.98%
DLmr                     285,958|    279,657          -2.20%
DLmw                     677,309|    685,278          +1.18%
Dr                   452,239,425|444,958,176          -1.61%
Dw                   297,173,318|293,538,132          -1.22%
EstimatedCycles      2,664,819,141|2,658,193,773          -0.25%
I1MissRate                     0|          0         -14.46%
I1mr                   2,214,407|  1,899,952         -14.20%
ILmr                       8,027|      7,444          -7.26%
Ir                   1,863,640,358|1,869,218,175          +0.30%
L1HitRate                    100|        100          +0.01%
L1hits               2,607,396,296|2,602,387,503          -0.19%
LLHitRate                      0|          0          -6.87%
LLMissRate                     0|          0          +0.32%
LLdMissRate                    0|          0          +1.65%
LLhits                 4,685,511|  4,354,601          -7.06%
LLiMissRate                    0|          0          -7.54%
RamHitRate                     0|          0          +0.32%
RamHits                  971,294|    972,379          +0.11%
TotalRW              2,613,053,101|2,607,714,483          -0.20%

run_once_gungraun::run_once_group::run_once with_setup_5:(setup_run_once(valley-of-spires))
Instructions: 25,153,708 (master) → 24,669,584 (HEAD) : $$\color{lime}-1.92\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -9.84%
D1mr                     154,390|    138,754         -10.13%
D1mw                      85,835|     71,741         -16.42%
DLmr                       8,163|      6,364         -22.04%
DLmw                      13,799|     14,855          +7.65%
Dr                     6,281,129|  6,106,202          -2.78%
Dw                     4,579,269|  4,448,712          -2.85%
EstimatedCycles       38,694,966| 37,707,920          -2.55%
I1MissRate                     1|          1          -2.82%
I1mr                     219,060|    208,783          -4.69%
ILmr                       6,162|      5,658          -8.18%
Ir                    25,153,708| 24,669,584          -1.92%
L1HitRate                     99|         99          +0.09%
L1hits                35,554,821| 34,805,220          -2.11%
LLHitRate                      1|          1          -6.95%
LLMissRate                     0|          0          -2.29%
LLdMissRate                    0|          0          -0.59%
LLhits                   431,161|    392,401          -8.99%
LLiMissRate                    0|          0          -6.38%
RamHitRate                     0|          0          -2.29%
RamHits                   28,124|     26,877          -4.43%
TotalRW               36,014,106| 35,224,498          -2.19%

⚡ Render: Cached Execution

run_cached_gungraun::run_cached_group::run_cached with_setup_0:(setup_run_cached(isometric-fountain))
Instructions: 178,135 (master) → 166,155 (HEAD) : $$\color{lime}-6.73\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.66%
D1mr                       4,246|      4,085          -3.79%
D1mw                       2,157|      2,133          -1.11%
DLmr                           3|          3          +0.00%
DLmw                           6|          5         -16.67%
Dr                       103,732|    101,234          -2.41%
Dw                        97,267|     95,256          -2.07%
EstimatedCycles          407,320|    389,963          -4.26%
I1MissRate                     0|          0          +1.53%
I1mr                         321|        304          -5.30%
ILmr                          34|         33          -2.94%
Ir                       178,135|    166,155          -6.73%
L1HitRate                     98|         98          -0.03%
L1hits                   372,410|    356,123          -4.37%
LLHitRate                      2|          2          +1.42%
LLMissRate                     0|          0          -0.32%
LLdMissRate                    0|          0          -9.07%
LLhits                     6,681|      6,481          -2.99%
LLiMissRate                    0|          0          +4.06%
RamHitRate                     0|          0          -0.32%
RamHits                       43|         41          -4.65%
TotalRW                  379,134|    362,645          -4.35%

run_cached_gungraun::run_cached_group::run_cached with_setup_1:(setup_run_cached(painted-dreams))
Instructions: 227,558 (master) → 226,251 (HEAD) : $$\color{lime}-0.57\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -1.90%
D1mr                       5,008|      4,872          -2.72%
D1mw                       2,671|      2,637          -1.27%
DLmr                          31|         16         -48.39%
DLmw                          14|         11         -21.43%
Dr                       150,926|    150,440          -0.32%
Dw                       142,255|    141,799          -0.32%
EstimatedCycles          557,333|    553,932          -0.61%
I1MissRate                     0|          0          -3.48%
I1mr                         322|        309          -4.04%
ILmr                         108|        112          +3.70%
Ir                       227,558|    226,251          -0.57%
L1HitRate                     98|         98          +0.03%
L1hits                   512,738|    510,672          -0.40%
LLHitRate                      2|          1          -1.73%
LLMissRate                     0|          0          -8.76%
LLdMissRate                    0|          0         -39.81%
LLhits                     7,848|      7,679          -2.15%
LLiMissRate                    0|          0          +4.30%
RamHitRate                     0|          0          -8.76%
RamHits                      153|        139          -9.15%
TotalRW                  520,739|    518,490          -0.43%

run_cached_gungraun::run_cached_group::run_cached with_setup_2:(setup_run_cached(parametric-dunescape))
Instructions: 134,346 (master) → 131,860 (HEAD) : $$\color{lime}-1.85\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -2.35%
D1mr                       2,376|      2,291          -3.58%
D1mw                       2,019|      1,978          -2.03%
DLmr                           3|          3          +0.00%
DLmw                         870|          6         -99.31%
Dr                       108,831|    108,175          -0.60%
Dw                       106,552|    106,071          -0.45%
EstimatedCycles          395,583|    365,616          -7.58%
I1MissRate                     0|          0          -1.24%
I1mr                         326|        316          -3.07%
ILmr                          26|         30         +15.38%
Ir                       134,346|    131,860          -1.85%
L1HitRate                     99|         99          +0.03%
L1hits                   345,008|    341,521          -1.01%
LLHitRate                      1|          1         +20.19%
LLMissRate                     0|          0         -95.62%
LLdMissRate                    0|          0         -98.96%
LLhits                     3,822|      4,546         +18.94%
LLiMissRate                    0|          0         +17.56%
RamHitRate                     0|          0         -95.62%
RamHits                      899|         39         -95.66%
TotalRW                  349,729|    346,106          -1.04%

run_cached_gungraun::run_cached_group::run_cached with_setup_3:(setup_run_cached(red-dress))
Instructions: 497,954 (master) → 498,828 (HEAD) : $$\color{red}+0.18\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                    34|         34          -0.05%
D1mr                      55,590|     55,598          +0.01%
D1mw                      27,243|     27,206          -0.14%
DLmr                         172|        198         +15.12%
DLmw                       1,453|      1,488          +2.41%
Dr                       132,357|    132,397          +0.03%
Dw                       112,065|    112,063          -0.00%
EstimatedCycles        1,130,626|  1,133,136          +0.22%
I1MissRate                     0|          0          -4.38%
I1mr                         332|        318          -4.22%
ILmr                         228|        226          -0.88%
Ir                       497,954|    498,828          +0.18%
L1HitRate                     89|         89          +0.02%
L1hits                   659,211|    660,166          +0.14%
LLHitRate                     11|         11          -0.25%
LLMissRate                     0|          0          +3.06%
LLdMissRate                    1|          1          +3.74%
LLhits                    81,312|     81,210          -0.13%
LLiMissRate                    0|          0          -1.05%
RamHitRate                     0|          0          +3.06%
RamHits                    1,853|      1,912          +3.18%
TotalRW                  742,376|    743,288          +0.12%

run_cached_gungraun::run_cached_group::run_cached with_setup_4:(setup_run_cached(valley-of-spires))
Instructions: 162,389 (master) → 162,440 (HEAD) : $$\color{red}+0.03\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.35%
D1mr                       4,137|      4,128          -0.22%
D1mw                       2,094|      2,090          -0.19%
DLmr                           3|          3          +0.00%
DLmw                           5|          5          +0.00%
Dr                        97,990|     98,139          +0.15%
Dw                        92,080|     92,198          +0.13%
EstimatedCycles          379,803|    380,103          +0.08%
I1MissRate                     0|          0          +0.30%
I1mr                         305|        306          +0.33%
ILmr                          32|         33          +3.13%
Ir                       162,389|    162,440          +0.03%
L1HitRate                     98|         98          +0.01%
L1hits                   345,923|    346,253          +0.10%
LLHitRate                      2|          2          -0.29%
LLMissRate                     0|          0          +2.41%
LLdMissRate                    0|          0          -0.14%
LLhits                     6,496|      6,483          -0.20%
LLiMissRate                    0|          0          +3.09%
RamHitRate                     0|          0          +2.41%
RamHits                       40|         41          +2.50%
TotalRW                  352,459|    352,777          +0.09%

@github-actions

Copy link
Copy Markdown
📦 Windows Build Complete for 8dedb9b
Download binary

@timon-schelling

timon-schelling commented Jul 17, 2026

Copy link
Copy Markdown
Member Author

!build desktop (Run ID 29573812294)

@github-actions

github-actions Bot commented Jul 17, 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: 35,461,954 (master) → 34,904,686 (HEAD) : $$\color{lime}-1.57\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.25%
D1mr                     506,264|    497,905          -1.65%
D1mw                     148,204|    144,388          -2.57%
DLmr                      44,770|     43,240          -3.42%
DLmw                      65,628|     65,188          -0.67%
Dr                     8,681,845|  8,536,115          -1.68%
Dw                     6,064,015|  5,972,426          -1.51%
EstimatedCycles       56,350,974| 55,437,527          -1.62%
I1MissRate                     0|          0          -3.66%
I1mr                      46,512|     44,107          -5.17%
ILmr                         910|        862          -5.27%
Ir                    35,461,954| 34,904,686          -1.57%
L1HitRate                     99|         99          +0.01%
L1hits                49,506,834| 48,726,827          -1.58%
LLHitRate                      1|          1          -0.56%
LLMissRate                     0|          0          -0.23%
LLdMissRate                    1|          1          -0.18%
LLhits                   589,672|    577,110          -2.13%
LLiMissRate                    0|          0          -3.76%
RamHitRate                     0|          0          -0.23%
RamHits                  111,308|    109,290          -1.81%
TotalRW               50,207,814| 49,413,227          -1.58%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_1:(load_from_name(painted-dreams))
Instructions: 17,817,962 (master) → 17,440,132 (HEAD) : $$\color{lime}-2.12\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.41%
D1mr                     250,373|    243,918          -2.58%
D1mw                      73,819|     72,098          -2.33%
DLmr                       1,254|      1,054         -15.95%
DLmw                      25,019|     22,097         -11.68%
Dr                     4,356,657|  4,261,299          -2.19%
Dw                     3,037,394|  2,975,683          -2.03%
EstimatedCycles       27,402,215| 26,730,252          -2.45%
I1MissRate                     0|          0          -9.63%
I1mr                      20,836|     18,431         -11.54%
ILmr                         730|        694          -4.93%
Ir                    17,817,962| 17,440,132          -2.12%
L1HitRate                     99|         99          +0.01%
L1hits                24,866,985| 24,342,667          -2.11%
LLHitRate                      1|          1          -0.22%
LLMissRate                     0|          0          -9.78%
LLdMissRate                    0|          0          -9.97%
LLhits                   318,025|    310,602          -2.33%
LLiMissRate                    0|          0          -2.87%
RamHitRate                     0|          0          -9.78%
RamHits                   27,003|     23,845         -11.69%
TotalRW               25,212,013| 24,677,114          -2.12%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_2:(load_from_name(procedural-string-lights))
Instructions: 3,701,928 (master) → 3,622,458 (HEAD) : $$\color{lime}-2.15\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.95%
D1mr                      46,226|     44,721          -3.26%
D1mw                      16,803|     16,421          -2.27%
DLmr                          21|         16         -23.81%
DLmw                       3,432|      3,828         +11.54%
Dr                       901,450|    881,923          -2.17%
Dw                       628,506|    616,459          -1.92%
EstimatedCycles        5,629,194|  5,519,292          -1.95%
I1MissRate                     0|          0          -8.61%
I1mr                       5,061|      4,526         -10.57%
ILmr                         712|        682          -4.21%
Ir                     3,701,928|  3,622,458          -2.15%
L1HitRate                     99|         99          +0.02%
L1hits                 5,163,794|  5,055,172          -2.10%
LLHitRate                      1|          1          -2.28%
LLMissRate                     0|          0         +11.02%
LLdMissRate                    0|          0         +13.67%
LLhits                    63,925|     61,142          -4.35%
LLiMissRate                    0|          0          -2.11%
RamHitRate                     0|          0         +11.02%
RamHits                    4,165|      4,526          +8.67%
TotalRW                5,231,884|  5,120,840          -2.12%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_3:(load_from_name(parametric-dunescape))
Instructions: 12,948,590 (master) → 12,767,025 (HEAD) : $$\color{lime}-1.40\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -2.27%
D1mr                     178,442|    169,723          -4.89%
D1mw                      62,684|     63,183          +0.80%
DLmr                          49|         39         -20.41%
DLmw                      17,973|     15,705         -12.62%
Dr                     3,154,055|  3,113,153          -1.30%
Dw                     2,218,286|  2,196,712          -0.97%
EstimatedCycles       19,899,405| 19,554,000          -1.74%
I1MissRate                     0|          0          +2.26%
I1mr                      12,050|     12,149          +0.82%
ILmr                         837|        819          -2.15%
Ir                    12,948,590| 12,767,025          -1.40%
L1HitRate                     99|         99          +0.03%
L1hits                18,067,755| 17,831,835          -1.31%
LLHitRate                      1|          1          -1.17%
LLMissRate                     0|          0         -10.99%
LLdMissRate                    0|          0         -11.61%
LLhits                   234,317|    228,492          -2.49%
LLiMissRate                    0|          0          -0.76%
RamHitRate                     0|          0         -10.99%
RamHits                   18,859|     16,563         -12.17%
TotalRW               18,320,931| 18,076,890          -1.33%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_4:(load_from_name(red-dress))
Instructions: 38,178,374 (master) → 37,603,121 (HEAD) : $$\color{lime}-1.51\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.46%
D1mr                     547,864|    542,553          -0.97%
D1mw                     158,478|    156,043          -1.54%
DLmr                      50,995|     49,217          -3.49%
DLmw                      82,682|     81,388          -1.57%
Dr                     9,344,499|  9,195,095          -1.60%
Dw                     6,531,311|  6,433,970          -1.49%
EstimatedCycles       61,111,842| 60,136,992          -1.60%
I1MissRate                     0|          0         -13.33%
I1mr                      48,700|     41,573         -14.63%
ILmr                         906|        866          -4.42%
Ir                    38,178,374| 37,603,121          -1.51%
L1HitRate                     99|         99          +0.01%
L1hits                53,299,142| 52,492,017          -1.51%
LLHitRate                      1|          1          -0.38%
LLMissRate                     0|          0          -0.80%
LLdMissRate                    1|          1          -0.76%
LLhits                   620,459|    608,698          -1.90%
LLiMissRate                    0|          0          -2.95%
RamHitRate                     0|          0          -0.80%
RamHits                  134,583|    131,471          -2.31%
TotalRW               54,054,184| 53,232,186          -1.52%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_5:(load_from_name(valley-of-spires))
Instructions: 28,256,868 (master) → 27,946,327 (HEAD) : $$\color{lime}-1.10\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.22%
D1mr                     399,283|    399,741          +0.11%
D1mw                     123,936|    117,013          -5.59%
DLmr                      21,552|     21,343          -0.97%
DLmw                      56,112|     56,853          +1.32%
Dr                     6,919,226|  6,844,434          -1.08%
Dw                     4,819,287|  4,774,241          -0.93%
EstimatedCycles       44,589,439| 44,132,878          -1.02%
I1MissRate                     0|          0          -9.65%
I1mr                      36,343|     32,475         -10.64%
ILmr                         863|        836          -3.13%
Ir                    28,256,868| 27,946,327          -1.10%
L1HitRate                     99|         99          +0.01%
L1hits                39,435,819| 39,015,773          -1.07%
LLHitRate                      1|          1          -1.19%
LLMissRate                     0|          0          +1.74%
LLdMissRate                    1|          1          +1.72%
LLhits                   481,035|    470,197          -2.25%
LLiMissRate                    0|          0          -2.05%
RamHitRate                     0|          0          +1.74%
RamHits                   78,527|     79,032          +0.64%
TotalRW               39,995,381| 39,565,002          -1.08%

🔄 Executor Update

update_executor_gungraun::update_group::update_executor with_setup_0:(setup_update_executor(isometric-fountain))
Instructions: 93,367,861 (master) → 59,363,168 (HEAD) : $$\color{lime}-36.42\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -3.49%
D1mr                     869,667|    529,645         -39.10%
D1mw                     249,938|    159,288         -36.27%
DLmr                      57,991|     18,615         -67.90%
DLmw                     105,678|     38,519         -63.55%
Dr                    23,614,474| 14,794,438         -37.35%
Dw                    15,516,235| 10,156,041         -34.55%
EstimatedCycles      142,268,256| 88,922,239         -37.50%
I1MissRate                     0|          0         -43.86%
I1mr                      86,869|     31,005         -64.31%
ILmr                       1,124|        494         -56.05%
Ir                    93,367,861| 59,363,168         -36.42%
L1HitRate                     99|         99          +0.06%
L1hits               131,292,096| 83,593,709         -36.33%
LLHitRate                      1|          1          -0.08%
LLMissRate                     0|          0         -45.04%
LLdMissRate                    0|          0         -45.25%
LLhits                 1,041,681|    662,310         -36.42%
LLiMissRate                    0|          0         -30.87%
RamHitRate                     0|          0         -45.04%
RamHits                  164,793|     57,628         -65.03%
TotalRW              132,498,570| 84,313,647         -36.37%

update_executor_gungraun::update_group::update_executor with_setup_1:(setup_update_executor(painted-dreams))
Instructions: 48,245,252 (master) → 31,168,214 (HEAD) : $$\color{lime}-35.40\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -7.55%
D1mr                     457,330|    268,042         -41.39%
D1mw                     128,765|     85,808         -33.36%
DLmr                         408|        280         -31.37%
DLmw                      19,371|     10,478         -45.91%
Dr                    12,363,966|  7,913,983         -35.99%
Dw                     8,225,039|  5,531,261         -32.75%
EstimatedCycles       71,988,551| 46,428,060         -35.51%
I1MissRate                     0|          0         -47.43%
I1mr                      52,951|     17,983         -66.04%
ILmr                         158|        151          -4.43%
Ir                    48,245,252| 31,168,214         -35.40%
L1HitRate                     99|         99          +0.10%
L1hits                68,195,211| 44,241,625         -35.13%
LLHitRate                      1|          1         -10.05%
LLMissRate                     0|          0         -15.58%
LLdMissRate                    0|          0         -16.71%
LLhits                   619,109|    360,924         -41.70%
LLiMissRate                    0|          0         +47.93%
RamHitRate                     0|          0         -15.58%
RamHits                   19,937|     10,909         -45.28%
TotalRW               68,834,257| 44,613,458         -35.19%

update_executor_gungraun::update_group::update_executor with_setup_2:(setup_update_executor(procedural-string-lights)...
Instructions: 11,731,349 (master) → 7,694,016 (HEAD) : $$\color{lime}-34.41\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -6.44%
D1mr                     107,792|     64,518         -40.15%
D1mw                      31,239|     21,427         -31.41%
DLmr                          34|        NaN        -100.00%
DLmw                       1,841|        689         -62.57%
Dr                     2,994,736|  1,940,434         -35.21%
Dw                     1,991,351|  1,353,863         -32.01%
EstimatedCycles       17,389,868| 11,381,223         -34.55%
I1MissRate                     0|          0         -33.97%
I1mr                      13,867|      6,005         -56.70%
ILmr                         153|        148          -3.27%
Ir                    11,731,349|  7,694,016         -34.41%
L1HitRate                     99|         99          +0.08%
L1hits                16,564,538| 10,896,363         -34.22%
LLHitRate                      1|          1          -8.12%
LLMissRate                     0|          0         -37.21%
LLdMissRate                    0|          0         -44.38%
LLhits                   150,870|     91,113         -39.61%
LLiMissRate                    0|          0         +47.49%
RamHitRate                     0|          0         -37.21%
RamHits                    2,028|        837         -58.73%
TotalRW               16,717,436| 10,988,313         -34.27%

update_executor_gungraun::update_group::update_executor with_setup_3:(setup_update_executor(parametric-dunescape))
Instructions: 36,676,367 (master) → 28,134,138 (HEAD) : $$\color{lime}-23.29\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -3.15%
D1mr                     319,612|    234,936         -26.49%
D1mw                      97,184|     71,833         -26.09%
DLmr                         112|        118          +5.36%
DLmw                      10,006|      6,558         -34.46%
Dr                     9,473,672|  7,082,760         -25.24%
Dw                     6,393,386|  4,975,846         -22.17%
EstimatedCycles       54,623,357| 41,689,278         -23.68%
I1MissRate                     0|          0         -19.30%
I1mr                      26,132|     16,177         -38.10%
ILmr                         156|        149          -4.49%
Ir                    36,676,367| 28,134,138         -23.29%
L1HitRate                     99|         99          +0.04%
L1hits                52,100,497| 39,869,798         -23.48%
LLHitRate                      1|          1          -4.48%
LLMissRate                     0|          0         -13.16%
LLdMissRate                    0|          0         -13.18%
LLhits                   432,654|    316,121         -26.93%
LLiMissRate                    0|          0         +24.51%
RamHitRate                     0|          0         -13.16%
RamHits                   10,274|      6,825         -33.57%
TotalRW               52,543,425| 40,192,744         -23.51%

update_executor_gungraun::update_group::update_executor with_setup_4:(setup_update_executor(red-dress))
Instructions: 106,732,846 (master) → 71,865,841 (HEAD) : $$\color{lime}-32.67\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -4.58%
D1mr                     967,422|    610,223         -36.92%
D1mw                     282,604|    196,300         -30.54%
DLmr                      96,229|     37,286         -61.25%
DLmw                     129,307|     66,177         -48.82%
Dr                    27,360,613| 18,180,832         -33.55%
Dw                    18,216,332| 12,637,702         -30.62%
EstimatedCycles      164,517,685|109,179,341         -33.64%
I1MissRate                     0|          0         -47.72%
I1mr                     101,060|     35,576         -64.80%
ILmr                       1,249|        756         -39.47%
Ir                   106,732,846| 71,865,841         -32.67%
L1HitRate                     99|         99          +0.07%
L1hits               150,958,705|101,842,276         -32.54%
LLHitRate                      1|          1          -2.65%
LLMissRate                     0|          0         -31.84%
LLdMissRate                    0|          0         -32.16%
LLhits                 1,124,301|    737,880         -34.37%
LLiMissRate                    0|          0         -10.11%
RamHitRate                     0|          0         -31.84%
RamHits                  226,785|    104,219         -54.05%
TotalRW              152,309,791|102,684,375         -32.58%

update_executor_gungraun::update_group::update_executor with_setup_5:(setup_update_executor(valley-of-spires))
Instructions: 75,511,015 (master) → 47,835,456 (HEAD) : $$\color{lime}-36.65\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -5.92%
D1mr                     706,026|    411,554         -41.71%
D1mw                     201,134|    135,069         -32.85%
DLmr                      21,041|      3,737         -82.24%
DLmw                      68,572|     33,307         -51.43%
Dr                    19,541,991| 12,247,070         -37.33%
Dw                    13,021,644|  8,610,049         -33.88%
EstimatedCycles      114,702,032| 72,098,495         -37.14%
I1MissRate                     0|          0         -45.51%
I1mr                      73,253|     25,287         -65.48%
ILmr                         578|        232         -59.86%
Ir                    75,511,015| 47,835,456         -36.65%
L1HitRate                     99|         99          +0.08%
L1hits               107,094,237| 68,120,665         -36.39%
LLHitRate                      1|          1          -5.51%
LLMissRate                     0|          0         -34.98%
LLdMissRate                    0|          0         -35.46%
LLhits                   890,222|    534,634         -39.94%
LLiMissRate                    0|          0         -36.64%
RamHitRate                     0|          0         -34.98%
RamHits                   90,191|     37,276         -58.67%
TotalRW              108,074,650| 68,692,575         -36.44%

🚀 Render: Cold Execution

run_once_gungraun::run_once_group::run_once with_setup_0:(setup_run_once(isometric-fountain))
Instructions: 26,464,897 (master) → 25,737,173 (HEAD) : $$\color{lime}-2.75\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2         -10.01%
D1mr                     177,870|    160,415          -9.81%
D1mw                      98,742|     77,877         -21.13%
DLmr                      11,235|      8,452         -24.77%
DLmw                      14,958|     14,785          -1.16%
Dr                     6,771,411|  6,490,122          -4.15%
Dw                     4,982,773|  4,762,633          -4.42%
EstimatedCycles       41,445,989| 39,870,236          -3.80%
I1MissRate                     1|          1          -4.54%
I1mr                     268,500|    249,255          -7.17%
ILmr                       8,689|      7,767         -10.61%
Ir                    26,464,897| 25,737,173          -2.75%
L1HitRate                     99|         99          +0.11%
L1hits                37,673,969| 36,502,381          -3.11%
LLHitRate                      1|          1          -7.55%
LLMissRate                     0|          0          -8.16%
LLdMissRate                    0|          0          -7.33%
LLhits                   510,230|    456,543         -10.52%
LLiMissRate                    0|          0          -8.08%
RamHitRate                     0|          0          -8.16%
RamHits                   34,882|     31,004         -11.12%
TotalRW               38,219,081| 36,989,928          -3.22%

run_once_gungraun::run_once_group::run_once with_setup_1:(setup_run_once(painted-dreams))
Instructions: 209,045,876 (master) → 203,264,274 (HEAD) : $$\color{lime}-2.77\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -5.11%
D1mr                     863,332|    796,534          -7.74%
D1mw                     518,133|    482,155          -6.94%
DLmr                       5,841|      4,400         -24.67%
DLmw                      66,739|     57,703         -13.54%
Dr                    44,343,615| 43,182,029          -2.62%
Dw                    30,500,107| 29,822,560          -2.22%
EstimatedCycles      298,493,190|289,443,561          -3.03%
I1MissRate                     1|          1          -7.76%
I1mr                   1,646,123|  1,476,433         -10.31%
ILmr                      10,528|      9,704          -7.83%
Ir                   209,045,876|203,264,274          -2.77%
L1HitRate                     99|         99          +0.07%
L1hits               280,862,010|273,513,741          -2.62%
LLHitRate                      1|          1          -6.36%
LLMissRate                     0|          0         -11.21%
LLdMissRate                    0|          0         -12.28%
LLhits                 2,944,480|  2,683,315          -8.87%
LLiMissRate                    0|          0          -5.20%
RamHitRate                     0|          0         -11.21%
RamHits                   83,108|     71,807         -13.60%
TotalRW              283,889,598|276,268,863          -2.68%

run_once_gungraun::run_once_group::run_once with_setup_2:(setup_run_once(procedural-string-lights))
Instructions: 16,676,615 (master) → 16,642,846 (HEAD) : $$\color{lime}-0.20\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -1.13%
D1mr                      70,039|     69,847          -0.27%
D1mw                      39,341|     38,074          -3.22%
DLmr                       2,076|        959         -53.81%
DLmw                       2,897|      1,551         -46.46%
Dr                     4,150,709|  4,139,776          -0.26%
Dw                     3,045,296|  3,041,729          -0.12%
EstimatedCycles       25,046,620| 24,896,379          -0.60%
I1MissRate                     1|          1          +0.64%
I1mr                      92,005|     92,406          +0.44%
ILmr                       7,309|      6,514         -10.88%
Ir                    16,676,615| 16,642,846          -0.20%
L1HitRate                     99|         99          +0.00%
L1hits                23,671,235| 23,624,024          -0.20%
LLHitRate                      1|          1          +1.37%
LLMissRate                     0|          0         -26.38%
LLdMissRate                    0|          0         -49.43%
LLhits                   189,103|    191,303          +1.16%
LLiMissRate                    0|          0         -10.70%
RamHitRate                     0|          0         -26.38%
RamHits                   12,282|      9,024         -26.53%
TotalRW               23,872,620| 23,824,351          -0.20%

run_once_gungraun::run_once_group::run_once with_setup_3:(setup_run_once(parametric-dunescape))
Instructions: 20,416,710 (master) → 20,657,091 (HEAD) : $$\color{red}+1.18\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2         -10.60%
D1mr                      93,776|     87,850          -6.32%
D1mw                      82,213|     71,008         -13.63%
DLmr                       4,746|      4,249         -10.47%
DLmw                       5,963|      8,272         +38.72%
Dr                     4,967,271|  5,015,289          +0.97%
Dw                     3,767,286|  3,804,310          +0.98%
EstimatedCycles       30,651,177| 30,980,608          +1.07%
I1MissRate                     0|          0          +7.38%
I1mr                      78,456|     85,234          +8.64%
ILmr                       5,362|      5,064          -5.56%
Ir                    20,416,710| 20,657,091          +1.18%
L1HitRate                     99|         99          +0.05%
L1hits                28,896,822| 29,232,598          +1.16%
LLHitRate                      1|          1          -6.03%
LLMissRate                     0|          0          +8.21%
LLdMissRate                    0|          0         +15.79%
LLhits                   238,374|    226,507          -4.98%
LLiMissRate                    0|          0          -6.66%
RamHitRate                     0|          0          +8.21%
RamHits                   16,071|     17,585          +9.42%
TotalRW               29,151,267| 29,476,690          +1.12%

run_once_gungraun::run_once_group::run_once with_setup_4:(setup_run_once(red-dress))
Instructions: 1,874,550,674 (master) → 1,869,290,589 (HEAD) : $$\color{lime}-0.28\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     0|          0          +0.43%
D1mr                   2,160,470|  2,164,489          +0.19%
D1mw                   1,267,036|  1,252,785          -1.12%
DLmr                     282,217|    281,909          -0.11%
DLmw                     679,615|    685,422          +0.85%
Dr                   448,281,464|445,155,721          -0.70%
Dw                   295,978,299|293,741,748          -0.76%
EstimatedCycles      2,669,098,609|2,658,703,258          -0.39%
I1MissRate                     0|          0          +1.88%
I1mr                   1,870,182|  1,899,971          +1.59%
ILmr                       8,082|      7,543          -6.67%
Ir                   1,874,550,674|1,869,290,589          -0.28%
L1HitRate                    100|        100          -0.00%
L1hits               2,613,512,749|2,602,870,813          -0.41%
LLHitRate                      0|          0          +0.75%
LLMissRate                     0|          0          +0.92%
LLdMissRate                    0|          0          +1.30%
LLhits                 4,327,774|  4,342,371          +0.34%
LLiMissRate                    0|          0          -6.41%
RamHitRate                     0|          0          +0.92%
RamHits                  969,914|    974,874          +0.51%
TotalRW              2,618,810,437|2,608,188,058          -0.41%

run_once_gungraun::run_once_group::run_once with_setup_5:(setup_run_once(valley-of-spires))
Instructions: 25,144,244 (master) → 24,712,509 (HEAD) : $$\color{lime}-1.72\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2         -10.77%
D1mr                     155,204|    138,530         -10.74%
D1mw                      85,343|     72,056         -15.57%
DLmr                       8,305|      6,352         -23.52%
DLmw                      13,879|     14,353          +3.42%
Dr                     6,269,025|  6,144,417          -1.99%
Dw                     4,567,078|  4,486,744          -1.76%
EstimatedCycles       38,676,119| 37,810,974          -2.24%
I1MissRate                     1|          1          -3.92%
I1mr                     220,831|    208,525          -5.57%
ILmr                       6,158|      5,657          -8.14%
Ir                    25,144,244| 24,712,509          -1.72%
L1HitRate                     99|         99          +0.10%
L1hits                35,518,969| 34,924,559          -1.67%
LLHitRate                      1|          1          -7.67%
LLMissRate                     0|          0          -5.31%
LLdMissRate                    0|          0          -4.87%
LLhits                   433,036|    392,749          -9.30%
LLiMissRate                    0|          0          -6.53%
RamHitRate                     0|          0          -5.31%
RamHits                   28,342|     26,362          -6.99%
TotalRW               35,980,347| 35,343,670          -1.77%

⚡ Render: Cached Execution

run_cached_gungraun::run_cached_group::run_cached with_setup_0:(setup_run_cached(isometric-fountain))
Instructions: 178,371 (master) → 176,801 (HEAD) : $$\color{lime}-0.88\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -3.67%
D1mr                       4,451|      4,222          -5.14%
D1mw                       2,169|      2,133          -1.66%
DLmr                           3|          3          +0.00%
DLmw                          38|         14         -63.16%
Dr                       103,772|    103,402          -0.36%
Dw                        97,312|     96,985          -0.34%
EstimatedCycles          409,575|    405,372          -1.03%
I1MissRate                     0|          0          -6.23%
I1mr                         340|        316          -7.06%
ILmr                          35|         33          -5.71%
Ir                       178,371|    176,801          -0.88%
L1HitRate                     98|         98          +0.07%
L1hits                   372,495|    370,517          -0.53%
LLHitRate                      2|          2          -3.24%
LLMissRate                     0|          0         -33.82%
LLdMissRate                    0|          0         -58.39%
LLhits                     6,884|      6,621          -3.82%
LLiMissRate                    0|          0          -4.88%
RamHitRate                     0|          0         -33.82%
RamHits                       76|         50         -34.21%
TotalRW                  379,455|    377,188          -0.60%

run_cached_gungraun::run_cached_group::run_cached with_setup_1:(setup_run_cached(painted-dreams))
Instructions: 226,124 (master) → 226,260 (HEAD) : $$\color{red}+0.06\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -2.52%
D1mr                       5,027|      4,854          -3.44%
D1mw                       2,680|      2,650          -1.12%
DLmr                          33|         27         -18.18%
DLmw                          11|         33        +200.00%
Dr                       150,525|    150,406          -0.08%
Dw                       142,080|    141,856          -0.16%
EstimatedCycles          555,555|    555,428          -0.02%
I1MissRate                     0|          0          -5.10%
I1mr                         337|        320          -5.04%
ILmr                         111|        127         +14.41%
Ir                       226,124|    226,260          +0.06%
L1HitRate                     98|         98          +0.04%
L1hits                   510,685|    510,698          +0.00%
LLHitRate                      2|          1          -3.16%
LLMissRate                     0|          0         +20.69%
LLdMissRate                    0|          0         +36.52%
LLhits                     7,889|      7,637          -3.19%
LLiMissRate                    0|          0         +14.35%
RamHitRate                     0|          0         +20.69%
RamHits                      155|        187         +20.65%
TotalRW                  518,729|    518,522          -0.04%

run_cached_gungraun::run_cached_group::run_cached with_setup_2:(setup_run_cached(parametric-dunescape))
Instructions: 134,243 (master) → 131,926 (HEAD) : $$\color{lime}-1.73\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -2.13%
D1mr                       2,349|      2,271          -3.32%
D1mw                       2,008|      1,972          -1.79%
DLmr                           3|          3          +0.00%
DLmw                           5|          5          +0.00%
Dr                       108,813|    108,204          -0.56%
Dw                       106,560|    106,094          -0.44%
EstimatedCycles          369,478|    365,608          -1.05%
I1MissRate                     0|          0          -6.48%
I1mr                         346|        318          -8.09%
ILmr                          27|         30         +11.11%
Ir                       134,243|    131,926          -1.73%
L1HitRate                     99|         99          +0.03%
L1hits                   344,913|    341,663          -0.94%
LLHitRate                      1|          1          -2.16%
LLMissRate                     0|          0          +9.64%
LLdMissRate                    0|          0          +0.50%
LLhits                     4,668|      4,523          -3.11%
LLiMissRate                    0|          0         +13.06%
RamHitRate                     0|          0          +9.64%
RamHits                       35|         38          +8.57%
TotalRW                  349,616|    346,224          -0.97%

run_cached_gungraun::run_cached_group::run_cached with_setup_3:(setup_run_cached(red-dress))
Instructions: 499,167 (master) → 497,013 (HEAD) : $$\color{lime}-0.43\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                    34|         34          +0.32%
D1mr                      55,544|     55,499          -0.08%
D1mw                      27,275|     27,222          -0.19%
DLmr                         147|        174         +18.37%
DLmw                       1,501|      1,569          +4.53%
Dr                       132,684|    132,099          -0.44%
Dw                       112,355|    111,871          -0.43%
EstimatedCycles        1,133,546|  1,132,043          -0.13%
I1MissRate                     0|          0          -7.52%
I1mr                         341|        314          -7.92%
ILmr                         242|        221          -8.68%
Ir                       499,167|    497,013          -0.43%
L1HitRate                     89|         89          -0.04%
L1hits                   661,046|    657,948          -0.47%
LLHitRate                     11|         11          +0.19%
LLMissRate                     0|          0          +4.37%
LLdMissRate                    1|          1          +6.23%
LLhits                    81,270|     81,071          -0.24%
LLiMissRate                    0|          0          -8.28%
RamHitRate                     0|          0          +4.37%
RamHits                    1,890|      1,964          +3.92%
TotalRW                  744,206|    740,983          -0.43%

run_cached_gungraun::run_cached_group::run_cached with_setup_4:(setup_run_cached(valley-of-spires))
Instructions: 171,507 (master) → 170,897 (HEAD) : $$\color{lime}-0.36\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +1.54%
D1mr                       4,265|      4,365          +2.34%
D1mw                       2,113|      2,111          -0.09%
DLmr                           3|          3          +0.00%
DLmw                         630|         14         -97.78%
Dr                        99,823|     99,816          -0.01%
Dw                        93,576|     93,570          -0.01%
EstimatedCycles          411,790|    392,967          -4.57%
I1MissRate                     0|          0          -7.72%
I1mr                         348|        320          -8.05%
ILmr                          33|         33          +0.00%
Ir                       171,507|    170,897          -0.36%
L1HitRate                     98|         98          -0.02%
L1hits                   358,180|    357,487          -0.19%
LLHitRate                      2|          2         +11.51%
LLMissRate                     0|          0         -92.48%
LLdMissRate                    0|          0         -97.31%
LLhits                     6,060|      6,746         +11.32%
LLiMissRate                    0|          0          +0.36%
RamHitRate                     0|          0         -92.48%
RamHits                      666|         50         -92.49%
TotalRW                  364,906|    364,283          -0.17%

@github-actions

github-actions Bot commented Jul 17, 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: 35,461,954 (master) → 34,904,114 (HEAD) : $$\color{lime}-1.57\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.25%
D1mr                     506,264|    497,888          -1.65%
D1mw                     148,204|    144,405          -2.56%
DLmr                      44,770|     43,245          -3.41%
DLmw                      65,628|     65,165          -0.71%
Dr                     8,681,845|  8,536,026          -1.68%
Dw                     6,064,015|  5,972,386          -1.51%
EstimatedCycles       56,350,974| 55,436,286          -1.62%
I1MissRate                     0|          0          -3.66%
I1mr                      46,512|     44,107          -5.17%
ILmr                         910|        862          -5.27%
Ir                    35,461,954| 34,904,114          -1.57%
L1HitRate                     99|         99          +0.01%
L1hits                49,506,834| 48,726,126          -1.58%
LLHitRate                      1|          1          -0.55%
LLMissRate                     0|          0          -0.25%
LLdMissRate                    1|          1          -0.19%
LLhits                   589,672|    577,128          -2.13%
LLiMissRate                    0|          0          -3.76%
RamHitRate                     0|          0          -0.25%
RamHits                  111,308|    109,272          -1.83%
TotalRW               50,207,814| 49,412,526          -1.58%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_1:(load_from_name(painted-dreams))
Instructions: 17,817,962 (master) → 17,441,134 (HEAD) : $$\color{lime}-2.11\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.33%
D1mr                     250,373|    244,109          -2.50%
D1mw                      73,819|     72,161          -2.25%
DLmr                       1,254|      1,057         -15.71%
DLmw                      25,019|     22,111         -11.62%
Dr                     4,356,657|  4,261,392          -2.19%
Dw                     3,037,394|  2,975,696          -2.03%
EstimatedCycles       27,402,215| 26,732,886          -2.44%
I1MissRate                     0|          0          -9.63%
I1mr                      20,836|     18,431         -11.54%
ILmr                         730|        694          -4.93%
Ir                    17,817,962| 17,441,134          -2.11%
L1HitRate                     99|         99          +0.01%
L1hits                24,866,985| 24,343,521          -2.11%
LLHitRate                      1|          1          -0.15%
LLMissRate                     0|          0          -9.72%
LLdMissRate                    0|          0          -9.91%
LLhits                   318,025|    310,839          -2.26%
LLiMissRate                    0|          0          -2.88%
RamHitRate                     0|          0          -9.72%
RamHits                   27,003|     23,862         -11.63%
TotalRW               25,212,013| 24,678,222          -2.12%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_2:(load_from_name(procedural-string-lights))
Instructions: 3,701,928 (master) → 3,622,418 (HEAD) : $$\color{lime}-2.15\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -1.07%
D1mr                      46,226|     44,663          -3.38%
D1mw                      16,803|     16,398          -2.41%
DLmr                          21|         16         -23.81%
DLmw                       3,432|      3,817         +11.22%
Dr                       901,450|    881,856          -2.17%
Dw                       628,506|    616,403          -1.93%
EstimatedCycles        5,629,194|  5,518,475          -1.97%
I1MissRate                     0|          0          -8.61%
I1mr                       5,061|      4,526         -10.57%
ILmr                         712|        682          -4.21%
Ir                     3,701,928|  3,622,418          -2.15%
L1HitRate                     99|         99          +0.02%
L1hits                 5,163,794|  5,055,090          -2.11%
LLHitRate                      1|          1          -2.39%
LLMissRate                     0|          0         +10.76%
LLdMissRate                    0|          0         +13.35%
LLhits                    63,925|     61,072          -4.46%
LLiMissRate                    0|          0          -2.11%
RamHitRate                     0|          0         +10.76%
RamHits                    4,165|      4,515          +8.40%
TotalRW                5,231,884|  5,120,677          -2.13%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_3:(load_from_name(parametric-dunescape))
Instructions: 12,948,590 (master) → 12,767,114 (HEAD) : $$\color{lime}-1.40\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -2.23%
D1mr                     178,442|    169,811          -4.84%
D1mw                      62,684|     63,191          +0.81%
DLmr                          49|         39         -20.41%
DLmw                      17,973|     15,703         -12.63%
Dr                     3,154,055|  3,113,116          -1.30%
Dw                     2,218,286|  2,196,693          -0.97%
EstimatedCycles       19,899,405| 19,554,357          -1.73%
I1MissRate                     0|          0          +2.25%
I1mr                      12,050|     12,149          +0.82%
ILmr                         837|        819          -2.15%
Ir                    12,948,590| 12,767,114          -1.40%
L1HitRate                     99|         99          +0.03%
L1hits                18,067,755| 17,831,772          -1.31%
LLHitRate                      1|          1          -1.13%
LLMissRate                     0|          0         -11.00%
LLdMissRate                    0|          0         -11.62%
LLhits                   234,317|    228,590          -2.44%
LLiMissRate                    0|          0          -0.76%
RamHitRate                     0|          0         -11.00%
RamHits                   18,859|     16,561         -12.19%
TotalRW               18,320,931| 18,076,923          -1.33%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_4:(load_from_name(red-dress))
Instructions: 38,178,374 (master) → 37,601,781 (HEAD) : $$\color{lime}-1.51\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.48%
D1mr                     547,864|    542,678          -0.95%
D1mw                     158,478|    156,044          -1.54%
DLmr                      50,995|     49,215          -3.49%
DLmw                      82,682|     81,380          -1.57%
Dr                     9,344,499|  9,194,960          -1.60%
Dw                     6,531,311|  6,433,937          -1.49%
EstimatedCycles       61,111,842| 60,135,688          -1.60%
I1MissRate                     0|          0         -13.33%
I1mr                      48,700|     41,573         -14.63%
ILmr                         906|        866          -4.42%
Ir                    38,178,374| 37,601,781          -1.51%
L1HitRate                     99|         99          +0.01%
L1hits                53,299,142| 52,490,383          -1.52%
LLHitRate                      1|          1          -0.36%
LLMissRate                     0|          0          -0.81%
LLdMissRate                    1|          1          -0.76%
LLhits                   620,459|    608,834          -1.87%
LLiMissRate                    0|          0          -2.95%
RamHitRate                     0|          0          -0.81%
RamHits                  134,583|    131,461          -2.32%
TotalRW               54,054,184| 53,230,678          -1.52%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_5:(load_from_name(valley-of-spires))
Instructions: 28,256,868 (master) → 27,946,467 (HEAD) : $$\color{lime}-1.10\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.19%
D1mr                     399,283|    399,884          +0.15%
D1mw                     123,936|    117,015          -5.58%
DLmr                      21,552|     21,341          -0.98%
DLmw                      56,112|     56,859          +1.33%
Dr                     6,919,226|  6,844,461          -1.08%
Dw                     4,819,287|  4,774,214          -0.94%
EstimatedCycles       44,589,439| 44,133,718          -1.02%
I1MissRate                     0|          0          -9.65%
I1mr                      36,343|     32,475         -10.64%
ILmr                         863|        836          -3.13%
Ir                    28,256,868| 27,946,467          -1.10%
L1HitRate                     99|         99          +0.01%
L1hits                39,435,819| 39,015,768          -1.07%
LLHitRate                      1|          1          -1.16%
LLMissRate                     0|          0          +1.74%
LLdMissRate                    1|          1          +1.73%
LLhits                   481,035|    470,338          -2.22%
LLiMissRate                    0|          0          -2.05%
RamHitRate                     0|          0          +1.74%
RamHits                   78,527|     79,036          +0.65%
TotalRW               39,995,381| 39,565,142          -1.08%

🔄 Executor Update

update_executor_gungraun::update_group::update_executor with_setup_0:(setup_update_executor(isometric-fountain))
Instructions: 93,367,861 (master) → 59,369,592 (HEAD) : $$\color{lime}-36.41\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -3.93%
D1mr                     869,667|    526,395         -39.47%
D1mw                     249,938|    159,604         -36.14%
DLmr                      57,991|     19,217         -66.86%
DLmw                     105,678|     34,469         -67.38%
Dr                    23,614,474| 14,797,490         -37.34%
Dw                    15,516,235| 10,159,099         -34.53%
EstimatedCycles      142,268,256| 88,819,389         -37.57%
I1MissRate                     0|          0         -43.80%
I1mr                      86,869|     31,043         -64.26%
ILmr                       1,124|        482         -57.12%
Ir                    93,367,861| 59,369,592         -36.41%
L1HitRate                     99|         99          +0.06%
L1hits               131,292,096| 83,609,139         -36.32%
LLHitRate                      1|          1          -0.01%
LLMissRate                     0|          0         -48.35%
LLdMissRate                    0|          0         -48.57%
LLhits                 1,041,681|    662,874         -36.36%
LLiMissRate                    0|          0         -32.56%
RamHitRate                     0|          0         -48.35%
RamHits                  164,793|     54,168         -67.13%
TotalRW              132,498,570| 84,326,181         -36.36%

update_executor_gungraun::update_group::update_executor with_setup_1:(setup_update_executor(painted-dreams))
Instructions: 48,245,252 (master) → 31,161,062 (HEAD) : $$\color{lime}-35.41\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -7.17%
D1mr                     457,330|    269,952         -40.97%
D1mw                     128,765|     85,013         -33.98%
DLmr                         408|        272         -33.33%
DLmw                      19,371|     10,154         -47.58%
Dr                    12,363,966|  7,907,408         -36.04%
Dw                     8,225,039|  5,525,685         -32.82%
EstimatedCycles       71,988,551| 46,402,161         -35.54%
I1MissRate                     0|          0         -48.18%
I1mr                      52,951|     17,724         -66.53%
ILmr                         158|        149          -5.70%
Ir                    48,245,252| 31,161,062         -35.41%
L1HitRate                     99|         99          +0.09%
L1hits                68,195,211| 44,221,466         -35.15%
LLHitRate                      1|          1          -9.72%
LLMissRate                     0|          0         -18.13%
LLdMissRate                    0|          0         -19.21%
LLhits                   619,109|    362,114         -41.51%
LLiMissRate                    0|          0         +46.01%
RamHitRate                     0|          0         -18.13%
RamHits                   19,937|     10,575         -46.96%
TotalRW               68,834,257| 44,594,155         -35.22%

update_executor_gungraun::update_group::update_executor with_setup_2:(setup_update_executor(procedural-string-lights)...
Instructions: 11,731,349 (master) → 7,701,461 (HEAD) : $$\color{lime}-34.35\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -6.43%
D1mr                     107,792|     64,549         -40.12%
D1mw                      31,239|     21,474         -31.26%
DLmr                          34|          1         -97.06%
DLmw                       1,841|        729         -60.40%
Dr                     2,994,736|  1,942,041         -35.15%
Dw                     1,991,351|  1,354,915         -31.96%
EstimatedCycles       17,389,868| 11,392,949         -34.49%
I1MissRate                     0|          0         -33.65%
I1mr                      13,867|      6,040         -56.44%
ILmr                         153|        146          -4.58%
Ir                    11,731,349|  7,701,461         -34.35%
L1HitRate                     99|         99          +0.08%
L1hits                16,564,538| 10,906,354         -34.16%
LLHitRate                      1|          1          -8.13%
LLMissRate                     0|          0         -34.34%
LLdMissRate                    0|          0         -41.12%
LLhits                   150,870|     91,187         -39.56%
LLiMissRate                    0|          0         +45.36%
RamHitRate                     0|          0         -34.34%
RamHits                    2,028|        876         -56.80%
TotalRW               16,717,436| 10,998,417         -34.21%

update_executor_gungraun::update_group::update_executor with_setup_3:(setup_update_executor(parametric-dunescape))
Instructions: 36,676,367 (master) → 28,138,412 (HEAD) : $$\color{lime}-23.28\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -3.56%
D1mr                     319,612|    233,565         -26.92%
D1mw                      97,184|     72,127         -25.78%
DLmr                         112|        117          +4.46%
DLmw                      10,006|      7,722         -22.83%
Dr                     9,473,672|  7,085,490         -25.21%
Dw                     6,393,386|  4,981,919         -22.08%
EstimatedCycles       54,623,357| 41,732,759         -23.60%
I1MissRate                     0|          0         -19.65%
I1mr                      26,132|     16,110         -38.35%
ILmr                         156|        152          -2.56%
Ir                    36,676,367| 28,138,412         -23.28%
L1HitRate                     99|         99          +0.04%
L1hits                52,100,497| 39,884,019         -23.45%
LLHitRate                      1|          1          -5.21%
LLMissRate                     0|          0          +1.65%
LLdMissRate                    0|          0          +1.87%
LLhits                   432,654|    313,811         -27.47%
LLiMissRate                    0|          0         +27.00%
RamHitRate                     0|          0          +1.65%
RamHits                   10,274|      7,991         -22.22%
TotalRW               52,543,425| 40,205,821         -23.48%

update_executor_gungraun::update_group::update_executor with_setup_4:(setup_update_executor(red-dress))
Instructions: 106,732,846 (master) → 71,747,648 (HEAD) : $$\color{lime}-32.78\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -3.98%
D1mr                     967,422|    610,454         -36.90%
D1mw                     282,604|    195,113         -30.96%
DLmr                      96,229|     37,358         -61.18%
DLmw                     129,307|     64,019         -50.49%
Dr                    27,360,613| 18,062,414         -33.98%
Dw                    18,216,332| 12,526,517         -31.23%
EstimatedCycles      164,517,685|108,766,941         -33.89%
I1MissRate                     0|          0         -47.65%
I1mr                     101,060|     35,561         -64.81%
ILmr                       1,249|        818         -34.51%
Ir                   106,732,846| 71,747,648         -32.78%
L1HitRate                     99|         99          +0.07%
L1hits               150,958,705|101,495,451         -32.77%
LLHitRate                      1|          1          -2.18%
LLMissRate                     0|          0         -32.93%
LLdMissRate                    0|          0         -33.03%
LLhits                 1,124,301|    738,933         -34.28%
LLiMissRate                    0|          0          -2.57%
RamHitRate                     0|          0         -32.93%
RamHits                  226,785|    102,195         -54.94%
TotalRW              152,309,791|102,336,579         -32.81%

update_executor_gungraun::update_group::update_executor with_setup_5:(setup_update_executor(valley-of-spires))
Instructions: 75,511,015 (master) → 47,825,306 (HEAD) : $$\color{lime}-36.66\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -6.54%
D1mr                     706,026|    407,448         -42.29%
D1mw                     201,134|    135,026         -32.87%
DLmr                      21,041|      3,615         -82.82%
DLmw                      68,572|     25,921         -62.20%
Dr                    19,541,991| 12,240,156         -37.36%
Dw                    13,021,644|  8,594,145         -34.00%
EstimatedCycles      114,702,032| 71,822,245         -37.38%
I1MissRate                     0|          0         -46.07%
I1mr                      73,253|     25,023         -65.84%
ILmr                         578|        219         -62.11%
Ir                    75,511,015| 47,825,306         -36.66%
L1HitRate                     99|         99          +0.08%
L1hits               107,094,237| 68,092,110         -36.42%
LLHitRate                      1|          1          -4.92%
LLMissRate                     0|          0         -48.07%
LLdMissRate                    0|          0         -48.48%
LLhits                   890,222|    537,742         -39.59%
LLiMissRate                    0|          0         -40.18%
RamHitRate                     0|          0         -48.07%
RamHits                   90,191|     29,755         -67.01%
TotalRW              108,074,650| 68,659,607         -36.47%

🚀 Render: Cold Execution

run_once_gungraun::run_once_group::run_once with_setup_0:(setup_run_once(isometric-fountain))
Instructions: 26,464,897 (master) → 25,687,901 (HEAD) : $$\color{lime}-2.94\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -9.39%
D1mr                     177,870|    160,917          -9.53%
D1mw                      98,742|     77,480         -21.53%
DLmr                      11,235|      8,472         -24.59%
DLmw                      14,958|     14,119          -5.61%
Dr                     6,771,411|  6,452,099          -4.72%
Dw                     4,982,773|  4,727,810          -5.12%
EstimatedCycles       41,445,989| 39,729,172          -4.14%
I1MissRate                     1|          1          -4.40%
I1mr                     268,500|    249,146          -7.21%
ILmr                       8,689|      7,782         -10.44%
Ir                    26,464,897| 25,687,901          -2.94%
L1HitRate                     99|         99          +0.11%
L1hits                37,673,969| 36,380,267          -3.43%
LLHitRate                      1|          1          -7.12%
LLMissRate                     0|          0          -9.74%
LLdMissRate                    0|          0          -9.32%
LLhits                   510,230|    457,170         -10.40%
LLiMissRate                    0|          0          -7.73%
RamHitRate                     0|          0          -9.74%
RamHits                   34,882|     30,373         -12.93%
TotalRW               38,219,081| 36,867,810          -3.54%

run_once_gungraun::run_once_group::run_once with_setup_1:(setup_run_once(painted-dreams))
Instructions: 209,045,876 (master) → 203,237,194 (HEAD) : $$\color{lime}-2.78\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -4.59%
D1mr                     863,332|    801,120          -7.21%
D1mw                     518,133|    485,438          -6.31%
DLmr                       5,841|      4,384         -24.94%
DLmw                      66,739|     58,881         -11.77%
Dr                    44,343,615| 43,205,891          -2.57%
Dw                    30,500,107| 29,850,238          -2.13%
EstimatedCycles      298,493,190|289,525,715          -3.00%
I1MissRate                     1|          1          -7.88%
I1mr                   1,646,123|  1,474,205         -10.44%
ILmr                      10,528|      9,713          -7.74%
Ir                   209,045,876|203,237,194          -2.78%
L1HitRate                     99|         99          +0.07%
L1hits               280,862,010|273,532,560          -2.61%
LLHitRate                      1|          1          -6.21%
LLMissRate                     0|          0          -9.77%
LLdMissRate                    0|          0         -10.70%
LLhits                 2,944,480|  2,687,785          -8.72%
LLiMissRate                    0|          0          -5.10%
RamHitRate                     0|          0          -9.77%
RamHits                   83,108|     72,978         -12.19%
TotalRW              283,889,598|276,293,323          -2.68%

run_once_gungraun::run_once_group::run_once with_setup_2:(setup_run_once(procedural-string-lights))
Instructions: 16,676,615 (master) → 16,533,952 (HEAD) : $$\color{lime}-0.86\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.44%
D1mr                      70,039|     69,224          -1.16%
D1mw                      39,341|     37,041          -5.85%
DLmr                       2,076|        956         -53.95%
DLmw                       2,897|      1,737         -40.04%
Dr                     4,150,709|  4,060,029          -2.18%
Dw                     3,045,296|  2,961,948          -2.74%
EstimatedCycles       25,046,620| 24,618,785          -1.71%
I1MissRate                     1|          1          -0.93%
I1mr                      92,005|     90,374          -1.77%
ILmr                       7,309|      6,517         -10.84%
Ir                    16,676,615| 16,533,952          -0.86%
L1HitRate                     99|         99          +0.01%
L1hits                23,671,235| 23,359,290          -1.32%
LLHitRate                      1|          1          +0.45%
LLMissRate                     0|          0         -24.00%
LLdMissRate                    0|          0         -44.51%
LLhits                   189,103|    187,429          -0.89%
LLiMissRate                    0|          0         -10.07%
RamHitRate                     0|          0         -24.00%
RamHits                   12,282|      9,210         -25.01%
TotalRW               23,872,620| 23,555,929          -1.33%

run_once_gungraun::run_once_group::run_once with_setup_3:(setup_run_once(parametric-dunescape))
Instructions: 20,416,710 (master) → 20,705,490 (HEAD) : $$\color{red}+1.41\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -9.92%
D1mr                      93,776|     88,532          -5.59%
D1mw                      82,213|     72,532         -11.78%
DLmr                       4,746|      4,253         -10.39%
DLmw                       5,963|      8,752         +46.77%
Dr                     4,967,271|  5,042,198          +1.51%
Dw                     3,767,286|  3,831,503          +1.70%
EstimatedCycles       30,651,177| 31,106,641          +1.49%
I1MissRate                     0|          0          +7.24%
I1mr                      78,456|     85,326          +8.76%
ILmr                       5,362|      5,058          -5.67%
Ir                    20,416,710| 20,705,490          +1.41%
L1HitRate                     99|         99          +0.04%
L1hits                28,896,822| 29,332,801          +1.51%
LLHitRate                      1|          1          -5.60%
LLMissRate                     0|          0         +10.77%
LLdMissRate                    0|          0         +19.54%
LLhits                   238,374|    228,327          -4.21%
LLiMissRate                    0|          0          -6.99%
RamHitRate                     0|          0         +10.77%
RamHits                   16,071|     18,063         +12.39%
TotalRW               29,151,267| 29,579,191          +1.47%

run_once_gungraun::run_once_group::run_once with_setup_4:(setup_run_once(red-dress))
Instructions: 1,874,550,674 (master) → 1,869,214,605 (HEAD) : $$\color{lime}-0.28\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     0|          0          +0.25%
D1mr                   2,160,470|  2,160,541          +0.00%
D1mw                   1,267,036|  1,248,981          -1.42%
DLmr                     282,217|    275,740          -2.30%
DLmw                     679,615|    685,603          +0.88%
Dr                   448,281,464|444,953,135          -0.74%
Dw                   295,978,299|293,531,689          -0.83%
EstimatedCycles      2,669,098,609|2,658,002,309          -0.42%
I1MissRate                     0|          0          +1.90%
I1mr                   1,870,182|  1,900,198          +1.60%
ILmr                       8,082|      7,457          -7.73%
Ir                   1,874,550,674|1,869,214,605          -0.28%
L1HitRate                    100|        100          -0.00%
L1hits               2,613,512,749|2,602,389,709          -0.43%
LLHitRate                      0|          0          +0.73%
LLMissRate                     0|          0          +0.31%
LLdMissRate                    0|          0          +0.73%
LLhits                 4,327,774|  4,340,920          +0.30%
LLiMissRate                    0|          0          -7.47%
RamHitRate                     0|          0          +0.31%
RamHits                  969,914|    968,800          -0.11%
TotalRW              2,618,810,437|2,607,699,429          -0.42%

run_once_gungraun::run_once_group::run_once with_setup_5:(setup_run_once(valley-of-spires))
Instructions: 25,144,244 (master) → 24,684,832 (HEAD) : $$\color{lime}-1.83\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2         -10.30%
D1mr                     155,204|    138,827         -10.55%
D1mw                      85,343|     72,006         -15.63%
DLmr                       8,305|      6,362         -23.40%
DLmw                      13,879|     14,664          +5.66%
Dr                     6,269,025|  6,123,126          -2.33%
Dw                     4,567,078|  4,464,999          -2.24%
EstimatedCycles       38,676,119| 37,751,355          -2.39%
I1MissRate                     1|          1          -3.77%
I1mr                     220,831|    208,629          -5.53%
ILmr                       6,158|      5,659          -8.10%
Ir                    25,144,244| 24,684,832          -1.83%
L1HitRate                     99|         99          +0.09%
L1hits                35,518,969| 34,853,495          -1.87%
LLHitRate                      1|          1          -7.48%
LLMissRate                     0|          0          -3.96%
LLdMissRate                    0|          0          -3.00%
LLhits                   433,036|    392,777          -9.30%
LLiMissRate                    0|          0          -6.39%
RamHitRate                     0|          0          -3.96%
RamHits                   28,342|     26,685          -5.85%
TotalRW               35,980,347| 35,272,957          -1.97%

⚡ Render: Cached Execution

run_cached_gungraun::run_cached_group::run_cached with_setup_0:(setup_run_cached(isometric-fountain))
Instructions: 178,371 (master) → 176,711 (HEAD) : $$\color{lime}-0.93\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -4.02%
D1mr                       4,451|      4,197          -5.71%
D1mw                       2,169|      2,136          -1.52%
DLmr                           3|          3          +0.00%
DLmw                          38|         16         -57.89%
Dr                       103,772|    103,418          -0.34%
Dw                        97,312|     97,013          -0.31%
EstimatedCycles          409,575|    405,310          -1.04%
I1MissRate                     0|          0          -5.30%
I1mr                         340|        319          -6.18%
ILmr                          35|         33          -5.71%
Ir                       178,371|    176,711          -0.93%
L1HitRate                     98|         98          +0.07%
L1hits                   372,495|    370,490          -0.54%
LLHitRate                      2|          2          -3.54%
LLMissRate                     0|          0         -31.16%
LLdMissRate                    0|          0         -53.51%
LLhits                     6,884|      6,600          -4.13%
LLiMissRate                    0|          0          -4.83%
RamHitRate                     0|          0         -31.16%
RamHits                       76|         52         -31.58%
TotalRW                  379,455|    377,142          -0.61%

run_cached_gungraun::run_cached_group::run_cached with_setup_1:(setup_run_cached(painted-dreams))
Instructions: 226,124 (master) → 226,964 (HEAD) : $$\color{red}+0.37\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -3.25%
D1mr                       5,027|      4,815          -4.22%
D1mw                       2,680|      2,639          -1.53%
DLmr                          33|         26         -21.21%
DLmw                          11|         15         +36.36%
Dr                       150,525|    150,504          -0.01%
Dw                       142,080|    141,988          -0.06%
EstimatedCycles          555,555|    555,286          -0.05%
I1MissRate                     0|          0          -8.06%
I1mr                         337|        311          -7.72%
ILmr                         111|        118          +6.31%
Ir                       226,124|    226,964          +0.37%
L1HitRate                     98|         99          +0.06%
L1hits                   510,685|    511,691          +0.20%
LLHitRate                      2|          1          -3.72%
LLMissRate                     0|          0          +2.44%
LLdMissRate                    0|          0          -6.78%
LLhits                     7,889|      7,606          -3.59%
LLiMissRate                    0|          0          +5.91%
RamHitRate                     0|          0          +2.44%
RamHits                      155|        159          +2.58%
TotalRW                  518,729|    519,456          +0.14%

run_cached_gungraun::run_cached_group::run_cached with_setup_2:(setup_run_cached(parametric-dunescape))
Instructions: 134,243 (master) → 131,916 (HEAD) : $$\color{lime}-1.73\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -1.24%
D1mr                       2,349|      2,300          -2.09%
D1mw                       2,008|      1,982          -1.29%
DLmr                           3|          3          +0.00%
DLmw                           5|          5          +0.00%
Dr                       108,813|    108,218          -0.55%
Dw                       106,560|    106,106          -0.43%
EstimatedCycles          369,478|    365,772          -1.00%
I1MissRate                     0|          0          -7.06%
I1mr                         346|        316          -8.67%
ILmr                          27|         30         +11.11%
Ir                       134,243|    131,916          -1.73%
L1HitRate                     99|         99          +0.02%
L1hits                   344,913|    341,642          -0.95%
LLHitRate                      1|          1          -1.36%
LLMissRate                     0|          0          +9.63%
LLdMissRate                    0|          0          +0.49%
LLhits                     4,668|      4,560          -2.31%
LLiMissRate                    0|          0         +13.07%
RamHitRate                     0|          0          +9.63%
RamHits                       35|         38          +8.57%
TotalRW                  349,616|    346,240          -0.97%

run_cached_gungraun::run_cached_group::run_cached with_setup_3:(setup_run_cached(red-dress))
Instructions: 499,167 (master) → 497,288 (HEAD) : $$\color{lime}-0.38\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                    34|         34          +0.24%
D1mr                      55,544|     55,502          -0.08%
D1mw                      27,275|     27,189          -0.32%
DLmr                         147|        168         +14.29%
DLmw                       1,501|      1,468          -2.20%
Dr                       132,684|    132,164          -0.39%
Dw                       112,355|    111,918          -0.39%
EstimatedCycles        1,133,546|  1,129,172          -0.39%
I1MissRate                     0|          0          -6.69%
I1mr                         341|        317          -7.04%
ILmr                         242|        223          -7.85%
Ir                       499,167|    497,288          -0.38%
L1HitRate                     89|         89          -0.03%
L1hits                   661,046|    658,362          -0.41%
LLHitRate                     11|         11          +0.23%
LLMissRate                     0|          0          -1.26%
LLdMissRate                    1|          1          -0.34%
LLhits                    81,270|     81,149          -0.15%
LLiMissRate                    0|          0          -7.50%
RamHitRate                     0|          0          -1.26%
RamHits                    1,890|      1,859          -1.64%
TotalRW                  744,206|    741,370          -0.38%

run_cached_gungraun::run_cached_group::run_cached with_setup_4:(setup_run_cached(valley-of-spires))
Instructions: 171,507 (master) → 171,450 (HEAD) : $$\color{lime}-0.03\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.49%
D1mr                       4,265|      4,260          -0.12%
D1mw                       2,113|      2,092          -0.99%
DLmr                           3|          3          +0.00%
DLmw                         630|         43         -93.17%
Dr                        99,823|     99,934          +0.11%
Dw                        93,576|     93,633          +0.06%
EstimatedCycles          411,790|    394,095          -4.30%
I1MissRate                     0|          0          -6.58%
I1mr                         348|        325          -6.61%
ILmr                          33|         33          +0.00%
Ir                       171,507|    171,450          -0.03%
L1HitRate                     98|         98          +0.01%
L1hits                   358,180|    358,340          +0.04%
LLHitRate                      2|          2          +8.84%
LLMissRate                     0|          0         -88.14%
LLdMissRate                    0|          0         -92.74%
LLhits                     6,060|      6,598          +8.88%
LLiMissRate                    0|          0          +0.03%
RamHitRate                     0|          0         -88.14%
RamHits                      666|         79         -88.14%
TotalRW                  364,906|    365,017          +0.03%

@github-actions

Copy link
Copy Markdown
📦 Mac Build Complete for e000cc6
Download binary

@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.

All reported issues were addressed across 25 files

Confidence score: 5/5

  • Safe to merge after the addressed issues were fixed.

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

Re-trigger cubic

Comment thread frontend/wrapper/src/native_communication.rs Outdated
Comment thread frontend/wrapper/Cargo.toml
Comment thread frontend/wrapper/src/editor_commands.rs
Comment thread editor/src/messages/frontend/utility_types.rs
Comment thread frontend/wrapper/src/wasm_value.rs
Comment thread frontend/wrapper/src/editor_wrapper.rs
@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
📦 Linux Build Complete for e000cc6
Download binary
Download Flatpak

@github-actions

github-actions Bot commented Jul 17, 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: 35,461,141 (master) → 34,903,017 (HEAD) : $$\color{lime}-1.57\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.24%
D1mr                     506,141|    497,877          -1.63%
D1mw                     148,256|    144,416          -2.59%
DLmr                      44,766|     43,247          -3.39%
DLmw                      65,626|     65,171          -0.69%
Dr                     8,681,686|  8,535,903          -1.68%
Dw                     6,063,939|  5,972,352          -1.51%
EstimatedCycles       56,349,462| 55,435,272          -1.62%
I1MissRate                     0|          0          -3.65%
I1mr                      46,512|     44,107          -5.17%
ILmr                         910|        862          -5.27%
Ir                    35,461,141| 34,903,017          -1.57%
L1HitRate                     99|         99          +0.01%
L1hits                49,505,857| 48,724,872          -1.58%
LLHitRate                      1|          1          -0.54%
LLMissRate                     0|          0          -0.24%
LLdMissRate                    1|          1          -0.18%
LLhits                   589,607|    577,120          -2.12%
LLiMissRate                    0|          0          -3.76%
RamHitRate                     0|          0          -0.24%
RamHits                  111,302|    109,280          -1.82%
TotalRW               50,206,766| 49,411,272          -1.58%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_1:(load_from_name(painted-dreams))
Instructions: 17,818,698 (master) → 17,440,044 (HEAD) : $$\color{lime}-2.13\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.42%
D1mr                     250,436|    243,944          -2.59%
D1mw                      73,861|     72,130          -2.34%
DLmr                       1,254|      1,054         -15.95%
DLmw                      25,016|     22,102         -11.65%
Dr                     4,356,759|  4,261,283          -2.19%
Dw                     3,037,435|  2,975,669          -2.03%
EstimatedCycles       27,403,454| 26,730,516          -2.46%
I1MissRate                     0|          0          -9.62%
I1mr                      20,836|     18,431         -11.54%
ILmr                         731|        694          -5.06%
Ir                    17,818,698| 17,440,044          -2.13%
L1HitRate                     99|         99          +0.01%
L1hits                24,867,759| 24,342,491          -2.11%
LLHitRate                      1|          1          -0.23%
LLMissRate                     0|          0          -9.75%
LLdMissRate                    0|          0          -9.94%
LLhits                   318,132|    310,655          -2.35%
LLiMissRate                    0|          0          -3.00%
RamHitRate                     0|          0          -9.75%
RamHits                   27,001|     23,850         -11.67%
TotalRW               25,212,892| 24,676,996          -2.13%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_2:(load_from_name(procedural-string-lights))
Instructions: 3,702,085 (master) → 3,622,113 (HEAD) : $$\color{lime}-2.16\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.97%
D1mr                      46,217|     44,705          -3.27%
D1mw                      16,813|     16,419          -2.34%
DLmr                          21|         16         -23.81%
DLmw                       3,434|      3,825         +11.39%
Dr                       901,468|    881,847          -2.18%
Dw                       628,514|    616,421          -1.92%
EstimatedCycles        5,629,441|  5,518,671          -1.97%
I1MissRate                     0|          0          -8.60%
I1mr                       5,061|      4,526         -10.57%
ILmr                         712|        682          -4.21%
Ir                     3,702,085|  3,622,113          -2.16%
L1HitRate                     99|         99          +0.02%
L1hits                 5,163,976|  5,054,731          -2.12%
LLHitRate                      1|          1          -2.29%
LLMissRate                     0|          0         +10.91%
LLdMissRate                    0|          0         +13.53%
LLhits                    63,924|     61,127          -4.38%
LLiMissRate                    0|          0          -2.10%
RamHitRate                     0|          0         +10.91%
RamHits                    4,167|      4,523          +8.54%
TotalRW                5,232,067|  5,120,381          -2.13%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_3:(load_from_name(parametric-dunescape))
Instructions: 12,947,425 (master) → 12,768,558 (HEAD) : $$\color{lime}-1.38\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -2.24%
D1mr                     178,497|    169,848          -4.85%
D1mw                      62,721|     63,236          +0.82%
DLmr                          49|         39         -20.41%
DLmw                      17,973|     15,707         -12.61%
Dr                     3,153,852|  3,113,298          -1.29%
Dw                     2,218,237|  2,196,723          -0.97%
EstimatedCycles       19,898,356| 19,556,461          -1.72%
I1MissRate                     0|          0          +2.23%
I1mr                      12,050|     12,149          +0.82%
ILmr                         837|        819          -2.15%
Ir                    12,947,425| 12,768,558          -1.38%
L1HitRate                     99|         99          +0.03%
L1hits                18,066,246| 17,833,346          -1.29%
LLHitRate                      1|          1          -1.15%
LLMissRate                     0|          0         -10.99%
LLdMissRate                    0|          0         -11.61%
LLhits                   234,409|    228,668          -2.45%
LLiMissRate                    0|          0          -0.78%
RamHitRate                     0|          0         -10.99%
RamHits                   18,859|     16,565         -12.16%
TotalRW               18,319,514| 18,078,579          -1.32%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_4:(load_from_name(red-dress))
Instructions: 38,178,115 (master) → 37,601,120 (HEAD) : $$\color{lime}-1.51\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.47%
D1mr                     547,911|    542,589          -0.97%
D1mw                     158,402|    156,009          -1.51%
DLmr                      51,002|     49,212          -3.51%
DLmw                      82,670|     81,380          -1.56%
Dr                     9,344,263|  9,194,930          -1.60%
Dw                     6,531,129|  6,433,953          -1.49%
EstimatedCycles       61,110,899| 60,134,427          -1.60%
I1MissRate                     0|          0         -13.32%
I1mr                      48,700|     41,573         -14.63%
ILmr                         906|        866          -4.42%
Ir                    38,178,115| 37,601,120          -1.51%
L1HitRate                     99|         99          +0.01%
L1hits                53,298,494| 52,489,832          -1.52%
LLHitRate                      1|          1          -0.37%
LLMissRate                     0|          0          -0.81%
LLdMissRate                    1|          1          -0.76%
LLhits                   620,435|    608,713          -1.89%
LLiMissRate                    0|          0          -2.95%
RamHitRate                     0|          0          -0.81%
RamHits                  134,578|    131,458          -2.32%
TotalRW               54,053,507| 53,230,003          -1.52%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_5:(load_from_name(valley-of-spires))
Instructions: 28,258,918 (master) → 27,946,799 (HEAD) : $$\color{lime}-1.10\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.19%
D1mr                     399,289|    399,891          +0.15%
D1mw                     123,972|    117,027          -5.60%
DLmr                      21,550|     21,343          -0.96%
DLmw                      56,113|     56,853          +1.32%
Dr                     6,919,523|  6,844,376          -1.09%
Dw                     4,819,402|  4,774,155          -0.94%
EstimatedCycles       44,592,039| 44,133,862          -1.03%
I1MissRate                     0|          0          -9.65%
I1mr                      36,343|     32,475         -10.64%
ILmr                         863|        836          -3.13%
Ir                    28,258,918| 27,946,799          -1.10%
L1HitRate                     99|         99          +0.01%
L1hits                39,438,239| 39,015,937          -1.07%
LLHitRate                      1|          1          -1.16%
LLMissRate                     0|          0          +1.74%
LLdMissRate                    1|          1          +1.73%
LLhits                   481,078|    470,361          -2.23%
LLiMissRate                    0|          0          -2.05%
RamHitRate                     0|          0          +1.74%
RamHits                   78,526|     79,032          +0.64%
TotalRW               39,997,843| 39,565,330          -1.08%

🔄 Executor Update

update_executor_gungraun::update_group::update_executor with_setup_0:(setup_update_executor(isometric-fountain))
Instructions: 93,317,519 (master) → 59,321,356 (HEAD) : $$\color{lime}-36.43\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -3.63%
D1mr                     868,129|    527,393         -39.25%
D1mw                     248,570|    158,706         -36.15%
DLmr                      59,505|     19,690         -66.91%
DLmw                     107,417|     40,178         -62.60%
Dr                    23,598,139| 14,782,855         -37.36%
Dw                    15,492,463| 10,139,633         -34.55%
EstimatedCycles      142,262,271| 88,923,126         -37.49%
I1MissRate                     0|          0         -44.13%
I1mr                      86,696|     30,789         -64.49%
ILmr                       1,097|        523         -52.32%
Ir                    93,317,519| 59,321,356         -36.43%
L1HitRate                     99|         99          +0.06%
L1hits               131,204,726| 83,526,956         -36.34%
LLHitRate                      1|          1          -0.34%
LLMissRate                     0|          0         -43.51%
LLdMissRate                    0|          0         -43.74%
LLhits                 1,035,376|    656,497         -36.59%
LLiMissRate                    0|          0         -25.00%
RamHitRate                     0|          0         -43.51%
RamHits                  168,019|     60,391         -64.06%
TotalRW              132,408,121| 84,243,844         -36.38%

update_executor_gungraun::update_group::update_executor with_setup_1:(setup_update_executor(painted-dreams))
Instructions: 48,263,386 (master) → 31,189,680 (HEAD) : $$\color{lime}-35.38\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -7.12%
D1mr                     456,723|    269,197         -41.06%
D1mw                     127,925|     85,354         -33.28%
DLmr                         584|        272         -53.42%
DLmw                      19,504|      9,050         -53.60%
Dr                    12,372,787|  7,919,872         -35.99%
Dw                     8,235,175|  5,535,739         -32.78%
EstimatedCycles       72,028,216| 46,419,579         -35.55%
I1MissRate                     0|          0         -47.26%
I1mr                      52,709|     17,966         -65.91%
ILmr                         160|        152          -5.00%
Ir                    48,263,386| 31,189,680         -35.38%
L1HitRate                     99|         99          +0.09%
L1hits                68,233,991| 44,272,774         -35.12%
LLHitRate                      1|          1          -9.25%
LLMissRate                     0|          0         -27.82%
LLdMissRate                    0|          0         -28.93%
LLhits                   617,109|    363,043         -41.17%
LLiMissRate                    0|          0         +47.00%
RamHitRate                     0|          0         -27.82%
RamHits                   20,248|      9,474         -53.21%
TotalRW               68,871,348| 44,645,291         -35.18%

update_executor_gungraun::update_group::update_executor with_setup_2:(setup_update_executor(procedural-string-lights)...
Instructions: 11,710,318 (master) → 7,719,884 (HEAD) : $$\color{lime}-34.08\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -6.44%
D1mr                     107,018|     64,600         -39.64%
D1mw                      31,325|     21,279         -32.07%
DLmr                          34|        NaN        -100.00%
DLmw                       1,423|        732         -48.56%
Dr                     2,991,378|  1,945,647         -34.96%
Dw                     1,987,341|  1,357,707         -31.68%
EstimatedCycles       17,346,461| 11,417,482         -34.18%
I1MissRate                     0|          0         -33.81%
I1mr                      13,938|      6,082         -56.36%
ILmr                         153|        148          -3.27%
Ir                    11,710,318|  7,719,884         -34.08%
L1HitRate                     99|         99          +0.08%
L1hits                16,536,756| 10,931,277         -33.90%
LLHitRate                      1|          1          -8.48%
LLMissRate                     0|          0         -17.25%
LLdMissRate                    0|          0         -24.28%
LLhits                   150,671|     91,081         -39.55%
LLiMissRate                    0|          0         +46.73%
RamHitRate                     0|          0         -17.25%
RamHits                    1,610|        880         -45.34%
TotalRW               16,689,037| 11,023,238         -33.95%

update_executor_gungraun::update_group::update_executor with_setup_3:(setup_update_executor(parametric-dunescape))
Instructions: 36,662,350 (master) → 28,273,568 (HEAD) : $$\color{lime}-22.88\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -4.38%
D1mr                     319,404|    235,194         -26.36%
D1mw                      97,093|     74,227         -23.55%
DLmr                         120|        123          +2.50%
DLmw                       9,386|      7,730         -17.64%
Dr                     9,471,832|  7,215,208         -23.82%
Dw                     6,390,670|  5,108,519         -20.06%
EstimatedCycles       54,584,426| 42,139,901         -22.80%
I1MissRate                     0|          0         -18.98%
I1mr                      25,939|     16,208         -37.51%
ILmr                         155|        150          -3.23%
Ir                    36,662,350| 28,273,568         -22.88%
L1HitRate                     99|         99          +0.04%
L1hits                52,082,416| 40,271,666         -22.68%
LLHitRate                      1|          1          -5.04%
LLMissRate                     0|          0          +7.18%
LLdMissRate                    0|          0          +6.33%
LLhits                   432,775|    317,626         -26.61%
LLiMissRate                    0|          0         +25.49%
RamHitRate                     0|          0          +7.18%
RamHits                    9,661|      8,003         -17.16%
TotalRW               52,524,852| 40,597,295         -22.71%

update_executor_gungraun::update_group::update_executor with_setup_4:(setup_update_executor(red-dress))
Instructions: 106,634,162 (master) → 71,638,270 (HEAD) : $$\color{lime}-32.82\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -4.28%
D1mr                     972,618|    607,605         -37.53%
D1mw                     282,612|    193,181         -31.64%
DLmr                      97,661|     37,405         -61.70%
DLmw                     128,851|     58,065         -54.94%
Dr                    27,333,250| 17,936,219         -34.38%
Dw                    18,178,778| 12,396,965         -31.81%
EstimatedCycles      164,393,622|108,198,782         -34.18%
I1MissRate                     0|          0         -48.44%
I1mr                      98,353|     34,066         -65.36%
ILmr                       1,258|        794         -36.88%
Ir                   106,634,162| 71,638,270         -32.82%
L1HitRate                     99|         99          +0.07%
L1hits               150,792,607|101,136,602         -32.93%
LLHitRate                      1|          1          -2.11%
LLMissRate                     0|          0         -36.94%
LLdMissRate                    0|          0         -36.76%
LLhits                 1,125,813|    738,588         -34.40%
LLiMissRate                    0|          0          -6.05%
RamHitRate                     0|          0         -36.94%
RamHits                  227,770|     96,264         -57.74%
TotalRW              152,146,190|101,971,454         -32.98%

update_executor_gungraun::update_group::update_executor with_setup_5:(setup_update_executor(valley-of-spires))
Instructions: 75,518,578 (master) → 47,817,198 (HEAD) : $$\color{lime}-36.68\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -6.07%
D1mr                     705,688|    410,424         -41.84%
D1mw                     200,947|    134,883         -32.88%
DLmr                      20,533|      4,207         -79.51%
DLmw                      71,736|     32,598         -54.56%
Dr                    19,540,745| 12,241,411         -37.35%
Dw                    13,013,138|  8,602,814         -33.89%
EstimatedCycles      114,786,731| 72,050,509         -37.23%
I1MissRate                     0|          0         -49.51%
I1mr                      75,655|     24,187         -68.03%
ILmr                         568|        232         -59.15%
Ir                    75,518,578| 47,817,198         -36.68%
L1HitRate                     99|         99          +0.08%
L1hits               107,090,171| 68,091,929         -36.42%
LLHitRate                      1|          1          -5.78%
LLMissRate                     0|          0         -37.21%
LLdMissRate                    0|          0         -37.70%
LLhits                   889,453|    532,457         -40.14%
LLiMissRate                    0|          0         -35.49%
RamHitRate                     0|          0         -37.21%
RamHits                   92,837|     37,037         -60.11%
TotalRW              108,072,461| 68,661,423         -36.47%

🚀 Render: Cold Execution

run_once_gungraun::run_once_group::run_once with_setup_0:(setup_run_once(isometric-fountain))
Instructions: 26,460,576 (master) → 25,765,022 (HEAD) : $$\color{lime}-2.63\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -9.17%
D1mr                     178,120|    163,057          -8.46%
D1mw                      99,004|     78,604         -20.61%
DLmr                      11,310|      8,443         -25.35%
DLmw                      14,723|     15,065          +2.32%
Dr                     6,782,002|  6,516,808          -3.91%
Dw                     4,994,612|  4,789,845          -4.10%
EstimatedCycles       41,461,816| 39,972,405          -3.59%
I1MissRate                     1|          1          -4.81%
I1mr                     268,610|    248,974          -7.31%
ILmr                       8,690|      7,765         -10.64%
Ir                    26,460,576| 25,765,022          -2.63%
L1HitRate                     99|         99          +0.11%
L1hits                37,691,456| 36,581,040          -2.95%
LLHitRate                      1|          1          -7.28%
LLMissRate                     0|          0          -7.10%
LLdMissRate                    0|          0          -5.95%
LLhits                   511,011|    459,362         -10.11%
LLiMissRate                    0|          0          -8.23%
RamHitRate                     0|          0          -7.10%
RamHits                   34,723|     31,273          -9.94%
TotalRW               38,237,190| 37,071,675          -3.05%

run_once_gungraun::run_once_group::run_once with_setup_1:(setup_run_once(painted-dreams))
Instructions: 209,053,119 (master) → 203,255,932 (HEAD) : $$\color{lime}-2.77\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -4.95%
D1mr                     862,890|    797,694          -7.56%
D1mw                     516,249|    482,431          -6.55%
DLmr                       6,031|      4,382         -27.34%
DLmw                      67,654|     59,024         -12.76%
Dr                    44,298,344| 43,177,786          -2.53%
Dw                    30,452,796| 29,817,419          -2.09%
EstimatedCycles      298,438,223|289,472,029          -3.00%
I1MissRate                     1|          1          -7.82%
I1mr                   1,647,672|  1,476,683         -10.38%
ILmr                      10,539|      9,716          -7.81%
Ir                   209,053,119|203,255,932          -2.77%
L1HitRate                     99|         99          +0.07%
L1hits               280,777,448|273,494,329          -2.59%
LLHitRate                      1|          1          -6.30%
LLMissRate                     0|          0         -10.81%
LLdMissRate                    0|          0         -11.88%
LLhits                 2,942,587|  2,683,686          -8.80%
LLiMissRate                    0|          0          -5.18%
RamHitRate                     0|          0         -10.81%
RamHits                   84,224|     73,122         -13.18%
TotalRW              283,804,259|276,251,137          -2.66%

run_once_gungraun::run_once_group::run_once with_setup_2:(setup_run_once(procedural-string-lights))
Instructions: 16,632,905 (master) → 16,559,336 (HEAD) : $$\color{lime}-0.44\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -2.98%
D1mr                      70,939|     68,799          -3.02%
D1mw                      40,148|     37,374          -6.91%
DLmr                       2,091|        959         -54.14%
DLmw                       3,200|      1,426         -55.44%
Dr                     4,142,155|  4,085,054          -1.38%
Dw                     3,036,868|  2,987,123          -1.64%
EstimatedCycles       24,996,536| 24,685,275          -1.25%
I1MissRate                     1|          1          +0.35%
I1mr                      90,580|     90,495          -0.09%
ILmr                       7,307|      6,518         -10.80%
Ir                    16,632,905| 16,559,336          -0.44%
L1HitRate                     99|         99          +0.01%
L1hits                23,610,261| 23,434,845          -0.74%
LLHitRate                      1|          1          +0.07%
LLMissRate                     0|          0         -28.79%
LLdMissRate                    0|          0         -54.24%
LLhits                   189,069|    187,765          -0.69%
LLiMissRate                    0|          0         -10.40%
RamHitRate                     0|          0         -28.79%
RamHits                   12,598|      8,903         -29.33%
TotalRW               23,811,928| 23,631,513          -0.76%

run_once_gungraun::run_once_group::run_once with_setup_3:(setup_run_once(parametric-dunescape))
Instructions: 20,405,856 (master) → 20,723,646 (HEAD) : $$\color{red}+1.56\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -9.85%
D1mr                      94,361|     88,812          -5.88%
D1mw                      81,299|     72,623         -10.67%
DLmr                       4,734|      4,255         -10.12%
DLmw                       6,052|      8,769         +44.89%
Dr                     4,956,098|  5,045,521          +1.80%
Dw                     3,753,513|  3,833,212          +2.12%
EstimatedCycles       30,615,985| 31,131,297          +1.68%
I1MissRate                     0|          0          +7.07%
I1mr                      78,367|     85,217          +8.74%
ILmr                       5,361|      5,053          -5.75%
Ir                    20,405,856| 20,723,646          +1.56%
L1HitRate                     99|         99          +0.04%
L1hits                28,861,440| 29,355,727          +1.71%
LLHitRate                      1|          1          -5.49%
LLMissRate                     0|          0         +10.11%
LLdMissRate                    0|          0         +18.45%
LLhits                   237,880|    228,575          -3.91%
LLiMissRate                    0|          0          -7.19%
RamHitRate                     0|          0         +10.11%
RamHits                   16,147|     18,077         +11.95%
TotalRW               29,115,467| 29,602,379          +1.67%

run_once_gungraun::run_once_group::run_once with_setup_4:(setup_run_once(red-dress))
Instructions: 1,874,829,151 (master) → 1,869,441,710 (HEAD) : $$\color{lime}-0.29\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     0|          0          +0.32%
D1mr                   2,168,504|  2,161,811          -0.31%
D1mw                   1,261,115|  1,254,710          -0.51%
DLmr                     282,060|    279,679          -0.84%
DLmw                     679,971|    684,800          +0.71%
Dr                   448,230,546|445,176,620          -0.68%
Dw                   295,906,002|293,753,501          -0.73%
EstimatedCycles      2,669,257,221|2,658,797,583          -0.39%
I1MissRate                     0|          0          +2.04%
I1mr                   1,867,639|  1,900,307          +1.75%
ILmr                       8,052|      7,469          -7.24%
Ir                   1,874,829,151|1,869,441,710          -0.29%
L1HitRate                    100|        100          -0.00%
L1hits               2,613,668,441|2,603,055,003          -0.41%
LLHitRate                      0|          0          +0.82%
LLMissRate                     0|          0          +0.60%
LLdMissRate                    0|          0          +0.96%
LLhits                 4,327,175|  4,344,880          +0.41%
LLiMissRate                    0|          0          -6.97%
RamHitRate                     0|          0          +0.60%
RamHits                  970,083|    971,948          +0.19%
TotalRW              2,618,965,699|2,608,371,831          -0.40%

run_once_gungraun::run_once_group::run_once with_setup_5:(setup_run_once(valley-of-spires))
Instructions: 25,159,360 (master) → 24,687,784 (HEAD) : $$\color{lime}-1.87\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2         -10.14%
D1mr                     154,650|    138,524         -10.43%
D1mw                      85,599|     72,089         -15.78%
DLmr                       8,321|      6,362         -23.54%
DLmw                      13,700|     13,721          +0.15%
Dr                     6,286,200|  6,129,949          -2.49%
Dw                     4,583,454|  4,473,771          -2.39%
EstimatedCycles       38,719,884| 37,741,690          -2.53%
I1MissRate                     1|          1          -3.75%
I1mr                     221,111|    208,831          -5.55%
ILmr                       6,160|      5,664          -8.05%
Ir                    25,159,360| 24,687,784          -1.87%
L1HitRate                     99|         99          +0.09%
L1hits                35,567,654| 34,872,060          -1.96%
LLHitRate                      1|          1          -7.22%
LLMissRate                     0|          0          -6.73%
LLdMissRate                    0|          0          -6.51%
LLhits                   433,179|    393,697          -9.11%
LLiMissRate                    0|          0          -6.30%
RamHitRate                     0|          0          -6.73%
RamHits                   28,181|     25,747          -8.64%
TotalRW               36,029,014| 35,291,504          -2.05%

⚡ Render: Cached Execution

run_cached_gungraun::run_cached_group::run_cached with_setup_0:(setup_run_cached(isometric-fountain))
Instructions: 177,265 (master) → 175,633 (HEAD) : $$\color{lime}-0.92\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.41%
D1mr                       4,367|      4,340          -0.62%
D1mw                       2,157|      2,130          -1.25%
DLmr                           3|          3          +0.00%
DLmw                           9|          9          +0.00%
Dr                       103,542|    103,083          -0.44%
Dw                        97,163|     96,788          -0.39%
EstimatedCycles          406,832|    403,974          -0.70%
I1MissRate                     0|          0          -7.70%
I1mr                         339|        310          -8.55%
ILmr                          35|         33          -5.71%
Ir                       177,265|    175,633          -0.92%
L1HitRate                     98|         98          +0.01%
L1hits                   371,107|    368,724          -0.64%
LLHitRate                      2|          2          -0.54%
LLMissRate                     0|          0          -3.63%
LLdMissRate                    0|          0          +0.42%
LLhits                     6,816|      6,735          -1.19%
LLiMissRate                    0|          0          -4.84%
RamHitRate                     0|          0          -3.63%
RamHits                       47|         45          -4.26%
TotalRW                  377,970|    375,504          -0.65%

run_cached_gungraun::run_cached_group::run_cached with_setup_1:(setup_run_cached(painted-dreams))
Instructions: 225,224 (master) → 226,894 (HEAD) : $$\color{red}+0.74\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -2.07%
D1mr                       4,978|      4,848          -2.61%
D1mw                       2,684|      2,660          -0.89%
DLmr                          31|         18         -41.94%
DLmw                          12|          9         -25.00%
Dr                       150,389|    150,570          +0.12%
Dw                       142,076|    142,074          -0.00%
EstimatedCycles          554,541|    555,174          +0.11%
I1MissRate                     0|          0          -5.17%
I1mr                         336|        321          -4.46%
ILmr                         119|        117          -1.68%
Ir                       225,224|    226,894          +0.74%
L1HitRate                     98|         98          +0.04%
L1hits                   509,691|    511,709          +0.40%
LLHitRate                      2|          1          -2.28%
LLMissRate                     0|          0         -11.43%
LLdMissRate                    0|          0         -37.25%
LLhits                     7,836|      7,685          -1.93%
LLiMissRate                    0|          0          -2.40%
RamHitRate                     0|          0         -11.43%
RamHits                      162|        144         -11.11%
TotalRW                  517,689|    519,538          +0.36%

run_cached_gungraun::run_cached_group::run_cached with_setup_2:(setup_run_cached(parametric-dunescape))
Instructions: 134,019 (master) → 131,905 (HEAD) : $$\color{lime}-1.58\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -2.05%
D1mr                       2,345|      2,283          -2.64%
D1mw                       2,016|      1,971          -2.23%
DLmr                           3|          3          +0.00%
DLmw                           6|          6          +0.00%
Dr                       108,726|    108,222          -0.46%
Dw                       106,493|    106,108          -0.36%
EstimatedCycles          369,134|    365,685          -0.93%
I1MissRate                     0|          0          -6.40%
I1mr                         343|        316          -7.87%
ILmr                          27|         30         +11.11%
Ir                       134,019|    131,905          -1.58%
L1HitRate                     99|         99          +0.03%
L1hits                   344,534|    341,665          -0.83%
LLHitRate                      1|          1          -2.09%
LLMissRate                     0|          0          +9.27%
LLdMissRate                    0|          0          +0.41%
LLhits                     4,668|      4,531          -2.93%
LLiMissRate                    0|          0         +12.89%
RamHitRate                     0|          0          +9.27%
RamHits                       36|         39          +8.33%
TotalRW                  349,238|    346,235          -0.86%

run_cached_gungraun::run_cached_group::run_cached with_setup_3:(setup_run_cached(red-dress))
Instructions: 498,891 (master) → 497,984 (HEAD) : $$\color{lime}-0.18\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                    34|         34          +0.07%
D1mr                      55,603|     55,554          -0.09%
D1mw                      27,258|     27,211          -0.17%
DLmr                         185|        167          -9.73%
DLmw                       1,694|      1,522         -10.15%
Dr                       132,513|    132,339          -0.13%
Dw                       112,263|    111,989          -0.24%
EstimatedCycles        1,140,169|  1,131,996          -0.72%
I1MissRate                     0|          0          -7.43%
I1mr                         342|        316          -7.60%
ILmr                         244|        223          -8.61%
Ir                       498,891|    497,984          -0.18%
L1HitRate                     89|         89          -0.00%
L1hits                   660,464|    659,231          -0.19%
LLHitRate                     11|         11          +0.29%
LLMissRate                     0|          0          -9.77%
LLdMissRate                    1|          1          -9.95%
LLhits                    81,080|     81,169          +0.11%
LLiMissRate                    0|          0          -8.44%
RamHitRate                     0|          0          -9.77%
RamHits                    2,123|      1,912          -9.94%
TotalRW                  743,667|    742,312          -0.18%

run_cached_gungraun::run_cached_group::run_cached with_setup_4:(setup_run_cached(valley-of-spires))
Instructions: 170,400 (master) → 162,456 (HEAD) : $$\color{lime}-4.66\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -1.60%
D1mr                       4,364|      4,160          -4.67%
D1mw                       2,095|      2,109          +0.67%
DLmr                           3|          3          +0.00%
DLmw                           5|          5          +0.00%
Dr                        99,600|     98,160          -1.45%
Dw                        93,421|     92,234          -1.27%
EstimatedCycles          391,889|    380,388          -2.93%
I1MissRate                     0|          0          -5.81%
I1mr                         343|        308         -10.20%
ILmr                          34|         33          -2.94%
Ir                       170,400|    162,456          -4.66%
L1HitRate                     98|         98          +0.01%
L1hits                   356,619|    346,273          -2.90%
LLHitRate                      2|          2          -0.42%
LLMissRate                     0|          0          +0.54%
LLdMissRate                    0|          0          +1.38%
LLhits                     6,760|      6,536          -3.31%
LLiMissRate                    0|          0          +1.80%
RamHitRate                     0|          0          +0.54%
RamHits                       42|         41          -2.38%
TotalRW                  363,421|    352,850          -2.91%

@github-actions

github-actions Bot commented Jul 17, 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: 35,461,245 (master) → 34,903,475 (HEAD) : $$\color{lime}-1.57\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.24%
D1mr                     506,118|    497,879          -1.63%
D1mw                     148,239|    144,430          -2.57%
DLmr                      44,768|     43,243          -3.41%
DLmw                      65,620|     65,184          -0.66%
Dr                     8,681,718|  8,536,108          -1.68%
Dw                     6,063,970|  5,972,513          -1.51%
EstimatedCycles       56,349,349| 55,436,430          -1.62%
I1MissRate                     0|          0          -3.66%
I1mr                      46,512|     44,107          -5.17%
ILmr                         910|        862          -5.27%
Ir                    35,461,245| 34,903,475          -1.57%
L1HitRate                     99|         99          +0.01%
L1hits                49,506,064| 48,725,680          -1.58%
LLHitRate                      1|          1          -0.54%
LLMissRate                     0|          0          -0.23%
LLdMissRate                    1|          1          -0.17%
LLhits                   589,571|    577,127          -2.11%
LLiMissRate                    0|          0          -3.76%
RamHitRate                     0|          0          -0.23%
RamHits                  111,298|    109,289          -1.81%
TotalRW               50,206,933| 49,412,096          -1.58%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_1:(load_from_name(painted-dreams))
Instructions: 17,817,642 (master) → 17,440,505 (HEAD) : $$\color{lime}-2.12\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.43%
D1mr                     250,543|    243,994          -2.61%
D1mw                      73,840|     72,138          -2.30%
DLmr                       1,255|      1,055         -15.94%
DLmw                      25,019|     22,105         -11.65%
Dr                     4,356,654|  4,261,300          -2.19%
Dw                     3,037,411|  2,975,646          -2.03%
EstimatedCycles       27,402,703| 26,731,323          -2.45%
I1MissRate                     0|          0          -9.63%
I1mr                      20,836|     18,431         -11.54%
ILmr                         730|        694          -4.93%
Ir                    17,817,642| 17,440,505          -2.12%
L1HitRate                     99|         99          +0.01%
L1hits                24,866,488| 24,342,888          -2.11%
LLHitRate                      1|          1          -0.24%
LLMissRate                     0|          0          -9.75%
LLdMissRate                    0|          0          -9.94%
LLhits                   318,215|    310,709          -2.36%
LLiMissRate                    0|          0          -2.88%
RamHitRate                     0|          0          -9.75%
RamHits                   27,004|     23,854         -11.66%
TotalRW               25,211,707| 24,677,451          -2.12%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_2:(load_from_name(procedural-string-lights))
Instructions: 3,702,423 (master) → 3,622,345 (HEAD) : $$\color{lime}-2.16\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -1.01%
D1mr                      46,231|     44,704          -3.30%
D1mw                      16,813|     16,412          -2.39%
DLmr                          21|         16         -23.81%
DLmw                       3,437|      3,824         +11.26%
Dr                       901,488|    881,888          -2.17%
Dw                       628,512|    616,433          -1.92%
EstimatedCycles        5,629,943|  5,518,894          -1.97%
I1MissRate                     0|          0          -8.59%
I1mr                       5,061|      4,526         -10.57%
ILmr                         712|        682          -4.21%
Ir                     3,702,423|  3,622,345          -2.16%
L1HitRate                     99|         99          +0.02%
L1hits                 5,164,318|  5,055,024          -2.12%
LLHitRate                      1|          1          -2.32%
LLMissRate                     0|          0         +10.81%
LLdMissRate                    0|          0         +13.39%
LLhits                    63,935|     61,120          -4.40%
LLiMissRate                    0|          0          -2.10%
RamHitRate                     0|          0         +10.81%
RamHits                    4,170|      4,522          +8.44%
TotalRW                5,232,423|  5,120,666          -2.14%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_3:(load_from_name(parametric-dunescape))
Instructions: 12,947,976 (master) → 12,768,416 (HEAD) : $$\color{lime}-1.39\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -2.16%
D1mr                     178,347|    169,874          -4.75%
D1mw                      62,685|     63,234          +0.88%
DLmr                          49|         39         -20.41%
DLmw                      17,975|     15,702         -12.65%
Dr                     3,153,925|  3,113,352          -1.29%
Dw                     2,218,245|  2,196,788          -0.97%
EstimatedCycles       19,898,304| 19,556,384          -1.72%
I1MissRate                     0|          0          +2.24%
I1mr                      12,050|     12,149          +0.82%
ILmr                         837|        819          -2.15%
Ir                    12,947,976| 12,768,416          -1.39%
L1HitRate                     99|         99          +0.03%
L1hits                18,067,064| 17,833,299          -1.29%
LLHitRate                      1|          1          -1.05%
LLMissRate                     0|          0         -11.03%
LLdMissRate                    0|          0         -11.65%
LLhits                   234,221|    228,697          -2.36%
LLiMissRate                    0|          0          -0.77%
RamHitRate                     0|          0         -11.03%
RamHits                   18,861|     16,560         -12.20%
TotalRW               18,320,146| 18,078,556          -1.32%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_4:(load_from_name(red-dress))
Instructions: 38,178,714 (master) → 37,603,377 (HEAD) : $$\color{lime}-1.51\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.48%
D1mr                     547,827|    542,548          -0.96%
D1mw                     158,396|    156,015          -1.50%
DLmr                      50,997|     49,227          -3.47%
DLmw                      82,661|     81,384          -1.54%
Dr                     9,344,517|  9,195,178          -1.60%
Dw                     6,531,318|  6,434,008          -1.49%
EstimatedCycles       61,111,161| 60,137,417          -1.59%
I1MissRate                     0|          0         -13.33%
I1mr                      48,700|     41,573         -14.63%
ILmr                         906|        866          -4.42%
Ir                    38,178,714| 37,603,377          -1.51%
L1HitRate                     99|         99          +0.01%
L1hits                53,299,626| 52,492,427          -1.51%
LLHitRate                      1|          1          -0.37%
LLMissRate                     0|          0          -0.79%
LLdMissRate                    1|          1          -0.74%
LLhits                   620,359|    608,659          -1.89%
LLiMissRate                    0|          0          -2.95%
RamHitRate                     0|          0          -0.79%
RamHits                  134,564|    131,477          -2.29%
TotalRW               54,054,549| 53,232,563          -1.52%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_5:(load_from_name(valley-of-spires))
Instructions: 28,256,979 (master) → 27,946,124 (HEAD) : $$\color{lime}-1.10\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.18%
D1mr                     399,265|    399,795          +0.13%
D1mw                     123,902|    117,090          -5.50%
DLmr                      21,553|     21,342          -0.98%
DLmw                      56,097|     56,859          +1.36%
Dr                     6,919,279|  6,844,300          -1.08%
Dw                     4,819,347|  4,774,158          -0.94%
EstimatedCycles       44,589,035| 44,133,132          -1.02%
I1MissRate                     0|          0          -9.65%
I1mr                      36,343|     32,475         -10.64%
ILmr                         863|        836          -3.13%
Ir                    28,256,979| 27,946,124          -1.10%
L1HitRate                     99|         99          +0.01%
L1hits                39,436,095| 39,015,222          -1.07%
LLHitRate                      1|          1          -1.15%
LLMissRate                     0|          0          +1.76%
LLdMissRate                    1|          1          +1.75%
LLhits                   480,997|    470,323          -2.22%
LLiMissRate                    0|          0          -2.05%
RamHitRate                     0|          0          +1.76%
RamHits                   78,513|     79,037          +0.67%
TotalRW               39,995,605| 39,564,582          -1.08%

🔄 Executor Update

update_executor_gungraun::update_group::update_executor with_setup_0:(setup_update_executor(isometric-fountain))
Instructions: 93,360,029 (master) → 59,368,839 (HEAD) : $$\color{lime}-36.41\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -3.92%
D1mr                     866,886|    524,752         -39.47%
D1mw                     249,729|    159,728         -36.04%
DLmr                      59,110|     19,061         -67.75%
DLmw                     109,411|     36,341         -66.78%
Dr                    23,604,478| 14,792,288         -37.33%
Dw                    15,490,505| 10,150,410         -34.47%
EstimatedCycles      142,357,414| 88,850,511         -37.59%
I1MissRate                     0|          0         -43.93%
I1mr                      86,963|     31,006         -64.35%
ILmr                       1,082|        499         -53.88%
Ir                    93,360,029| 59,368,839         -36.41%
L1HitRate                     99|         99          +0.06%
L1hits               131,251,434| 83,596,051         -36.31%
LLHitRate                      1|          1          +0.22%
LLMissRate                     0|          0         -48.22%
LLdMissRate                    0|          0         -48.47%
LLhits                 1,033,975|    659,585         -36.21%
LLiMissRate                    0|          0         -27.48%
RamHitRate                     0|          0         -48.22%
RamHits                  169,603|     55,901         -67.04%
TotalRW              132,455,012| 84,311,537         -36.35%

update_executor_gungraun::update_group::update_executor with_setup_1:(setup_update_executor(painted-dreams))
Instructions: 48,258,946 (master) → 31,200,467 (HEAD) : $$\color{lime}-35.35\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -6.71%
D1mr                     452,716|    269,247         -40.53%
D1mw                     128,645|     85,016         -33.91%
DLmr                         441|        270         -38.78%
DLmw                      19,518|     10,315         -47.15%
Dr                    12,372,133|  7,922,682         -35.96%
Dw                     8,235,825|  5,538,260         -32.75%
EstimatedCycles       72,007,698| 46,473,017         -35.46%
I1MissRate                     0|          0         -47.01%
I1mr                      52,930|     18,134         -65.74%
ILmr                         162|        149          -8.02%
Ir                    48,258,946| 31,200,467         -35.35%
L1HitRate                     99|         99          +0.09%
L1hits                68,232,613| 44,289,012         -35.09%
LLHitRate                      1|          1          -9.20%
LLMissRate                     0|          0         -17.74%
LLdMissRate                    0|          0         -18.81%
LLhits                   614,170|    361,663         -41.11%
LLiMissRate                    0|          0         +42.26%
RamHitRate                     0|          0         -17.74%
RamHits                   20,121|     10,734         -46.65%
TotalRW               68,866,904| 44,661,409         -35.15%

update_executor_gungraun::update_group::update_executor with_setup_2:(setup_update_executor(procedural-string-lights)...
Instructions: 11,719,785 (master) → 7,683,697 (HEAD) : $$\color{lime}-34.44\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -6.39%
D1mr                     107,697|     64,243         -40.35%
D1mw                      30,891|     21,477         -30.47%
DLmr                          34|        NaN        -100.00%
DLmw                       1,558|      1,049         -32.67%
Dr                     2,991,951|  1,938,080         -35.22%
Dw                     1,988,095|  1,352,521         -31.97%
EstimatedCycles       17,362,155| 11,377,530         -34.47%
I1MissRate                     0|          0         -32.78%
I1mr                      13,883|      6,118         -55.93%
ILmr                         156|        147          -5.77%
Ir                    11,719,785|  7,683,697         -34.44%
L1HitRate                     99|         99          +0.08%
L1hits                16,547,360| 10,882,460         -34.23%
LLHitRate                      1|          1          -8.49%
LLMissRate                     0|          0          +4.12%
LLdMissRate                    0|          0          -0.28%
LLhits                   150,723|     90,642         -39.86%
LLiMissRate                    0|          0         +43.73%
RamHitRate                     0|          0          +4.12%
RamHits                    1,748|      1,196         -31.58%
TotalRW               16,699,831| 10,974,298         -34.28%

update_executor_gungraun::update_group::update_executor with_setup_3:(setup_update_executor(parametric-dunescape))
Instructions: 36,692,600 (master) → 28,128,497 (HEAD) : $$\color{lime}-23.34\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -3.57%
D1mr                     319,442|    233,357         -26.95%
D1mw                      97,446|     71,836         -26.28%
DLmr                         112|        126         +12.50%
DLmw                       9,381|      7,116         -24.14%
Dr                     9,480,995|  7,081,800         -25.31%
Dw                     6,402,594|  4,976,565         -22.27%
EstimatedCycles       54,637,577| 41,693,084         -23.69%
I1MissRate                     0|          0         -20.38%
I1mr                      26,099|     15,930         -38.96%
ILmr                         155|        149          -3.87%
Ir                    36,692,600| 28,128,497         -23.34%
L1HitRate                     99|         99          +0.04%
L1hits                52,133,202| 39,865,739         -23.53%
LLHitRate                      1|          1          -5.28%
LLMissRate                     0|          0          +0.22%
LLdMissRate                    0|          0          +0.49%
LLhits                   433,339|    313,732         -27.60%
LLiMissRate                    0|          0         +25.40%
RamHitRate                     0|          0          +0.22%
RamHits                    9,648|      7,391         -23.39%
TotalRW               52,576,189| 40,186,862         -23.56%

update_executor_gungraun::update_group::update_executor with_setup_4:(setup_update_executor(red-dress))
Instructions: 106,690,651 (master) → 71,793,423 (HEAD) : $$\color{lime}-32.71\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -4.42%
D1mr                     966,766|    605,579         -37.36%
D1mw                     282,642|    196,671         -30.42%
DLmr                      93,339|     37,582         -59.74%
DLmw                     126,879|     64,013         -49.55%
Dr                    27,349,726| 18,071,638         -33.92%
Dw                    18,204,756| 12,533,033         -31.16%
EstimatedCycles      164,286,749|108,821,210         -33.76%
I1MissRate                     0|          0         -46.97%
I1mr                     100,196|     35,754         -64.32%
ILmr                       1,222|        775         -36.58%
Ir                   106,690,651| 71,793,423         -32.71%
L1HitRate                     99|         99          +0.07%
L1hits               150,895,529|101,560,090         -32.70%
LLHitRate                      1|          1          -3.05%
LLMissRate                     0|          0         -31.27%
LLdMissRate                    0|          0         -31.33%
LLhits                 1,128,164|    735,634         -34.79%
LLiMissRate                    0|          0          -5.75%
RamHitRate                     0|          0         -31.27%
RamHits                  221,440|    102,370         -53.77%
TotalRW              152,245,133|102,398,094         -32.74%

update_executor_gungraun::update_group::update_executor with_setup_5:(setup_update_executor(valley-of-spires))
Instructions: 75,495,220 (master) → 47,811,445 (HEAD) : $$\color{lime}-36.67\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -6.53%
D1mr                     708,149|    409,670         -42.15%
D1mw                     201,433|    135,107         -32.93%
DLmr                      21,032|      4,332         -79.40%
DLmw                      71,364|     33,271         -53.38%
Dr                    19,532,864| 12,242,176         -37.33%
Dw                    13,005,522|  8,608,596         -33.81%
EstimatedCycles      114,758,264| 72,077,985         -37.19%
I1MissRate                     0|          0         -46.24%
I1mr                      74,015|     25,200         -65.95%
ILmr                         613|        259         -57.75%
Ir                    75,495,220| 47,811,445         -36.67%
L1HitRate                     99|         99          +0.08%
L1hits               107,050,009| 68,092,240         -36.39%
LLHitRate                      1|          1          -5.99%
LLMissRate                     0|          0         -35.95%
LLdMissRate                    0|          0         -36.49%
LLhits                   890,588|    532,115         -40.25%
LLiMissRate                    0|          0         -33.28%
RamHitRate                     0|          0         -35.95%
RamHits                   93,009|     37,862         -59.29%
TotalRW              108,033,606| 68,662,217         -36.44%

🚀 Render: Cold Execution

run_once_gungraun::run_once_group::run_once with_setup_0:(setup_run_once(isometric-fountain))
Instructions: 26,434,120 (master) → 25,804,362 (HEAD) : $$\color{lime}-2.38\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -9.86%
D1mr                     178,115|    163,581          -8.16%
D1mw                      99,223|     79,421         -19.96%
DLmr                      11,311|      8,478         -25.05%
DLmw                      14,993|     15,217          +1.49%
Dr                     6,770,104|  6,575,697          -2.87%
Dw                     4,983,793|  4,849,574          -2.69%
EstimatedCycles       41,421,287| 40,141,759          -3.09%
I1MissRate                     1|          1          -4.99%
I1mr                     268,502|    249,027          -7.25%
ILmr                       8,693|      7,772         -10.59%
Ir                    26,434,120| 25,804,362          -2.38%
L1HitRate                     99|         99          +0.11%
L1hits                37,642,177| 36,737,604          -2.40%
LLHitRate                      1|          1          -7.52%
LLMissRate                     0|          0          -7.77%
LLdMissRate                    0|          0          -7.33%
LLhits                   510,843|    460,562          -9.84%
LLiMissRate                    0|          0          -8.41%
RamHitRate                     0|          0          -7.77%
RamHits                   34,997|     31,467         -10.09%
TotalRW               38,188,017| 37,229,633          -2.51%

run_once_gungraun::run_once_group::run_once with_setup_1:(setup_run_once(painted-dreams))
Instructions: 208,902,266 (master) → 203,329,408 (HEAD) : $$\color{lime}-2.67\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -4.54%
D1mr                     860,127|    803,036          -6.64%
D1mw                     512,366|    483,769          -5.58%
DLmr                       5,909|      4,246         -28.14%
DLmw                      66,932|     57,636         -13.89%
Dr                    44,102,267| 43,195,855          -2.06%
Dw                    30,250,900| 29,827,000          -1.40%
EstimatedCycles      297,831,309|289,553,453          -2.78%
I1MissRate                     1|          1          -7.85%
I1mr                   1,646,306|  1,476,545         -10.31%
ILmr                      10,515|      9,711          -7.65%
Ir                   208,902,266|203,329,408          -2.67%
L1HitRate                     99|         99          +0.07%
L1hits               280,236,634|273,588,913          -2.37%
LLHitRate                      1|          1          -6.01%
LLMissRate                     0|          0         -11.97%
LLdMissRate                    0|          0         -13.50%
LLhits                 2,935,443|  2,691,757          -8.30%
LLiMissRate                    0|          0          -5.11%
RamHitRate                     0|          0         -11.97%
RamHits                   83,356|     71,593         -14.11%
TotalRW              283,255,433|276,352,263          -2.44%

run_once_gungraun::run_once_group::run_once with_setup_2:(setup_run_once(procedural-string-lights))
Instructions: 16,644,410 (master) → 16,565,433 (HEAD) : $$\color{lime}-0.47\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -2.82%
D1mr                      70,934|     69,027          -2.69%
D1mw                      39,778|     37,112          -6.70%
DLmr                       2,074|        957         -53.86%
DLmw                       2,982|      1,637         -45.10%
Dr                     4,137,482|  4,086,609          -1.23%
Dw                     3,033,924|  2,987,828          -1.52%
EstimatedCycles       24,997,632| 24,699,050          -1.19%
I1MissRate                     1|          1          -1.34%
I1mr                      92,012|     90,346          -1.81%
ILmr                       7,308|      6,514         -10.86%
Ir                    16,644,410| 16,565,433          -0.47%
L1HitRate                     99|         99          +0.02%
L1hits                23,613,092| 23,443,385          -0.72%
LLHitRate                      1|          1          -0.83%
LLMissRate                     0|          0         -25.79%
LLdMissRate                    0|          0         -47.99%
LLhits                   190,360|    187,377          -1.57%
LLiMissRate                    0|          0         -10.44%
RamHitRate                     0|          0         -25.79%
RamHits                   12,364|      9,108         -26.33%
TotalRW               23,815,816| 23,639,870          -0.74%

run_once_gungraun::run_once_group::run_once with_setup_3:(setup_run_once(parametric-dunescape))
Instructions: 20,443,862 (master) → 20,720,970 (HEAD) : $$\color{red}+1.36\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -8.47%
D1mr                      93,946|     89,540          -4.69%
D1mw                      81,175|     72,429         -10.77%
DLmr                       4,729|      4,250         -10.13%
DLmw                       5,629|      7,747         +37.63%
Dr                     4,980,830|  5,033,487          +1.06%
Dw                     3,778,121|  3,817,640          +1.05%
EstimatedCycles       30,688,743| 31,071,209          +1.25%
I1MissRate                     0|          0          +6.72%
I1mr                      78,469|     84,874          +8.16%
ILmr                       5,361|      5,061          -5.60%
Ir                    20,443,862| 20,720,970          +1.36%
L1HitRate                     99|         99          +0.03%
L1hits                28,949,223| 29,325,254          +1.30%
LLHitRate                      1|          1          -4.61%
LLMissRate                     0|          0          +7.16%
LLdMissRate                    0|          0         +14.62%
LLhits                   237,871|    229,785          -3.40%
LLiMissRate                    0|          0          -6.86%
RamHitRate                     0|          0          +7.16%
RamHits                   15,719|     17,058          +8.52%
TotalRW               29,202,813| 29,572,097          +1.26%

run_once_gungraun::run_once_group::run_once with_setup_4:(setup_run_once(red-dress))
Instructions: 1,874,859,221 (master) → 1,869,245,843 (HEAD) : $$\color{lime}-0.30\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     0|          0          +0.38%
D1mr                   2,165,728|  2,163,090          -0.12%
D1mw                   1,263,140|  1,252,577          -0.84%
DLmr                     280,042|    282,179          +0.76%
DLmw                     680,572|    686,925          +0.93%
Dr                   448,250,481|444,945,668          -0.74%
Dw                   295,924,323|293,521,829          -0.81%
EstimatedCycles      2,669,280,399|2,658,275,544          -0.41%
I1MissRate                     0|          0          +2.05%
I1mr                   1,867,663|  1,900,174          +1.74%
ILmr                       8,061|      7,524          -6.66%
Ir                   1,874,859,221|1,869,245,843          -0.30%
L1HitRate                    100|        100          -0.00%
L1hits               2,613,737,494|2,602,397,499          -0.43%
LLHitRate                      0|          0          +0.70%
LLMissRate                     0|          0          +1.26%
LLdMissRate                    0|          0          +1.66%
LLhits                 4,327,856|  4,339,213          +0.26%
LLiMissRate                    0|          0          -6.38%
RamHitRate                     0|          0          +1.26%
RamHits                  968,675|    976,628          +0.82%
TotalRW              2,619,034,025|2,607,713,340          -0.43%

run_once_gungraun::run_once_group::run_once with_setup_5:(setup_run_once(valley-of-spires))
Instructions: 25,111,844 (master) → 24,678,840 (HEAD) : $$\color{lime}-1.72\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2         -10.91%
D1mr                     155,025|    138,761         -10.49%
D1mw                      84,662|     71,506         -15.54%
DLmr                       8,346|      6,326         -24.20%
DLmw                      13,154|     14,681         +11.61%
Dr                     6,226,701|  6,120,251          -1.71%
Dw                     4,522,117|  4,463,521          -1.30%
EstimatedCycles       38,533,542| 37,739,230          -2.06%
I1MissRate                     1|          1          -3.88%
I1mr                     221,128|    208,885          -5.54%
ILmr                       6,154|      5,660          -8.03%
Ir                    25,111,844| 24,678,840          -1.72%
L1HitRate                     99|         99          +0.10%
L1hits                35,399,847| 34,843,460          -1.57%
LLHitRate                      1|          1          -7.85%
LLMissRate                     0|          0          -1.93%
LLdMissRate                    0|          0          -0.77%
LLhits                   433,161|    392,485          -9.39%
LLiMissRate                    0|          0          -6.41%
RamHitRate                     0|          0          -1.93%
RamHits                   27,654|     26,667          -3.57%
TotalRW               35,860,662| 35,262,612          -1.67%

⚡ Render: Cached Execution

run_cached_gungraun::run_cached_group::run_cached with_setup_0:(setup_run_cached(isometric-fountain))
Instructions: 178,106 (master) → 176,956 (HEAD) : $$\color{lime}-0.65\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.30%
D1mr                       4,224|      4,235          +0.26%
D1mw                       2,161|      2,150          -0.51%
DLmr                           3|          3          +0.00%
DLmw                          11|          6         -45.45%
Dr                       103,739|    103,432          -0.30%
Dw                        97,290|     97,004          -0.29%
EstimatedCycles          407,517|    405,460          -0.50%
I1MissRate                     0|          0          -6.98%
I1mr                         343|        317          -7.58%
ILmr                          35|         33          -5.71%
Ir                       178,106|    176,956          -0.65%
L1HitRate                     98|         98          -0.00%
L1hits                   372,407|    370,690          -0.46%
LLHitRate                      2|          2          +0.18%
LLMissRate                     0|          0         -13.89%
LLdMissRate                    0|          0         -35.52%
LLhits                     6,679|      6,660          -0.28%
LLiMissRate                    0|          0          -5.10%
RamHitRate                     0|          0         -13.89%
RamHits                       49|         42         -14.29%
TotalRW                  379,135|    377,392          -0.46%

run_cached_gungraun::run_cached_group::run_cached with_setup_1:(setup_run_cached(painted-dreams))
Instructions: 228,141 (master) → 226,417 (HEAD) : $$\color{lime}-0.76\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.61%
D1mr                       4,933|      4,882          -1.03%
D1mw                       2,674|      2,652          -0.82%
DLmr                          35|         24         -31.43%
DLmw                          12|         15         +25.00%
Dr                       151,075|    150,476          -0.40%
Dw                       142,342|    141,905          -0.31%
EstimatedCycles          558,124|    554,904          -0.58%
I1MissRate                     0|          0          -2.94%
I1mr                         327|        315          -3.67%
ILmr                         114|        118          +3.51%
Ir                       228,141|    226,417          -0.76%
L1HitRate                     98|         98          +0.01%
L1hits                   513,624|    510,949          -0.52%
LLHitRate                      1|          1          -0.52%
LLMissRate                     0|          0          -1.97%
LLdMissRate                    0|          0         -16.73%
LLhits                     7,773|      7,692          -1.04%
LLiMissRate                    0|          0          +4.30%
RamHitRate                     0|          0          -1.97%
RamHits                      161|        157          -2.48%
TotalRW                  521,558|    518,798          -0.53%

run_cached_gungraun::run_cached_group::run_cached with_setup_2:(setup_run_cached(parametric-dunescape))
Instructions: 133,564 (master) → 131,937 (HEAD) : $$\color{lime}-1.22\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -1.97%
D1mr                       2,328|      2,265          -2.71%
D1mw                       2,013|      1,974          -1.94%
DLmr                           3|          3          +0.00%
DLmw                           5|          7         +40.00%
Dr                       108,689|    108,208          -0.44%
Dw                       106,452|    106,104          -0.33%
EstimatedCycles          368,479|    365,669          -0.76%
I1MissRate                     0|          0          -5.91%
I1mr                         340|        316          -7.06%
ILmr                          27|         30         +11.11%
Ir                       133,564|    131,937          -1.22%
L1HitRate                     99|         99          +0.03%
L1hits                   344,024|    341,694          -0.68%
LLHitRate                      1|          1          -2.13%
LLMissRate                     0|          0         +15.10%
LLdMissRate                    0|          0         +25.48%
LLhits                     4,646|      4,515          -2.82%
LLiMissRate                    0|          0         +12.48%
RamHitRate                     0|          0         +15.10%
RamHits                       35|         40         +14.29%
TotalRW                  348,705|    346,249          -0.70%

run_cached_gungraun::run_cached_group::run_cached with_setup_3:(setup_run_cached(red-dress))
Instructions: 499,637 (master) → 497,435 (HEAD) : $$\color{lime}-0.44\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                    34|         34          +0.13%
D1mr                      55,626|     55,517          -0.20%
D1mw                      27,302|     27,200          -0.37%
DLmr                         175|        157         -10.29%
DLmw                       1,771|      1,522         -14.06%
Dr                       132,708|    132,261          -0.34%
Dw                       112,416|    111,931          -0.43%
EstimatedCycles        1,143,507|  1,130,853          -1.11%
I1MissRate                     0|          0          -6.63%
I1mr                         341|        317          -7.04%
ILmr                         243|        224          -7.82%
Ir                       499,637|    497,435          -0.44%
L1HitRate                     89|         89          -0.02%
L1hits                   661,492|    658,593          -0.44%
LLHitRate                     11|         11          +0.49%
LLMissRate                     0|          0         -12.70%
LLdMissRate                    1|          1         -13.39%
LLhits                    81,080|     81,131          +0.06%
LLiMissRate                    0|          0          -7.41%
RamHitRate                     0|          0         -12.70%
RamHits                    2,189|      1,903         -13.07%
TotalRW                  744,761|    741,627          -0.42%

run_cached_gungraun::run_cached_group::run_cached with_setup_4:(setup_run_cached(valley-of-spires))
Instructions: 171,207 (master) → 162,506 (HEAD) : $$\color{lime}-5.08\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.18%
D1mr                       4,239|      4,150          -2.10%
D1mw                       2,109|      2,086          -1.09%
DLmr                           3|          3          +0.00%
DLmw                          13|          5         -61.54%
Dr                        99,809|     98,110          -1.70%
Dw                        93,545|     92,173          -1.47%
EstimatedCycles          392,833|    380,207          -3.21%
I1MissRate                     0|          0          -5.03%
I1mr                         345|        311          -9.86%
ILmr                          34|         33          -2.94%
Ir                       171,207|    162,506          -5.08%
L1HitRate                     98|         98          -0.02%
L1hits                   357,868|    346,242          -3.25%
LLHitRate                      2|          2          +1.21%
LLMissRate                     0|          0         -15.26%
LLdMissRate                    0|          0         -49.19%
LLhits                     6,643|      6,506          -2.06%
LLiMissRate                    0|          0          +2.26%
RamHitRate                     0|          0         -15.26%
RamHits                       50|         41         -18.00%
TotalRW                  364,561|    352,789          -3.23%

@github-actions

Copy link
Copy Markdown
📦 Windows Build Complete for e000cc6
Download binary

@github-actions

github-actions Bot commented Jul 17, 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: 35,461,141 (master) → 34,902,657 (HEAD) : $$\color{lime}-1.57\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.25%
D1mr                     506,141|    497,855          -1.64%
D1mw                     148,256|    144,433          -2.58%
DLmr                      44,766|     43,240          -3.41%
DLmw                      65,626|     65,171          -0.69%
Dr                     8,681,686|  8,535,949          -1.68%
Dw                     6,063,939|  5,972,415          -1.51%
EstimatedCycles       56,349,462| 55,434,791          -1.62%
I1MissRate                     0|          0          -3.65%
I1mr                      46,512|     44,107          -5.17%
ILmr                         910|        862          -5.27%
Ir                    35,461,141| 34,902,657          -1.57%
L1HitRate                     99|         99          +0.01%
L1hits                49,505,857| 48,724,626          -1.58%
LLHitRate                      1|          1          -0.54%
LLMissRate                     0|          0          -0.24%
LLdMissRate                    1|          1          -0.19%
LLhits                   589,607|    577,122          -2.12%
LLiMissRate                    0|          0          -3.76%
RamHitRate                     0|          0          -0.24%
RamHits                  111,302|    109,273          -1.82%
TotalRW               50,206,766| 49,411,021          -1.58%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_1:(load_from_name(painted-dreams))
Instructions: 17,818,698 (master) → 17,440,322 (HEAD) : $$\color{lime}-2.12\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.42%
D1mr                     250,436|    243,942          -2.59%
D1mw                      73,861|     72,128          -2.35%
DLmr                       1,254|      1,055         -15.87%
DLmw                      25,016|     22,102         -11.65%
Dr                     4,356,759|  4,261,264          -2.19%
Dw                     3,037,435|  2,975,620          -2.04%
EstimatedCycles       27,403,454| 26,730,740          -2.45%
I1MissRate                     0|          0          -9.62%
I1mr                      20,836|     18,431         -11.54%
ILmr                         731|        694          -5.06%
Ir                    17,818,698| 17,440,322          -2.12%
L1HitRate                     99|         99          +0.01%
L1hits                24,867,759| 24,342,705          -2.11%
LLHitRate                      1|          1          -0.23%
LLMissRate                     0|          0          -9.75%
LLdMissRate                    0|          0          -9.93%
LLhits                   318,132|    310,650          -2.35%
LLiMissRate                    0|          0          -3.00%
RamHitRate                     0|          0          -9.75%
RamHits                   27,001|     23,851         -11.67%
TotalRW               25,212,892| 24,677,206          -2.12%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_2:(load_from_name(procedural-string-lights))
Instructions: 3,702,085 (master) → 3,622,122 (HEAD) : $$\color{lime}-2.16\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.98%
D1mr                      46,217|     44,693          -3.30%
D1mw                      16,813|     16,423          -2.32%
DLmr                          21|         16         -23.81%
DLmw                       3,434|      3,824         +11.36%
Dr                       901,468|    881,839          -2.18%
Dw                       628,514|    616,412          -1.93%
EstimatedCycles        5,629,441|  5,518,601          -1.97%
I1MissRate                     0|          0          -8.60%
I1mr                       5,061|      4,526         -10.57%
ILmr                         712|        682          -4.21%
Ir                     3,702,085|  3,622,122          -2.16%
L1HitRate                     99|         99          +0.02%
L1hits                 5,163,976|  5,054,731          -2.12%
LLHitRate                      1|          1          -2.30%
LLMissRate                     0|          0         +10.89%
LLdMissRate                    0|          0         +13.50%
LLhits                    63,924|     61,120          -4.39%
LLiMissRate                    0|          0          -2.10%
RamHitRate                     0|          0         +10.89%
RamHits                    4,167|      4,522          +8.52%
TotalRW                5,232,067|  5,120,373          -2.13%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_3:(load_from_name(parametric-dunescape))
Instructions: 12,947,425 (master) → 12,767,487 (HEAD) : $$\color{lime}-1.39\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -2.25%
D1mr                     178,497|    169,788          -4.88%
D1mw                      62,721|     63,285          +0.90%
DLmr                          49|         39         -20.41%
DLmw                      17,973|     15,705         -12.62%
Dr                     3,153,852|  3,113,222          -1.29%
Dw                     2,218,237|  2,196,739          -0.97%
EstimatedCycles       19,898,356| 19,555,226          -1.72%
I1MissRate                     0|          0          +2.24%
I1mr                      12,050|     12,149          +0.82%
ILmr                         837|        819          -2.15%
Ir                    12,947,425| 12,767,487          -1.39%
L1HitRate                     99|         99          +0.03%
L1hits                18,066,246| 17,832,226          -1.30%
LLHitRate                      1|          1          -1.15%
LLMissRate                     0|          0         -11.00%
LLdMissRate                    0|          0         -11.62%
LLhits                   234,409|    228,659          -2.45%
LLiMissRate                    0|          0          -0.77%
RamHitRate                     0|          0         -11.00%
RamHits                   18,859|     16,563         -12.17%
TotalRW               18,319,514| 18,077,448          -1.32%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_4:(load_from_name(red-dress))
Instructions: 38,178,115 (master) → 37,602,356 (HEAD) : $$\color{lime}-1.51\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.48%
D1mr                     547,911|    542,743          -0.94%
D1mw                     158,402|    155,973          -1.53%
DLmr                      51,002|     49,213          -3.51%
DLmw                      82,670|     81,381          -1.56%
Dr                     9,344,263|  9,195,097          -1.60%
Dw                     6,531,129|  6,434,024          -1.49%
EstimatedCycles       61,110,899| 60,136,433          -1.59%
I1MissRate                     0|          0         -13.33%
I1mr                      48,700|     41,573         -14.63%
ILmr                         906|        866          -4.42%
Ir                    38,178,115| 37,602,356          -1.51%
L1HitRate                     99|         99          +0.01%
L1hits                53,298,494| 52,491,188          -1.51%
LLHitRate                      1|          1          -0.36%
LLMissRate                     0|          0          -0.81%
LLdMissRate                    1|          1          -0.76%
LLhits                   620,435|    608,829          -1.87%
LLiMissRate                    0|          0          -2.95%
RamHitRate                     0|          0          -0.81%
RamHits                  134,578|    131,460          -2.32%
TotalRW               54,053,507| 53,231,477          -1.52%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_5:(load_from_name(valley-of-spires))
Instructions: 28,258,918 (master) → 27,945,561 (HEAD) : $$\color{lime}-1.11\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.20%
D1mr                     399,289|    399,852          +0.14%
D1mw                     123,972|    117,011          -5.61%
DLmr                      21,550|     21,342          -0.97%
DLmw                      56,113|     56,865          +1.34%
Dr                     6,919,523|  6,844,241          -1.09%
Dw                     4,819,402|  4,774,156          -0.94%
EstimatedCycles       44,592,039| 44,132,600          -1.03%
I1MissRate                     0|          0          -9.64%
I1mr                      36,343|     32,475         -10.64%
ILmr                         863|        836          -3.13%
Ir                    28,258,918| 27,945,561          -1.11%
L1HitRate                     99|         99          +0.01%
L1hits                39,438,239| 39,014,620          -1.07%
LLHitRate                      1|          1          -1.17%
LLMissRate                     0|          0          +1.76%
LLdMissRate                    1|          1          +1.75%
LLhits                   481,078|    470,295          -2.24%
LLiMissRate                    0|          0          -2.04%
RamHitRate                     0|          0          +1.76%
RamHits                   78,526|     79,043          +0.66%
TotalRW               39,997,843| 39,563,958          -1.08%

🔄 Executor Update

update_executor_gungraun::update_group::update_executor with_setup_0:(setup_update_executor(isometric-fountain))
Instructions: 93,317,519 (master) → 59,354,515 (HEAD) : $$\color{lime}-36.40\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -3.19%
D1mr                     868,129|    531,081         -38.82%
D1mw                     248,570|    159,142         -35.98%
DLmr                      59,505|     19,013         -68.05%
DLmw                     107,417|     35,419         -67.03%
Dr                    23,598,139| 14,795,294         -37.30%
Dw                    15,492,463| 10,162,935         -34.40%
EstimatedCycles      142,262,271| 88,840,774         -37.55%
I1MissRate                     0|          0         -45.41%
I1mr                      86,696|     30,102         -65.28%
ILmr                       1,097|        459         -58.16%
Ir                    93,317,519| 59,354,515         -36.40%
L1HitRate                     99|         99          +0.06%
L1hits               131,204,726| 83,592,419         -36.29%
LLHitRate                      1|          1          +0.93%
LLMissRate                     0|          0         -48.69%
LLdMissRate                    0|          0         -48.93%
LLhits                 1,035,376|    665,434         -35.73%
LLiMissRate                    0|          0         -34.22%
RamHitRate                     0|          0         -48.69%
RamHits                  168,019|     54,891         -67.33%
TotalRW              132,408,121| 84,312,744         -36.32%

update_executor_gungraun::update_group::update_executor with_setup_1:(setup_update_executor(painted-dreams))
Instructions: 48,263,386 (master) → 31,193,858 (HEAD) : $$\color{lime}-35.37\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -7.03%
D1mr                     456,723|    269,436         -41.01%
D1mw                     127,925|     85,520         -33.15%
DLmr                         584|        277         -52.57%
DLmw                      19,504|     10,543         -45.94%
Dr                    12,372,787|  7,920,282         -35.99%
Dw                     8,235,175|  5,537,638         -32.76%
EstimatedCycles       72,028,216| 46,472,834         -35.48%
I1MissRate                     0|          0         -47.11%
I1mr                      52,709|     18,018         -65.82%
ILmr                         160|        152          -5.00%
Ir                    48,263,386| 31,193,858         -35.37%
L1HitRate                     99|         99          +0.09%
L1hits                68,233,991| 44,278,804         -35.11%
LLHitRate                      1|          1          -9.52%
LLMissRate                     0|          0         -16.42%
LLdMissRate                    0|          0         -17.52%
LLhits                   617,109|    362,002         -41.34%
LLiMissRate                    0|          0         +46.98%
RamHitRate                     0|          0         -16.42%
RamHits                   20,248|     10,972         -45.81%
TotalRW               68,871,348| 44,651,778         -35.17%

update_executor_gungraun::update_group::update_executor with_setup_2:(setup_update_executor(procedural-string-lights)...
Instructions: 11,710,318 (master) → 7,702,456 (HEAD) : $$\color{lime}-34.23\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -6.25%
D1mr                     107,018|     64,326         -39.89%
D1mw                      31,325|     21,532         -31.26%
DLmr                          34|        NaN        -100.00%
DLmw                       1,423|        652         -54.18%
Dr                     2,991,378|  1,941,629         -35.09%
Dw                     1,987,341|  1,354,301         -31.85%
EstimatedCycles       17,346,461| 11,390,314         -34.34%
I1MissRate                     0|          0         -33.04%
I1mr                      13,938|      6,139         -55.95%
ILmr                         153|        146          -4.58%
Ir                    11,710,318|  7,702,456         -34.23%
L1HitRate                     99|         99          +0.08%
L1hits                16,536,756| 10,906,389         -34.05%
LLHitRate                      1|          1          -8.15%
LLMissRate                     0|          0         -24.79%
LLdMissRate                    0|          0         -32.40%
LLhits                   150,671|     91,199         -39.47%
LLiMissRate                    0|          0         +45.08%
RamHitRate                     0|          0         -24.79%
RamHits                    1,610|        798         -50.43%
TotalRW               16,689,037| 10,998,386         -34.10%

update_executor_gungraun::update_group::update_executor with_setup_3:(setup_update_executor(parametric-dunescape))
Instructions: 36,662,350 (master) → 28,263,836 (HEAD) : $$\color{lime}-22.91\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -4.49%
D1mr                     319,404|    235,135         -26.38%
D1mw                      97,093|     73,845         -23.94%
DLmr                         120|        140         +16.67%
DLmw                       9,386|      8,399         -10.52%
Dr                     9,471,832|  7,213,327         -23.84%
Dw                     6,390,670|  5,107,628         -20.08%
EstimatedCycles       54,584,426| 42,145,769         -22.79%
I1MissRate                     0|          0         -19.50%
I1mr                      25,939|     16,097         -37.94%
ILmr                         155|        150          -3.23%
Ir                    36,662,350| 28,263,836         -22.91%
L1HitRate                     99|         99          +0.04%
L1hits                52,082,416| 40,259,714         -22.70%
LLHitRate                      1|          1          -5.39%
LLMissRate                     0|          0         +16.40%
LLdMissRate                    0|          0         +15.65%
LLhits                   432,775|    316,388         -26.89%
LLiMissRate                    0|          0         +25.53%
RamHitRate                     0|          0         +16.40%
RamHits                    9,661|      8,689         -10.06%
TotalRW               52,524,852| 40,584,791         -22.73%

update_executor_gungraun::update_group::update_executor with_setup_4:(setup_update_executor(red-dress))
Instructions: 106,634,162 (master) → 71,769,082 (HEAD) : $$\color{lime}-32.70\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -4.61%
D1mr                     972,618|    609,205         -37.36%
D1mw                     282,612|    195,470         -30.83%
DLmr                      97,661|     37,374         -61.73%
DLmw                     128,851|     61,309         -52.42%
Dr                    27,333,250| 18,063,699         -33.91%
Dw                    18,178,778| 12,521,589         -31.12%
EstimatedCycles      164,393,622|108,698,918         -33.88%
I1MissRate                     0|          0         -46.51%
I1mr                      98,353|     35,407         -64.00%
ILmr                       1,258|        791         -37.12%
Ir                   106,634,162| 71,769,082         -32.70%
L1HitRate                     99|         99          +0.07%
L1hits               150,792,607|101,514,288         -32.68%
LLHitRate                      1|          1          -2.21%
LLMissRate                     0|          0         -35.08%
LLdMissRate                    0|          0         -35.17%
LLhits                 1,125,813|    740,608         -34.22%
LLiMissRate                    0|          0          -6.58%
RamHitRate                     0|          0         -35.08%
RamHits                  227,770|     99,474         -56.33%
TotalRW              152,146,190|102,354,370         -32.73%

update_executor_gungraun::update_group::update_executor with_setup_5:(setup_update_executor(valley-of-spires))
Instructions: 75,518,578 (master) → 47,806,181 (HEAD) : $$\color{lime}-36.70\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -6.56%
D1mr                     705,688|    406,158         -42.45%
D1mw                     200,947|    135,743         -32.45%
DLmr                      20,533|      3,779         -81.60%
DLmw                      71,736|     25,527         -64.42%
Dr                    19,540,745| 12,231,235         -37.41%
Dw                    13,013,138|  8,592,562         -33.97%
EstimatedCycles      114,786,731| 71,780,846         -37.47%
I1MissRate                     0|          0         -49.18%
I1mr                      75,655|     24,341         -67.83%
ILmr                         568|        224         -60.56%
Ir                    75,518,578| 47,806,181         -36.70%
L1HitRate                     99|         99          +0.08%
L1hits               107,090,171| 68,063,736         -36.44%
LLHitRate                      1|          1          -4.98%
LLMissRate                     0|          0         -49.91%
LLdMissRate                    0|          0         -50.35%
LLhits                   889,453|    536,712         -39.66%
LLiMissRate                    0|          0         -37.70%
RamHitRate                     0|          0         -49.91%
RamHits                   92,837|     29,530         -68.19%
TotalRW              108,072,461| 68,629,978         -36.50%

🚀 Render: Cold Execution

run_once_gungraun::run_once_group::run_once with_setup_0:(setup_run_once(isometric-fountain))
Instructions: 26,460,576 (master) → 25,755,350 (HEAD) : $$\color{lime}-2.67\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -9.42%
D1mr                     178,120|    162,377          -8.84%
D1mw                      99,004|     77,973         -21.24%
DLmr                      11,310|      8,474         -25.08%
DLmw                      14,723|     15,329          +4.12%
Dr                     6,782,002|  6,502,051          -4.13%
Dw                     4,994,612|  4,773,774          -4.42%
EstimatedCycles       41,461,816| 39,935,215          -3.68%
I1MissRate                     1|          1          -4.82%
I1mr                     268,610|    248,855          -7.35%
ILmr                       8,690|      7,771         -10.58%
Ir                    26,460,576| 25,755,350          -2.67%
L1HitRate                     99|         99          +0.11%
L1hits                37,691,456| 36,541,970          -3.05%
LLHitRate                      1|          1          -7.53%
LLMissRate                     0|          0          -6.11%
LLdMissRate                    0|          0          -4.51%
LLhits                   511,011|    457,631         -10.45%
LLiMissRate                    0|          0          -8.13%
RamHitRate                     0|          0          -6.11%
RamHits                   34,723|     31,574          -9.07%
TotalRW               38,237,190| 37,031,175          -3.15%

run_once_gungraun::run_once_group::run_once with_setup_1:(setup_run_once(painted-dreams))
Instructions: 209,053,119 (master) → 203,267,809 (HEAD) : $$\color{lime}-2.77\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -4.73%
D1mr                     862,890|    800,348          -7.25%
D1mw                     516,249|    483,701          -6.30%
DLmr                       6,031|      4,393         -27.16%
DLmw                      67,654|     58,623         -13.35%
Dr                    44,298,344| 43,205,602          -2.47%
Dw                    30,452,796| 29,846,751          -1.99%
EstimatedCycles      298,438,223|289,535,828          -2.98%
I1MissRate                     1|          1          -7.97%
I1mr                   1,647,672|  1,474,460         -10.51%
ILmr                      10,539|      9,705          -7.91%
Ir                   209,053,119|203,267,809          -2.77%
L1HitRate                     99|         99          +0.07%
L1hits               280,777,448|273,561,653          -2.57%
LLHitRate                      1|          1          -6.25%
LLMissRate                     0|          0         -11.32%
LLdMissRate                    0|          0         -12.49%
LLhits                 2,942,587|  2,685,788          -8.73%
LLiMissRate                    0|          0          -5.29%
RamHitRate                     0|          0         -11.32%
RamHits                   84,224|     72,721         -13.66%
TotalRW              283,804,259|276,320,162          -2.64%

run_once_gungraun::run_once_group::run_once with_setup_2:(setup_run_once(procedural-string-lights))
Instructions: 16,632,905 (master) → 16,605,573 (HEAD) : $$\color{lime}-0.16\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -2.39%
D1mr                      70,939|     70,331          -0.86%
D1mw                      40,148|     38,067          -5.18%
DLmr                       2,091|        962         -53.99%
DLmw                       3,200|      1,659         -48.16%
Dr                     4,142,155|  4,137,395          -0.11%
Dw                     3,036,868|  3,039,309          +0.08%
EstimatedCycles       24,996,536| 24,851,489          -0.58%
I1MissRate                     1|          1          -0.05%
I1mr                      90,580|     90,385          -0.22%
ILmr                       7,307|      6,515         -10.84%
Ir                    16,632,905| 16,605,573          -0.16%
L1HitRate                     99|         99          +0.01%
L1hits                23,610,261| 23,583,494          -0.11%
LLHitRate                      1|          1          +0.43%
LLMissRate                     0|          0         -27.39%
LLdMissRate                    0|          0         -50.45%
LLhits                   189,069|    189,647          +0.31%
LLiMissRate                    0|          0         -10.69%
RamHitRate                     0|          0         -27.39%
RamHits                   12,598|      9,136         -27.48%
TotalRW               23,811,928| 23,782,277          -0.12%

run_once_gungraun::run_once_group::run_once with_setup_3:(setup_run_once(parametric-dunescape))
Instructions: 20,405,856 (master) → 20,738,176 (HEAD) : $$\color{red}+1.63\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2         -10.33%
D1mr                      94,361|     89,384          -5.27%
D1mw                      81,299|     72,105         -11.31%
DLmr                       4,734|      4,239         -10.46%
DLmw                       6,052|      6,654          +9.95%
Dr                     4,956,098|  5,071,096          +2.32%
Dw                     3,753,513|  3,858,664          +2.80%
EstimatedCycles       30,615,985| 31,133,760          +1.69%
I1MissRate                     0|          0          +7.16%
I1mr                      78,367|     85,342          +8.90%
ILmr                       5,361|      5,057          -5.67%
Ir                    20,405,856| 20,738,176          +1.63%
L1HitRate                     99|         99          +0.04%
L1hits                28,861,440| 29,421,105          +1.94%
LLHitRate                      1|          1          -4.75%
LLMissRate                     0|          0          -3.06%
LLdMissRate                    0|          0          -1.50%
LLhits                   237,880|    230,881          -2.94%
LLiMissRate                    0|          0          -7.18%
RamHitRate                     0|          0          -3.06%
RamHits                   16,147|     15,950          -1.22%
TotalRW               29,115,467| 29,667,936          +1.90%

run_once_gungraun::run_once_group::run_once with_setup_4:(setup_run_once(red-dress))
Instructions: 1,874,829,151 (master) → 1,869,224,805 (HEAD) : $$\color{lime}-0.30\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     0|          0          +0.03%
D1mr                   2,168,504|  2,157,921          -0.49%
D1mw                   1,261,115|  1,246,726          -1.14%
DLmr                     282,060|    281,052          -0.36%
DLmw                     679,971|    686,879          +1.02%
Dr                   448,230,546|444,951,282          -0.73%
Dw                   295,906,002|293,529,924          -0.80%
EstimatedCycles      2,669,257,221|2,658,186,767          -0.41%
I1MissRate                     0|          0          +2.05%
I1mr                   1,867,639|  1,900,222          +1.74%
ILmr                       8,052|      7,445          -7.54%
Ir                   1,874,829,151|1,869,224,805          -0.30%
L1HitRate                    100|        100          -0.00%
L1hits               2,613,668,441|2,602,401,142          -0.43%
LLHitRate                      0|          0          +0.49%
LLMissRate                     0|          0          +0.98%
LLdMissRate                    0|          0          +1.38%
LLhits                 4,327,175|  4,329,493          +0.05%
LLiMissRate                    0|          0          -7.26%
RamHitRate                     0|          0          +0.98%
RamHits                  970,083|    975,376          +0.55%
TotalRW              2,618,965,699|2,607,706,011          -0.43%

run_once_gungraun::run_once_group::run_once with_setup_5:(setup_run_once(valley-of-spires))
Instructions: 25,159,360 (master) → 24,700,306 (HEAD) : $$\color{lime}-1.82\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -9.91%
D1mr                     154,650|    139,669          -9.69%
D1mw                      85,599|     71,818         -16.10%
DLmr                       8,321|      6,351         -23.68%
DLmw                      13,700|     14,542          +6.15%
Dr                     6,286,200|  6,139,746          -2.33%
Dw                     4,583,454|  4,480,645          -2.24%
EstimatedCycles       38,719,884| 37,797,993          -2.38%
I1MissRate                     1|          1          -3.85%
I1mr                     221,111|    208,712          -5.61%
ILmr                       6,160|      5,657          -8.17%
Ir                    25,159,360| 24,700,306          -1.82%
L1HitRate                     99|         99          +0.09%
L1hits                35,567,654| 34,900,498          -1.88%
LLHitRate                      1|          1          -7.30%
LLMissRate                     0|          0          -3.90%
LLdMissRate                    0|          0          -2.90%
LLhits                   433,179|    393,649          -9.13%
LLiMissRate                    0|          0          -6.46%
RamHitRate                     0|          0          -3.90%
RamHits                   28,181|     26,550          -5.79%
TotalRW               36,029,014| 35,320,697          -1.97%

⚡ Render: Cached Execution

run_cached_gungraun::run_cached_group::run_cached with_setup_0:(setup_run_cached(isometric-fountain))
Instructions: 177,265 (master) → 176,745 (HEAD) : $$\color{lime}-0.29\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -1.97%
D1mr                       4,367|      4,249          -2.70%
D1mw                       2,157|      2,136          -0.97%
DLmr                           3|          4         +33.33%
DLmw                           9|         16         +77.78%
Dr                       103,542|    103,399          -0.14%
Dw                        97,163|     96,985          -0.18%
EstimatedCycles          406,832|    405,527          -0.32%
I1MissRate                     0|          0          -6.21%
I1mr                         339|        317          -6.49%
ILmr                          35|         33          -5.71%
Ir                       177,265|    176,745          -0.29%
L1HitRate                     98|         98          +0.04%
L1hits                   371,107|    370,427          -0.18%
LLHitRate                      2|          2          -2.23%
LLMissRate                     0|          0         +13.02%
LLdMissRate                    0|          0         +66.93%
LLhits                     6,816|      6,649          -2.45%
LLiMissRate                    0|          0          -5.44%
RamHitRate                     0|          0         +13.02%
RamHits                       47|         53         +12.77%
TotalRW                  377,970|    377,129          -0.22%

run_cached_gungraun::run_cached_group::run_cached with_setup_1:(setup_run_cached(painted-dreams))
Instructions: 225,224 (master) → 227,092 (HEAD) : $$\color{red}+0.83\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -1.96%
D1mr                       4,978|      4,869          -2.19%
D1mw                       2,684|      2,648          -1.34%
DLmr                          31|         32          +3.23%
DLmw                          12|         21         +75.00%
Dr                       150,389|    150,654          +0.18%
Dw                       142,076|    142,022          -0.04%
EstimatedCycles          554,541|    555,640          +0.20%
I1MissRate                     0|          0          -8.20%
I1mr                         336|        311          -7.44%
ILmr                         119|         99         -16.81%
Ir                       225,224|    227,092          +0.83%
L1HitRate                     98|         98          +0.04%
L1hits                   509,691|    511,940          +0.44%
LLHitRate                      2|          1          -2.43%
LLMissRate                     0|          0          -6.55%
LLdMissRate                    0|          0         +23.17%
LLhits                     7,836|      7,676          -2.04%
LLiMissRate                    0|          0         -17.49%
RamHitRate                     0|          0          -6.55%
RamHits                      162|        152          -6.17%
TotalRW                  517,689|    519,768          +0.40%

run_cached_gungraun::run_cached_group::run_cached with_setup_2:(setup_run_cached(parametric-dunescape))
Instructions: 134,019 (master) → 131,844 (HEAD) : $$\color{lime}-1.62\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -1.31%
D1mr                       2,345|      2,293          -2.22%
D1mw                       2,016|      1,993          -1.14%
DLmr                           3|          4         +33.33%
DLmw                           6|          5         -16.67%
Dr                       108,726|    108,220          -0.47%
Dw                       106,493|    106,110          -0.36%
EstimatedCycles          369,134|    365,764          -0.91%
I1MissRate                     0|          0          -5.46%
I1mr                         343|        319          -7.00%
ILmr                          27|         30         +11.11%
Ir                       134,019|    131,844          -1.62%
L1HitRate                     99|         99          +0.02%
L1hits                   344,534|    341,569          -0.86%
LLHitRate                      1|          1          -1.32%
LLMissRate                     0|          0          +9.29%
LLdMissRate                    0|          0          +0.41%
LLhits                     4,668|      4,566          -2.19%
LLiMissRate                    0|          0         +12.94%
RamHitRate                     0|          0          +9.29%
RamHits                       36|         39          +8.33%
TotalRW                  349,238|    346,174          -0.88%

run_cached_gungraun::run_cached_group::run_cached with_setup_3:(setup_run_cached(red-dress))
Instructions: 498,891 (master) → 497,809 (HEAD) : $$\color{lime}-0.22\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                    34|         34          +0.06%
D1mr                      55,603|     55,511          -0.17%
D1mw                      27,258|     27,216          -0.15%
DLmr                         185|        166         -10.27%
DLmw                       1,694|      1,458         -13.93%
Dr                       132,513|    132,287          -0.17%
Dw                       112,263|    111,945          -0.28%
EstimatedCycles        1,140,169|  1,129,551          -0.93%
I1MissRate                     0|          0          -8.28%
I1mr                         342|        313          -8.48%
ILmr                         244|        221          -9.43%
Ir                       498,891|    497,809          -0.22%
L1HitRate                     89|         89          -0.00%
L1hits                   660,464|    659,001          -0.22%
LLHitRate                     11|         11          +0.36%
LLMissRate                     0|          0         -12.90%
LLdMissRate                    1|          1         -13.38%
LLhits                    81,080|     81,195          +0.14%
LLiMissRate                    0|          0          -9.23%
RamHitRate                     0|          0         -12.90%
RamHits                    2,123|      1,845         -13.09%
TotalRW                  743,667|    742,041          -0.22%

run_cached_gungraun::run_cached_group::run_cached with_setup_4:(setup_run_cached(valley-of-spires))
Instructions: 170,400 (master) → 162,365 (HEAD) : $$\color{lime}-4.72\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -1.71%
D1mr                       4,364|      4,164          -4.58%
D1mw                       2,095|      2,093          -0.10%
DLmr                           3|          3          +0.00%
DLmw                           5|          5          +0.00%
Dr                        99,600|     98,085          -1.52%
Dw                        93,421|     92,161          -1.35%
EstimatedCycles          391,889|    380,069          -3.02%
I1MissRate                     0|          0          -8.21%
I1mr                         343|        300         -12.54%
ILmr                          34|         33          -2.94%
Ir                       170,400|    162,365          -4.72%
L1HitRate                     98|         98          +0.01%
L1hits                   356,619|    346,054          -2.96%
LLHitRate                      2|          2          -0.65%
LLMissRate                     0|          0          +0.61%
LLdMissRate                    0|          0          +1.46%
LLhits                     6,760|      6,516          -3.61%
LLiMissRate                    0|          0          +1.86%
RamHitRate                     0|          0          +0.61%
RamHits                       42|         41          -2.38%
TotalRW                  363,421|    352,611          -2.97%

@timon-schelling

timon-schelling commented Jul 17, 2026

Copy link
Copy Markdown
Member Author

!build desktop (Run ID 29582074340)

@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: 35,461,141 (master) → 34,902,549 (HEAD) : $$\color{lime}-1.58\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.26%
D1mr                     506,141|    497,740          -1.66%
D1mw                     148,256|    144,442          -2.57%
DLmr                      44,766|     43,246          -3.40%
DLmw                      65,626|     65,193          -0.66%
Dr                     8,681,686|  8,535,928          -1.68%
Dw                     6,063,939|  5,972,387          -1.51%
EstimatedCycles       56,349,462| 55,435,050          -1.62%
I1MissRate                     0|          0          -3.65%
I1mr                      46,512|     44,107          -5.17%
ILmr                         910|        862          -5.27%
Ir                    35,461,141| 34,902,549          -1.58%
L1HitRate                     99|         99          +0.01%
L1hits                49,505,857| 48,724,575          -1.58%
LLHitRate                      1|          1          -0.56%
LLMissRate                     0|          0          -0.22%
LLdMissRate                    1|          1          -0.16%
LLhits                   589,607|    576,988          -2.14%
LLiMissRate                    0|          0          -3.76%
RamHitRate                     0|          0          -0.22%
RamHits                  111,302|    109,301          -1.80%
TotalRW               50,206,766| 49,410,864          -1.59%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_1:(load_from_name(painted-dreams))
Instructions: 17,818,698 (master) → 17,440,129 (HEAD) : $$\color{lime}-2.12\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.37%
D1mr                     250,436|    244,079          -2.54%
D1mw                      73,861|     72,133          -2.34%
DLmr                       1,254|      1,056         -15.79%
DLmw                      25,016|     22,112         -11.61%
Dr                     4,356,759|  4,261,273          -2.19%
Dw                     3,037,435|  2,975,655          -2.03%
EstimatedCycles       27,403,454| 26,731,489          -2.45%
I1MissRate                     0|          0          -9.62%
I1mr                      20,836|     18,431         -11.54%
ILmr                         731|        694          -5.06%
Ir                    17,818,698| 17,440,129          -2.12%
L1HitRate                     99|         99          +0.01%
L1hits                24,867,759| 24,342,414          -2.11%
LLHitRate                      1|          1          -0.19%
LLMissRate                     0|          0          -9.71%
LLdMissRate                    0|          0          -9.89%
LLhits                   318,132|    310,781          -2.31%
LLiMissRate                    0|          0          -3.00%
RamHitRate                     0|          0          -9.71%
RamHits                   27,001|     23,862         -11.63%
TotalRW               25,212,892| 24,677,057          -2.13%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_2:(load_from_name(procedural-string-lights))
Instructions: 3,702,085 (master) → 3,622,057 (HEAD) : $$\color{lime}-2.16\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -1.05%
D1mr                      46,217|     44,670          -3.35%
D1mw                      16,813|     16,405          -2.43%
DLmr                          21|         16         -23.81%
DLmw                       3,434|      3,823         +11.33%
Dr                       901,468|    881,848          -2.18%
Dw                       628,514|    616,421          -1.92%
EstimatedCycles        5,629,441|  5,518,360          -1.97%
I1MissRate                     0|          0          -8.60%
I1mr                       5,061|      4,526         -10.57%
ILmr                         712|        682          -4.21%
Ir                     3,702,085|  3,622,057          -2.16%
L1HitRate                     99|         99          +0.02%
L1hits                 5,163,976|  5,054,725          -2.12%
LLHitRate                      1|          1          -2.36%
LLMissRate                     0|          0         +10.86%
LLdMissRate                    0|          0         +13.47%
LLhits                    63,924|     61,080          -4.45%
LLiMissRate                    0|          0          -2.10%
RamHitRate                     0|          0         +10.86%
RamHits                    4,167|      4,521          +8.50%
TotalRW                5,232,067|  5,120,326          -2.14%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_3:(load_from_name(parametric-dunescape))
Instructions: 12,947,425 (master) → 12,770,479 (HEAD) : $$\color{lime}-1.37\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -2.26%
D1mr                     178,497|    169,832          -4.85%
D1mw                      62,721|     63,206          +0.77%
DLmr                          49|         39         -20.41%
DLmw                      17,973|     15,704         -12.62%
Dr                     3,153,852|  3,113,507          -1.28%
Dw                     2,218,237|  2,196,682          -0.97%
EstimatedCycles       19,898,356| 19,558,276          -1.71%
I1MissRate                     0|          0          +2.22%
I1mr                      12,050|     12,149          +0.82%
ILmr                         837|        819          -2.15%
Ir                    12,947,425| 12,770,479          -1.37%
L1HitRate                     99|         99          +0.03%
L1hits                18,066,246| 17,835,481          -1.28%
LLHitRate                      1|          1          -1.18%
LLMissRate                     0|          0         -11.02%
LLdMissRate                    0|          0         -11.63%
LLhits                   234,409|    228,625          -2.47%
LLiMissRate                    0|          0          -0.79%
RamHitRate                     0|          0         -11.02%
RamHits                   18,859|     16,562         -12.18%
TotalRW               18,319,514| 18,080,668          -1.30%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_4:(load_from_name(red-dress))
Instructions: 38,178,115 (master) → 37,601,277 (HEAD) : $$\color{lime}-1.51\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.48%
D1mr                     547,911|    542,706          -0.95%
D1mw                     158,402|    155,982          -1.53%
DLmr                      51,002|     49,223          -3.49%
DLmw                      82,670|     81,373          -1.57%
Dr                     9,344,263|  9,194,946          -1.60%
Dw                     6,531,129|  6,433,977          -1.49%
EstimatedCycles       61,110,899| 60,135,104          -1.60%
I1MissRate                     0|          0         -13.32%
I1mr                      48,700|     41,573         -14.63%
ILmr                         906|        866          -4.42%
Ir                    38,178,115| 37,601,277          -1.51%
L1HitRate                     99|         99          +0.01%
L1hits                53,298,494| 52,489,939          -1.52%
LLHitRate                      1|          1          -0.36%
LLMissRate                     0|          0          -0.80%
LLdMissRate                    1|          1          -0.76%
LLhits                   620,435|    608,799          -1.88%
LLiMissRate                    0|          0          -2.95%
RamHitRate                     0|          0          -0.80%
RamHits                  134,578|    131,462          -2.32%
TotalRW               54,053,507| 53,230,200          -1.52%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_5:(load_from_name(valley-of-spires))
Instructions: 28,258,918 (master) → 27,945,830 (HEAD) : $$\color{lime}-1.11\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.20%
D1mr                     399,289|    399,776          +0.12%
D1mw                     123,972|    117,088          -5.55%
DLmr                      21,550|     21,342          -0.97%
DLmw                      56,113|     56,867          +1.34%
Dr                     6,919,523|  6,844,417          -1.09%
Dw                     4,819,402|  4,774,259          -0.94%
EstimatedCycles       44,592,039| 44,133,212          -1.03%
I1MissRate                     0|          0          -9.64%
I1mr                      36,343|     32,475         -10.64%
ILmr                         863|        836          -3.13%
Ir                    28,258,918| 27,945,830          -1.11%
L1HitRate                     99|         99          +0.01%
L1hits                39,438,239| 39,015,167          -1.07%
LLHitRate                      1|          1          -1.17%
LLMissRate                     0|          0          +1.76%
LLdMissRate                    1|          1          +1.75%
LLhits                   481,078|    470,294          -2.24%
LLiMissRate                    0|          0          -2.04%
RamHitRate                     0|          0          +1.76%
RamHits                   78,526|     79,045          +0.66%
TotalRW               39,997,843| 39,564,506          -1.08%

🔄 Executor Update

update_executor_gungraun::update_group::update_executor with_setup_0:(setup_update_executor(isometric-fountain))
Instructions: 93,317,519 (master) → 59,393,452 (HEAD) : $$\color{lime}-36.35\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -3.49%
D1mr                     868,129|    530,102         -38.94%
D1mw                     248,570|    158,062         -36.41%
DLmr                      59,505|     19,426         -67.35%
DLmw                     107,417|     36,588         -65.94%
Dr                    23,598,139| 14,802,037         -37.27%
Dw                    15,492,463| 10,159,265         -34.42%
EstimatedCycles      142,262,271| 88,926,448         -37.49%
I1MissRate                     0|          0         -43.87%
I1mr                      86,696|     30,972         -64.28%
ILmr                       1,097|        491         -55.24%
Ir                    93,317,519| 59,393,452         -36.35%
L1HitRate                     99|         99          +0.06%
L1hits               131,204,726| 83,635,618         -36.26%
LLHitRate                      1|          1          +0.46%
LLMissRate                     0|          0         -47.21%
LLdMissRate                    0|          0         -47.45%
LLhits                 1,035,376|    662,631         -36.00%
LLiMissRate                    0|          0         -29.68%
RamHitRate                     0|          0         -47.21%
RamHits                  168,019|     56,505         -66.37%
TotalRW              132,408,121| 84,354,754         -36.29%

update_executor_gungraun::update_group::update_executor with_setup_1:(setup_update_executor(painted-dreams))
Instructions: 48,263,386 (master) → 31,186,561 (HEAD) : $$\color{lime}-35.38\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -6.41%
D1mr                     456,723|    271,576         -40.54%
D1mw                     127,925|     85,653         -33.04%
DLmr                         584|        262         -55.14%
DLmw                      19,504|      9,916         -49.16%
Dr                    12,372,787|  7,918,585         -36.00%
Dw                     8,235,175|  5,535,524         -32.78%
EstimatedCycles       72,028,216| 46,451,752         -35.51%
I1MissRate                     0|          0         -46.93%
I1mr                      52,709|     18,074         -65.71%
ILmr                         160|        151          -5.63%
Ir                    48,263,386| 31,186,561         -35.38%
L1HitRate                     99|         99          +0.09%
L1hits                68,233,991| 44,265,367         -35.13%
LLHitRate                      1|          1          -8.76%
LLMissRate                     0|          0         -21.30%
LLdMissRate                    0|          0         -22.39%
LLhits                   617,109|    364,974         -40.86%
LLiMissRate                    0|          0         +46.05%
RamHitRate                     0|          0         -21.30%
RamHits                   20,248|     10,329         -48.99%
TotalRW               68,871,348| 44,640,670         -35.18%

update_executor_gungraun::update_group::update_executor with_setup_2:(setup_update_executor(procedural-string-lights)...
Instructions: 11,710,318 (master) → 7,701,833 (HEAD) : $$\color{lime}-34.23\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -6.44%
D1mr                     107,018|     64,317         -39.90%
D1mw                      31,325|     21,403         -31.67%
DLmr                          34|        NaN        -100.00%
DLmw                       1,423|        675         -52.57%
Dr                     2,991,378|  1,941,956         -35.08%
Dw                     1,987,341|  1,355,175         -31.81%
EstimatedCycles       17,346,461| 11,390,916         -34.33%
I1MissRate                     0|          0         -33.42%
I1mr                      13,938|      6,103         -56.21%
ILmr                         153|        147          -3.92%
Ir                    11,710,318|  7,701,833         -34.23%
L1HitRate                     99|         99          +0.08%
L1hits                16,536,756| 10,907,141         -34.04%
LLHitRate                      1|          1          -8.36%
LLMissRate                     0|          0         -22.53%
LLdMissRate                    0|          0         -30.04%
LLhits                   150,671|     91,001         -39.60%
LLiMissRate                    0|          0         +46.08%
RamHitRate                     0|          0         -22.53%
RamHits                    1,610|        822         -48.94%
TotalRW               16,689,037| 10,998,964         -34.09%

update_executor_gungraun::update_group::update_executor with_setup_3:(setup_update_executor(parametric-dunescape))
Instructions: 36,662,350 (master) → 28,276,890 (HEAD) : $$\color{lime}-22.87\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -3.90%
D1mr                     319,404|    236,689         -25.90%
D1mw                      97,093|     74,290         -23.49%
DLmr                         120|        122          +1.67%
DLmw                       9,386|      7,368         -21.50%
Dr                     9,471,832|  7,216,230         -23.81%
Dw                     6,390,670|  5,108,555         -20.06%
EstimatedCycles       54,584,426| 42,137,705         -22.80%
I1MissRate                     0|          0         -21.34%
I1mr                      25,939|     15,736         -39.33%
ILmr                         155|        149          -3.87%
Ir                    36,662,350| 28,276,890         -22.87%
L1HitRate                     99|         99          +0.04%
L1hits                52,082,416| 40,274,960         -22.67%
LLHitRate                      1|          1          -4.62%
LLMissRate                     0|          0          +2.29%
LLdMissRate                    0|          0          +1.41%
LLhits                   432,775|    319,076         -26.27%
LLiMissRate                    0|          0         +24.64%
RamHitRate                     0|          0          +2.29%
RamHits                    9,661|      7,639         -20.93%
TotalRW               52,524,852| 40,601,675         -22.70%

update_executor_gungraun::update_group::update_executor with_setup_4:(setup_update_executor(red-dress))
Instructions: 106,634,162 (master) → 71,598,157 (HEAD) : $$\color{lime}-32.86\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -4.37%
D1mr                     972,618|    604,892         -37.81%
D1mw                     282,612|    193,806         -31.42%
DLmr                      97,661|     37,543         -61.56%
DLmw                     128,851|     64,114         -50.24%
Dr                    27,333,250| 17,915,355         -34.46%
Dw                    18,178,778| 12,368,581         -31.96%
EstimatedCycles      164,393,622|108,287,859         -34.13%
I1MissRate                     0|          0         -48.01%
I1mr                      98,353|     34,331         -65.09%
ILmr                       1,258|        798         -36.57%
Ir                   106,634,162| 71,598,157         -32.86%
L1HitRate                     99|         99          +0.07%
L1hits               150,792,607|101,049,064         -32.99%
LLHitRate                      1|          1          -3.09%
LLMissRate                     0|          0         -32.83%
LLdMissRate                    0|          0         -32.55%
LLhits                 1,125,813|    730,574         -35.11%
LLiMissRate                    0|          0          -5.53%
RamHitRate                     0|          0         -32.83%
RamHits                  227,770|    102,455         -55.02%
TotalRW              152,146,190|101,882,093         -33.04%

update_executor_gungraun::update_group::update_executor with_setup_5:(setup_update_executor(valley-of-spires))
Instructions: 75,518,578 (master) → 47,836,929 (HEAD) : $$\color{lime}-36.66\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -5.81%
D1mr                     705,688|    412,654         -41.52%
D1mw                     200,947|    134,597         -33.02%
DLmr                      20,533|      4,228         -79.41%
DLmw                      71,736|     30,991         -56.80%
Dr                    19,540,745| 12,247,591         -37.32%
Dw                    13,013,138|  8,613,238         -33.81%
EstimatedCycles      114,786,731| 72,050,576         -37.23%
I1MissRate                     0|          0         -47.78%
I1mr                      75,655|     25,026         -66.92%
ILmr                         568|        238         -58.10%
Ir                    75,518,578| 47,836,929         -36.66%
L1HitRate                     99|         99          +0.08%
L1hits               107,090,171| 68,125,481         -36.38%
LLHitRate                      1|          1          -5.05%
LLMissRate                     0|          0         -39.92%
LLdMissRate                    0|          0         -40.43%
LLhits                   889,453|    536,820         -39.65%
LLiMissRate                    0|          0         -33.85%
RamHitRate                     0|          0         -39.92%
RamHits                   92,837|     35,457         -61.81%
TotalRW              108,072,461| 68,697,758         -36.43%

🚀 Render: Cold Execution

run_once_gungraun::run_once_group::run_once with_setup_0:(setup_run_once(isometric-fountain))
Instructions: 26,460,576 (master) → 25,814,551 (HEAD) : $$\color{lime}-2.44\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -9.49%
D1mr                     178,120|    163,546          -8.18%
D1mw                      99,004|     79,422         -19.78%
DLmr                      11,310|      8,470         -25.11%
DLmw                      14,723|     14,778          +0.37%
Dr                     6,782,002|  6,567,251          -3.17%
Dw                     4,994,612|  4,839,950          -3.10%
EstimatedCycles       41,461,816| 40,120,218          -3.24%
I1MissRate                     1|          1          -5.01%
I1mr                     268,610|    248,931          -7.33%
ILmr                       8,690|      7,781         -10.46%
Ir                    26,460,576| 25,814,551          -2.44%
L1HitRate                     99|         99          +0.11%
L1hits                37,691,456| 36,729,853          -2.55%
LLHitRate                      1|          1          -7.35%
LLMissRate                     0|          0          -8.20%
LLdMissRate                    0|          0          -7.81%
LLhits                   511,011|    460,870          -9.81%
LLiMissRate                    0|          0          -8.22%
RamHitRate                     0|          0          -8.20%
RamHits                   34,723|     31,029         -10.64%
TotalRW               38,237,190| 37,221,752          -2.66%

run_once_gungraun::run_once_group::run_once with_setup_1:(setup_run_once(painted-dreams))
Instructions: 209,053,119 (master) → 203,239,298 (HEAD) : $$\color{lime}-2.78\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -4.88%
D1mr                     862,890|    799,461          -7.35%
D1mw                     516,249|    482,658          -6.51%
DLmr                       6,031|      4,361         -27.69%
DLmw                      67,654|     58,427         -13.64%
Dr                    44,298,344| 43,207,227          -2.46%
Dw                    30,452,796| 29,851,117          -1.98%
EstimatedCycles      298,438,223|289,505,302          -2.99%
I1MissRate                     1|          1          -7.85%
I1mr                   1,647,672|  1,476,076         -10.41%
ILmr                      10,539|      9,708          -7.88%
Ir                   209,053,119|203,239,298          -2.78%
L1HitRate                     99|         99          +0.07%
L1hits               280,777,448|273,539,447          -2.58%
LLHitRate                      1|          1          -6.25%
LLMissRate                     0|          0         -11.59%
LLdMissRate                    0|          0         -12.81%
LLhits                 2,942,587|  2,685,699          -8.73%
LLiMissRate                    0|          0          -5.25%
RamHitRate                     0|          0         -11.59%
RamHits                   84,224|     72,496         -13.92%
TotalRW              283,804,259|276,297,642          -2.64%

run_once_gungraun::run_once_group::run_once with_setup_2:(setup_run_once(procedural-string-lights))
Instructions: 16,632,905 (master) → 16,586,721 (HEAD) : $$\color{lime}-0.28\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -2.07%
D1mr                      70,939|     70,168          -1.09%
D1mw                      40,148|     37,767          -5.93%
DLmr                       2,091|        962         -53.99%
DLmw                       3,200|      1,525         -52.34%
Dr                     4,142,155|  4,110,911          -0.75%
Dw                     3,036,868|  3,011,934          -0.82%
EstimatedCycles       24,996,536| 24,773,134          -0.89%
I1MissRate                     1|          1          +0.13%
I1mr                      90,580|     90,442          -0.15%
ILmr                       7,307|      6,515         -10.84%
Ir                    16,632,905| 16,586,721          -0.28%
L1HitRate                     99|         99          +0.01%
L1hits                23,610,261| 23,511,189          -0.42%
LLHitRate                      1|          1          +0.59%
LLMissRate                     0|          0         -28.24%
LLdMissRate                    0|          0         -52.62%
LLhits                   189,069|    189,375          +0.16%
LLiMissRate                    0|          0         -10.59%
RamHitRate                     0|          0         -28.24%
RamHits                   12,598|      9,002         -28.54%
TotalRW               23,811,928| 23,709,566          -0.43%

run_once_gungraun::run_once_group::run_once with_setup_3:(setup_run_once(parametric-dunescape))
Instructions: 20,405,856 (master) → 20,676,334 (HEAD) : $$\color{red}+1.33\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2         -10.79%
D1mr                      94,361|     87,840          -6.91%
D1mw                      81,299|     71,386         -12.19%
DLmr                       4,734|      4,233         -10.58%
DLmw                       6,052|      7,709         +27.38%
Dr                     4,956,098|  5,030,061          +1.49%
Dw                     3,753,513|  3,819,729          +1.76%
EstimatedCycles       30,615,985| 31,013,448          +1.30%
I1MissRate                     0|          0          +7.16%
I1mr                      78,367|     85,090          +8.58%
ILmr                       5,361|      5,060          -5.61%
Ir                    20,405,856| 20,676,334          +1.33%
L1HitRate                     99|         99          +0.05%
L1hits                28,861,440| 29,281,808          +1.46%
LLHitRate                      1|          1          -5.77%
LLMissRate                     0|          0          +3.83%
LLdMissRate                    0|          0          +8.96%
LLhits                   237,880|    227,314          -4.44%
LLiMissRate                    0|          0          -6.85%
RamHitRate                     0|          0          +3.83%
RamHits                   16,147|     17,002          +5.30%
TotalRW               29,115,467| 29,526,124          +1.41%

run_once_gungraun::run_once_group::run_once with_setup_4:(setup_run_once(red-dress))
Instructions: 1,874,829,151 (master) → 1,869,214,632 (HEAD) : $$\color{lime}-0.30\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     0|          0          -0.03%
D1mr                   2,168,504|  2,153,363          -0.70%
D1mw                   1,261,115|  1,249,041          -0.96%
DLmr                     282,060|    280,646          -0.50%
DLmw                     679,971|    687,145          +1.06%
Dr                   448,230,546|444,950,057          -0.73%
Dw                   295,906,002|293,529,647          -0.80%
EstimatedCycles      2,669,257,221|2,658,162,472          -0.42%
I1MissRate                     0|          0          +2.05%
I1mr                   1,867,639|  1,900,300          +1.75%
ILmr                       8,052|      7,453          -7.44%
Ir                   1,874,829,151|1,869,214,632          -0.30%
L1HitRate                    100|        100          -0.00%
L1hits               2,613,668,441|2,602,391,632          -0.43%
LLHitRate                      0|          0          +0.44%
LLMissRate                     0|          0          +0.97%
LLdMissRate                    0|          0          +1.37%
LLhits                 4,327,175|  4,327,460          +0.01%
LLiMissRate                    0|          0          -7.16%
RamHitRate                     0|          0          +0.97%
RamHits                  970,083|    975,244          +0.53%
TotalRW              2,618,965,699|2,607,694,336          -0.43%

run_once_gungraun::run_once_group::run_once with_setup_5:(setup_run_once(valley-of-spires))
Instructions: 25,159,360 (master) → 24,687,694 (HEAD) : $$\color{lime}-1.87\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -9.64%
D1mr                     154,650|    139,253          -9.96%
D1mw                      85,599|     71,695         -16.24%
DLmr                       8,321|      6,365         -23.51%
DLmw                      13,700|     13,584          -0.85%
Dr                     6,286,200|  6,110,927          -2.79%
Dw                     4,583,454|  4,451,021          -2.89%
EstimatedCycles       38,719,884| 37,697,224          -2.64%
I1MissRate                     1|          1          -3.74%
I1mr                     221,111|    208,850          -5.55%
ILmr                       6,160|      5,664          -8.05%
Ir                    25,159,360| 24,687,694          -1.87%
L1HitRate                     99|         99          +0.09%
L1hits                35,567,654| 34,829,844          -2.07%
LLHitRate                      1|          1          -6.99%
LLMissRate                     0|          0          -7.10%
LLdMissRate                    0|          0          -6.77%
LLhits                   433,179|    394,185          -9.00%
LLiMissRate                    0|          0          -6.30%
RamHitRate                     0|          0          -7.10%
RamHits                   28,181|     25,613          -9.11%
TotalRW               36,029,014| 35,249,642          -2.16%

⚡ Render: Cached Execution

run_cached_gungraun::run_cached_group::run_cached with_setup_0:(setup_run_cached(isometric-fountain))
Instructions: 177,265 (master) → 175,812 (HEAD) : $$\color{lime}-0.82\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.11%
D1mr                       4,367|      4,346          -0.48%
D1mw                       2,157|      2,149          -0.37%
DLmr                           3|          3          +0.00%
DLmw                           9|          6         -33.33%
Dr                       103,542|    103,168          -0.36%
Dw                        97,163|     96,870          -0.30%
EstimatedCycles          406,832|    404,326          -0.62%
I1MissRate                     0|          0          -8.10%
I1mr                         339|        309          -8.85%
ILmr                          35|         33          -5.71%
Ir                       177,265|    175,812          -0.82%
L1HitRate                     98|         98          +0.01%
L1hits                   371,107|    369,046          -0.56%
LLHitRate                      2|          2          -0.23%
LLMissRate                     0|          0         -10.13%
LLdMissRate                    0|          0         -24.75%
LLhits                     6,816|      6,762          -0.79%
LLiMissRate                    0|          0          -4.94%
RamHitRate                     0|          0         -10.13%
RamHits                       47|         42         -10.64%
TotalRW                  377,970|    375,850          -0.56%

run_cached_gungraun::run_cached_group::run_cached with_setup_1:(setup_run_cached(painted-dreams))
Instructions: 225,224 (master) → 226,430 (HEAD) : $$\color{red}+0.54\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -1.47%
D1mr                       4,978|      4,896          -1.65%
D1mw                       2,684|      2,651          -1.23%
DLmr                          31|         21         -32.26%
DLmw                          12|         13          +8.33%
Dr                       150,389|    150,455          +0.04%
Dw                       142,076|    141,907          -0.12%
EstimatedCycles          554,541|    554,268          -0.05%
I1MissRate                     0|          0          -6.16%
I1mr                         336|        317          -5.65%
ILmr                         119|        100         -15.97%
Ir                       225,224|    226,430          +0.54%
L1HitRate                     98|         98          +0.03%
L1hits                   509,691|    510,928          +0.24%
LLHitRate                      2|          1          -1.56%
LLMissRate                     0|          0         -17.46%
LLdMissRate                    0|          0         -20.90%
LLhits                     7,836|      7,730          -1.35%
LLiMissRate                    0|          0         -16.41%
RamHitRate                     0|          0         -17.46%
RamHits                      162|        134         -17.28%
TotalRW                  517,689|    518,792          +0.21%

run_cached_gungraun::run_cached_group::run_cached with_setup_2:(setup_run_cached(parametric-dunescape))
Instructions: 134,019 (master) → 130,281 (HEAD) : $$\color{lime}-2.79\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -1.95%
D1mr                       2,345|      2,255          -3.84%
D1mw                       2,016|      1,992          -1.19%
DLmr                           3|          3          +0.00%
DLmw                           6|          5         -16.67%
Dr                       108,726|    107,901          -0.76%
Dw                       106,493|    105,859          -0.60%
EstimatedCycles          369,134|    363,421          -1.55%
I1MissRate                     0|          0          -6.13%
I1mr                         343|        313          -8.75%
ILmr                          27|         30         +11.11%
Ir                       134,019|    130,281          -2.79%
L1HitRate                     99|         99          +0.02%
L1hits                   344,534|    339,481          -1.47%
LLHitRate                      1|          1          -1.66%
LLMissRate                     0|          0          +7.15%
LLdMissRate                    0|          0         -10.50%
LLhits                     4,668|      4,522          -3.13%
LLiMissRate                    0|          0         +14.30%
RamHitRate                     0|          0          +7.15%
RamHits                       36|         38          +5.56%
TotalRW                  349,238|    344,041          -1.49%

run_cached_gungraun::run_cached_group::run_cached with_setup_3:(setup_run_cached(red-dress))
Instructions: 498,891 (master) → 497,552 (HEAD) : $$\color{lime}-0.27\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                    34|         34          +0.04%
D1mr                      55,603|     55,506          -0.17%
D1mw                      27,258|     27,194          -0.23%
DLmr                         185|        174          -5.95%
DLmw                       1,694|      1,527          -9.86%
Dr                       132,513|    132,245          -0.20%
Dw                       112,263|    111,953          -0.28%
EstimatedCycles        1,140,169|  1,131,466          -0.76%
I1MissRate                     0|          0          -7.94%
I1mr                         342|        314          -8.19%
ILmr                         244|        221          -9.43%
Ir                       498,891|    497,552          -0.27%
L1HitRate                     89|         89          -0.00%
L1hits                   660,464|    658,736          -0.26%
LLHitRate                     11|         11          +0.27%
LLMissRate                     0|          0          -9.23%
LLdMissRate                    1|          1          -9.26%
LLhits                    81,080|     81,092          +0.01%
LLiMissRate                    0|          0          -9.18%
RamHitRate                     0|          0          -9.23%
RamHits                    2,123|      1,922          -9.47%
TotalRW                  743,667|    741,750          -0.26%

run_cached_gungraun::run_cached_group::run_cached with_setup_4:(setup_run_cached(valley-of-spires))
Instructions: 170,400 (master) → 162,424 (HEAD) : $$\color{lime}-4.68\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -1.83%
D1mr                       4,364|      4,153          -4.84%
D1mw                       2,095|      2,099          +0.19%
DLmr                           3|          3          +0.00%
DLmw                           5|          5          +0.00%
Dr                        99,600|     98,122          -1.48%
Dw                        93,421|     92,190          -1.32%
EstimatedCycles          391,889|    380,202          -2.98%
I1MissRate                     0|          0          -6.10%
I1mr                         343|        307         -10.50%
ILmr                          34|         33          -2.94%
Ir                       170,400|    162,424          -4.68%
L1HitRate                     98|         98          +0.01%
L1hits                   356,619|    346,177          -2.93%
LLHitRate                      2|          2          -0.66%
LLMissRate                     0|          0          +0.58%
LLdMissRate                    0|          0          +1.42%
LLhits                     6,760|      6,518          -3.58%
LLiMissRate                    0|          0          +1.82%
RamHitRate                     0|          0          +0.58%
RamHits                       42|         41          -2.38%
TotalRW                  363,421|    352,736          -2.94%

@github-actions

Copy link
Copy Markdown
📦 Mac Build Complete for cb45177
Download binary

@github-actions

github-actions Bot commented Jul 17, 2026

Copy link
Copy Markdown
📦 Linux Build Complete for cb45177
Download binary
Download Flatpak

@github-actions

Copy link
Copy Markdown
📦 Windows Build Complete for cb45177
Download binary

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