Skip to content

Let vector modifier nodes operate on graphic content by recursing into groups - #4431

Merged
Keavon merged 6 commits into
masterfrom
vector-nodes-accept-graphic-input
Aug 12, 2026
Merged

Let vector modifier nodes operate on graphic content by recursing into groups#4431
Keavon merged 6 commits into
masterfrom
vector-nodes-accept-graphic-input

Conversation

@Keavon

@Keavon Keavon commented Aug 11, 2026

Copy link
Copy Markdown
Member

Mostly closes #1929 except those in the Measure category.

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

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

1 issue found across 1 file

Confidence score: 4/5

  • In node-graph/nodes/vector/src/vector_nodes.rs (map_points), deriving index from positions_mut().enumerate() can reset point indices to 0 for each nested vector in a Graphic, which may break nodes that rely on globally stable indexing and produce incorrect per-point results; preserve a cumulative index across nested vectors (or document/adjust expected indexing semantics) to de-risk regressions.
Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="node-graph/nodes/vector/src/vector_nodes.rs">

<violation number="1" location="node-graph/nodes/vector/src/vector_nodes.rs:1709">
P2: `map_points` now iterates via `V::vector_elements_mut`, and the `index` passed into the node's context is derived from `positions_mut().enumerate()`, which restarts at 0 for every nested vector inside a `Graphic`. Previously the node accepted a single `Item<Vector>` and the index ran 0..n for the whole path. When the mapped upstream node keys off `index` (common for noise/colour/pattern nodes), each vector in a group now re-indexes from 0 rather than continuing across the group, so the per-point values change for grouped content. Consider threading a monotonically increasing index across all collected vectors so the mapping stays consistent with the former single-vector behavior.</violation>
</file>

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

Re-trigger cubic

Comment thread node-graph/nodes/vector/src/vector_nodes.rs
Comment thread node-graph/nodes/vector/src/vector_nodes.rs
Comment thread node-graph/nodes/vector/src/vector_nodes.rs Outdated
Comment thread node-graph/nodes/vector/src/vector_nodes.rs
@Keavon
Keavon force-pushed the vector-nodes-accept-graphic-input branch from 134096f to ab483a7 Compare August 11, 2026 22:44
@github-actions

github-actions Bot commented Aug 11, 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: 34,901,484 (master) → 34,939,109 (HEAD) : $$\color{red}+0.11\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.37%
D1mr                     496,288|    497,269          +0.20%
D1mw                     142,581|    144,517          +1.36%
DLmr                      43,562|     43,532          -0.07%
DLmw                      75,267|     74,751          -0.69%
Dr                     8,537,855|  8,545,974          +0.10%
Dw                     5,951,419|  5,956,176          +0.08%
EstimatedCycles       55,721,370| 55,800,439          +0.14%
I1MissRate                     0|          0         +18.00%
I1mr                      45,824|     54,129         +18.12%
ILmr                         899|        901          +0.22%
Ir                    34,901,484| 34,939,109          +0.11%
L1HitRate                     99|         99          -0.02%
L1hits                48,706,065| 48,745,344          +0.08%
LLHitRate                      1|          1          +1.98%
LLMissRate                     0|          0          -0.56%
LLdMissRate                    1|          1          -0.55%
LLhits                   564,965|    576,731          +2.08%
LLiMissRate                    0|          0          +0.11%
RamHitRate                     0|          0          -0.56%
RamHits                  119,728|    119,184          -0.45%
TotalRW               49,390,758| 49,441,259          +0.10%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_1:(load_from_name(painted-dreams))
Instructions: 17,384,360 (master) → 17,439,338 (HEAD) : $$\color{red}+0.32\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.80%
D1mr                     240,984|    245,076          +1.70%
D1mw                      72,807|     71,991          -1.12%
DLmr                       1,233|      1,012         -17.92%
DLmw                      21,217|     22,727          +7.12%
Dr                     4,255,860|  4,267,456          +0.27%
Dw                     2,963,487|  2,969,521          +0.20%
EstimatedCycles       26,633,755| 26,773,575          +0.52%
I1MissRate                     0|          0         +19.14%
I1mr                      19,886|     23,768         +19.52%
ILmr                         728|        725          -0.41%
Ir                    17,384,360| 17,439,338          +0.32%
L1HitRate                     99|         99          -0.03%
L1hits                24,270,030| 24,335,480          +0.27%
LLHitRate                      1|          1          +1.59%
LLMissRate                     0|          0          +5.24%
LLdMissRate                    0|          0          +5.48%
LLhits                   310,499|    316,371          +1.89%
LLiMissRate                    0|          0          -0.73%
RamHitRate                     0|          0          +5.24%
RamHits                   23,178|     24,464          +5.55%
TotalRW               24,603,707| 24,676,315          +0.30%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_2:(load_from_name(procedural-string-lights))
Instructions: 3,629,840 (master) → 3,629,842 (HEAD) : $$\color{red}+0.00\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.42%
D1mr                      45,535|     46,041          +1.11%
D1mw                      16,024|     15,769          -1.59%
DLmr                          17|         20         +17.65%
DLmw                       3,760|      3,785          +0.66%
Dr                       883,461|    883,372          -0.01%
Dw                       615,221|    615,105          -0.02%
EstimatedCycles        5,529,138|  5,533,693          +0.08%
I1MissRate                     0|          0         +15.05%
I1mr                       4,890|      5,626         +15.05%
ILmr                         717|        716          -0.14%
Ir                     3,629,840|  3,629,842          +0.00%
L1HitRate                     99|         99          -0.02%
L1hits                 5,062,073|  5,060,883          -0.02%
LLHitRate                      1|          1          +1.55%
LLMissRate                     0|          0          +0.60%
LLdMissRate                    0|          0          +0.76%
LLhits                    61,955|     62,915          +1.55%
LLiMissRate                    0|          0          -0.14%
RamHitRate                     0|          0          +0.60%
RamHits                    4,494|      4,521          +0.60%
TotalRW                5,128,522|  5,128,319          -0.00%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_3:(load_from_name(parametric-dunescape))
Instructions: 12,723,799 (master) → 12,738,497 (HEAD) : $$\color{red}+0.12\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.82%
D1mr                     171,024|    172,446          +0.83%
D1mw                      62,111|     62,844          +1.18%
DLmr                          46|         55         +19.57%
DLmw                      19,307|     16,486         -14.61%
Dr                     3,101,984|  3,105,001          +0.10%
Dw                     2,178,582|  2,180,806          +0.10%
EstimatedCycles       19,587,739| 19,539,614          -0.25%
I1MissRate                     0|          0         +16.73%
I1mr                      11,291|     13,195         +16.86%
ILmr                         836|        838          +0.24%
Ir                    12,723,799| 12,738,497          +0.12%
L1HitRate                     99|         99          -0.02%
L1hits                17,759,939| 17,775,819          +0.09%
LLHitRate                      1|          1          +2.95%
LLMissRate                     0|          0         -14.01%
LLdMissRate                    0|          0         -14.61%
LLhits                   224,237|    231,106          +3.06%
LLiMissRate                    0|          0          +0.12%
RamHitRate                     0|          0         -14.01%
RamHits                   20,189|     17,379         -13.92%
TotalRW               18,004,365| 18,024,304          +0.11%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_4:(load_from_name(red-dress))
Instructions: 37,546,301 (master) → 37,539,087 (HEAD) : $$\color{lime}-0.02\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.25%
D1mr                     541,553|    534,211          -1.36%
D1mw                     155,066|    160,431          +3.46%
DLmr                      49,129|     49,147          +0.04%
DLmw                      79,982|     79,704          -0.35%
Dr                     9,190,933|  9,187,719          -0.03%
Dw                     6,410,110|  6,408,214          -0.03%
EstimatedCycles       60,021,840| 60,030,452          +0.01%
I1MissRate                     0|          0         +19.58%
I1mr                      46,930|     56,106         +19.55%
ILmr                         899|        897          -0.22%
Ir                    37,546,301| 37,539,087          -0.02%
L1HitRate                     99|         99          -0.01%
L1hits                52,403,795| 52,384,272          -0.04%
LLHitRate                      1|          1          +1.24%
LLMissRate                     0|          0          -0.18%
LLdMissRate                    1|          1          -0.17%
LLhits                   613,539|    621,000          +1.22%
LLiMissRate                    0|          0          -0.20%
RamHitRate                     0|          0          -0.18%
RamHits                  130,010|    129,748          -0.20%
TotalRW               53,147,344| 53,135,020          -0.02%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_5:(load_from_name(valley-of-spires))
Instructions: 27,232,803 (master) → 27,278,586 (HEAD) : $$\color{red}+0.17\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.54%
D1mr                     376,588|    382,565          +1.59%
D1mw                     108,375|    105,608          -2.55%
DLmr                      20,676|     20,813          +0.66%
DLmw                      46,295|     50,408          +8.88%
Dr                     6,692,492|  6,700,907          +0.13%
Dw                     4,648,815|  4,653,749          +0.11%
EstimatedCycles       42,690,156| 42,914,902          +0.53%
I1MissRate                     0|          0         +17.92%
I1mr                      35,496|     41,927         +18.12%
ILmr                         836|        821          -1.79%
Ir                    27,232,803| 27,278,586          +0.17%
L1HitRate                     99|         99          -0.02%
L1hits                38,053,651| 38,103,142          +0.13%
LLHitRate                      1|          1          +1.04%
LLMissRate                     0|          0          +6.08%
LLdMissRate                    1|          1          +6.22%
LLhits                   452,652|    458,058          +1.19%
LLiMissRate                    0|          0          -1.96%
RamHitRate                     0|          0          +6.08%
RamHits                   67,807|     72,042          +6.25%
TotalRW               38,574,110| 38,633,242          +0.15%

🔄 Executor Update

update_executor_gungraun::update_group::update_executor with_setup_0:(setup_update_executor(isometric-fountain))
Instructions: 90,506,132 (master) → 90,484,288 (HEAD) : $$\color{lime}-0.02\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.22%
D1mr                     857,237|    857,408          +0.02%
D1mw                     238,240|    239,668          +0.60%
DLmr                      44,572|     45,409          +1.88%
DLmw                      96,614|     99,647          +3.14%
Dr                    22,891,596| 22,882,741          -0.04%
Dw                    15,002,717| 14,983,045          -0.13%
EstimatedCycles      137,688,625|137,698,798          +0.01%
I1MissRate                     0|          0          -9.59%
I1mr                     159,603|    144,265          -9.61%
ILmr                       1,076|      1,056          -1.86%
Ir                    90,506,132| 90,484,288          -0.02%
L1HitRate                     99|         99          +0.01%
L1hits               127,145,365|127,108,733          -0.03%
LLHitRate                      1|          1          -1.54%
LLMissRate                     0|          0          +2.75%
LLdMissRate                    0|          0          +2.82%
LLhits                 1,112,818|  1,095,229          -1.58%
LLiMissRate                    0|          0          -1.84%
RamHitRate                     0|          0          +2.75%
RamHits                  142,262|    146,112          +2.71%
TotalRW              128,400,445|128,350,074          -0.04%

update_executor_gungraun::update_group::update_executor with_setup_1:(setup_update_executor(painted-dreams))
Instructions: 46,552,832 (master) → 46,452,725 (HEAD) : $$\color{lime}-0.22\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.26%
D1mr                     444,240|    445,593          +0.30%
D1mw                     122,199|    121,963          -0.19%
DLmr                         401|        534         +33.17%
DLmw                      14,591|     14,447          -0.99%
Dr                    11,935,101| 11,917,690          -0.15%
Dw                     7,918,440|  7,922,666          +0.05%
EstimatedCycles       69,503,495| 69,354,481          -0.21%
I1MissRate                     0|          0         -10.43%
I1mr                      94,239|     84,229         -10.62%
ILmr                         155|        161          +3.87%
Ir                    46,552,832| 46,452,725          -0.22%
L1HitRate                     99|         99          +0.01%
L1hits                65,745,695| 65,641,296          -0.16%
LLHitRate                      1|          1          -1.21%
LLMissRate                     0|          0          +0.14%
LLdMissRate                    0|          0          -0.01%
LLhits                   645,531|    636,643          -1.38%
LLiMissRate                    0|          0          +4.09%
RamHitRate                     0|          0          +0.14%
RamHits                   15,147|     15,142          -0.03%
TotalRW               66,406,373| 66,293,081          -0.17%

update_executor_gungraun::update_group::update_executor with_setup_2:(setup_update_executor(procedural-string-lights)...
Instructions: 11,394,507 (master) → 11,330,986 (HEAD) : $$\color{lime}-0.56\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.67%
D1mr                     105,464|    104,326          -1.08%
D1mw                      30,469|     30,016          -1.49%
DLmr                          44|         44          +0.00%
DLmw                       1,662|      1,746          +5.05%
Dr                     2,910,528|  2,895,579          -0.51%
Dw                     1,931,148|  1,921,728          -0.49%
EstimatedCycles       16,929,439| 16,831,203          -0.58%
I1MissRate                     0|          0          -6.20%
I1mr                      23,401|     21,828          -6.72%
ILmr                         158|        151          -4.43%
Ir                    11,394,507| 11,330,986          -0.56%
L1HitRate                     99|         99          +0.01%
L1hits                16,076,849| 15,992,123          -0.53%
LLHitRate                      1|          1          -1.53%
LLMissRate                     0|          0          +4.70%
LLdMissRate                    0|          0          +5.45%
LLhits                   157,470|    154,229          -2.06%
LLiMissRate                    0|          0          -3.89%
RamHitRate                     0|          0          +4.70%
RamHits                    1,864|      1,941          +4.13%
TotalRW               16,236,183| 16,148,293          -0.54%

update_executor_gungraun::update_group::update_executor with_setup_3:(setup_update_executor(parametric-dunescape))
Instructions: 35,577,413 (master) → 33,252,755 (HEAD) : $$\color{lime}-6.53\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +3.22%
D1mr                     315,549|    306,030          -3.02%
D1mw                      92,648|     88,645          -4.32%
DLmr                          95|         99          +4.21%
DLmw                      10,568|     10,226          -3.24%
Dr                     9,235,301|  8,654,338          -6.29%
Dw                     6,213,187|  5,816,170          -6.39%
EstimatedCycles       53,167,559| 49,772,761          -6.39%
I1MissRate                     0|          0          -9.25%
I1mr                      46,105|     39,107         -15.18%
ILmr                         152|        154          +1.32%
Ir                    35,577,413| 33,252,755          -6.53%
L1HitRate                     99|         99          -0.02%
L1hits                50,571,599| 47,289,481          -6.49%
LLHitRate                      1|          1          +2.05%
LLMissRate                     0|          0          +3.60%
LLdMissRate                    0|          0          +3.37%
LLhits                   443,487|    423,303          -4.55%
LLiMissRate                    0|          0          +8.40%
RamHitRate                     0|          0          +3.60%
RamHits                   10,815|     10,479          -3.11%
TotalRW               51,025,901| 47,723,263          -6.47%

update_executor_gungraun::update_group::update_executor with_setup_4:(setup_update_executor(red-dress))
Instructions: 103,618,642 (master) → 102,316,481 (HEAD) : $$\color{lime}-1.26\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.07%
D1mr                     952,777|    938,876          -1.46%
D1mw                     269,697|    270,232          +0.20%
DLmr                      74,595|     71,195          -4.56%
DLmw                     118,903|    117,865          -0.87%
Dr                    26,583,350| 26,285,637          -1.12%
Dw                    17,667,213| 17,451,875          -1.22%
EstimatedCycles      159,334,013|157,250,103          -1.31%
I1MissRate                     0|          0          -9.75%
I1mr                     182,863|    162,962         -10.88%
ILmr                       1,284|      1,201          -6.46%
Ir                   103,618,642|102,316,481          -1.26%
L1HitRate                     99|         99          +0.01%
L1hits               146,463,868|144,681,923          -1.22%
LLHitRate                      1|          1          -1.16%
LLMissRate                     0|          0          -1.11%
LLdMissRate                    0|          0          -1.15%
LLhits                 1,210,555|  1,181,809          -2.37%
LLiMissRate                    0|          0          -5.27%
RamHitRate                     0|          0          -1.11%
RamHits                  194,782|    190,261          -2.32%
TotalRW              147,869,205|146,053,993          -1.23%

update_executor_gungraun::update_group::update_executor with_setup_5:(setup_update_executor(valley-of-spires))
Instructions: 72,556,397 (master) → 72,514,027 (HEAD) : $$\color{lime}-0.06\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.32%
D1mr                     684,975|    681,574          -0.50%
D1mw                     190,800|    190,918          +0.06%
DLmr                      16,579|     15,180          -8.44%
DLmw                      55,988|     56,871          +1.58%
Dr                    18,789,840| 18,777,727          -0.06%
Dw                    12,492,245| 12,487,791          -0.04%
EstimatedCycles      110,081,546|109,939,145          -0.13%
I1MissRate                     0|          0         -10.06%
I1mr                     137,851|    123,913         -10.11%
ILmr                         385|        415          +7.79%
Ir                    72,556,397| 72,514,027          -0.06%
L1HitRate                     99|         99          +0.02%
L1hits               102,824,856|102,783,140          -0.04%
LLHitRate                      1|          1          -1.72%
LLMissRate                     0|          0          -0.61%
LLdMissRate                    0|          0          -0.66%
LLhits                   940,674|    923,939          -1.78%
LLiMissRate                    0|          0          +7.86%
RamHitRate                     0|          0          -0.61%
RamHits                   72,952|     72,466          -0.67%
TotalRW              103,838,482|103,779,545          -0.06%

🚀 Render: Cold Execution

run_once_gungraun::run_once_group::run_once with_setup_0:(setup_run_once(isometric-fountain))
Instructions: 27,589,363 (master) → 27,592,139 (HEAD) : $$\color{red}+0.01\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          +0.18%
D1mr                     180,707|    181,593          +0.49%
D1mw                     100,792|    100,410          -0.38%
DLmr                      10,579|     10,508          -0.67%
DLmw                      15,113|     16,176          +7.03%
Dr                     7,075,590|  7,074,909          -0.01%
Dw                     5,180,509|  5,180,567          +0.00%
EstimatedCycles       43,084,858| 43,115,411          +0.07%
I1MissRate                     1|          1          -0.31%
I1mr                     269,375|    268,576          -0.30%
ILmr                       8,838|      8,832          -0.07%
Ir                    27,589,363| 27,592,139          +0.01%
L1HitRate                     99|         99          +0.00%
L1hits                39,294,588| 39,297,036          +0.01%
LLHitRate                      1|          1          -0.25%
LLMissRate                     0|          0          +2.85%
LLdMissRate                    0|          0          +3.87%
LLhits                   516,344|    515,063          -0.25%
LLiMissRate                    0|          0          -0.08%
RamHitRate                     0|          0          +2.85%
RamHits                   34,530|     35,516          +2.86%
TotalRW               39,845,462| 39,847,615          +0.01%

run_once_gungraun::run_once_group::run_once with_setup_1:(setup_run_once(painted-dreams))
Instructions: 208,152,249 (master) → 208,480,103 (HEAD) : $$\color{red}+0.16\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.56%
D1mr                     855,200|    852,708          -0.29%
D1mw                     516,961|    514,404          -0.49%
DLmr                       5,621|      5,751          +2.31%
DLmw                      69,751|     68,154          -2.29%
Dr                    44,207,122| 44,288,371          +0.18%
Dw                    30,456,597| 30,517,982          +0.20%
EstimatedCycles      297,414,076|297,796,568          +0.13%
I1MissRate                     1|          1          -0.53%
I1mr                   1,633,401|  1,627,266          -0.38%
ILmr                      10,490|     10,515          +0.24%
Ir                   208,152,249|208,480,103          +0.16%
L1HitRate                     99|         99          +0.01%
L1hits               279,810,406|280,292,078          +0.17%
LLHitRate                      1|          1          -0.50%
LLMissRate                     0|          0          -1.84%
LLdMissRate                    0|          0          -2.13%
LLhits                 2,919,700|  2,909,958          -0.33%
LLiMissRate                    0|          0          +0.08%
RamHitRate                     0|          0          -1.84%
RamHits                   85,862|     84,420          -1.68%
TotalRW              282,815,968|283,286,456          +0.17%

run_once_gungraun::run_once_group::run_once with_setup_2:(setup_run_once(procedural-string-lights))
Instructions: 16,519,027 (master) → 16,553,115 (HEAD) : $$\color{red}+0.21\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.47%
D1mr                      67,923|     68,573          +0.96%
D1mw                      38,959|     39,237          +0.71%
DLmr                       2,121|      2,110          -0.52%
DLmw                       3,063|      3,183          +3.92%
Dr                     4,064,552|  4,111,211          +1.15%
Dw                     2,971,028|  3,019,201          +1.62%
EstimatedCycles       24,733,419| 24,868,779          +0.55%
I1MissRate                     1|          1          -0.34%
I1mr                      94,101|     93,973          -0.14%
ILmr                       7,312|      7,311          -0.01%
Ir                    16,519,027| 16,553,115          +0.21%
L1HitRate                     99|         99          +0.00%
L1hits                23,353,624| 23,481,744          +0.55%
LLHitRate                      1|          1          -0.18%
LLMissRate                     0|          0          +0.32%
LLdMissRate                    0|          0          +0.74%
LLhits                   188,487|    189,179          +0.37%
LLiMissRate                    0|          0          -0.22%
RamHitRate                     0|          0          +0.32%
RamHits                   12,496|     12,604          +0.86%
TotalRW               23,554,607| 23,683,527          +0.55%

run_once_gungraun::run_once_group::run_once with_setup_3:(setup_run_once(parametric-dunescape))
Instructions: 20,677,516 (master) → 20,368,427 (HEAD) : $$\color{lime}-1.49\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -2.97%
D1mr                      98,872|     94,189          -4.74%
D1mw                      82,072|     77,943          -5.03%
DLmr                       4,617|      4,644          +0.58%
DLmw                       7,927|      7,134         -10.00%
Dr                     5,033,444|  4,934,051          -1.97%
Dw                     3,810,401|  3,736,601          -1.94%
EstimatedCycles       31,097,707| 30,558,533          -1.73%
I1MissRate                     0|          0          +1.64%
I1mr                      78,525|     78,619          +0.12%
ILmr                       5,405|      5,437          +0.59%
Ir                    20,677,516| 20,368,427          -1.49%
L1HitRate                     99|         99          +0.02%
L1hits                29,261,892| 28,788,328          -1.62%
LLHitRate                      1|          1          -1.70%
LLMissRate                     0|          0          -2.50%
LLdMissRate                    0|          0          -4.23%
LLhits                   241,520|    233,536          -3.31%
LLiMissRate                    0|          0          +2.12%
RamHitRate                     0|          0          -2.50%
RamHits                   17,949|     17,215          -4.09%
TotalRW               29,521,361| 29,039,079          -1.63%

run_once_gungraun::run_once_group::run_once with_setup_4:(setup_run_once(red-dress))
Instructions: 1,868,093,087 (master) → 1,870,316,629 (HEAD) : $$\color{red}+0.12\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     0|          0          +0.28%
D1mr                   2,172,425|  2,174,153          +0.08%
D1mw                   1,280,824|  1,280,517          -0.02%
DLmr                     278,664|    288,335          +3.47%
DLmw                     701,183|    684,456          -2.39%
Dr                   446,187,393|445,137,798          -0.24%
Dw                   294,217,652|293,539,404          -0.23%
EstimatedCycles      2,660,662,004|2,659,868,383          -0.03%
I1MissRate                     0|          0         -12.54%
I1mr                   2,177,014|  1,906,363         -12.43%
ILmr                       8,247|      8,223          -0.29%
Ir                   1,868,093,087|1,870,316,629          +0.12%
L1HitRate                    100|        100          +0.01%
L1hits               2,602,867,869|2,603,632,798          +0.03%
LLHitRate                      0|          0          -5.67%
LLMissRate                     0|          0          -0.74%
LLdMissRate                    0|          0          -0.49%
LLhits                 4,642,169|  4,380,019          -5.65%
LLiMissRate                    0|          0          -0.41%
RamHitRate                     0|          0          -0.74%
RamHits                  988,094|    981,014          -0.72%
TotalRW              2,608,498,132|2,608,993,831          +0.02%

run_once_gungraun::run_once_group::run_once with_setup_5:(setup_run_once(valley-of-spires))
Instructions: 25,967,584 (master) → 25,889,614 (HEAD) : $$\color{lime}-0.30\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.10%
D1mr                     158,197|    155,262          -1.86%
D1mw                      87,223|     85,984          -1.42%
DLmr                       7,747|      7,797          +0.65%
DLmw                      14,961|     13,706          -8.39%
Dr                     6,518,787|  6,428,359          -1.39%
Dw                     4,745,249|  4,655,278          -1.90%
EstimatedCycles       39,967,310| 39,654,593          -0.78%
I1MissRate                     1|          1          +0.16%
I1mr                     221,430|    221,122          -0.14%
ILmr                       6,235|      6,226          -0.14%
Ir                    25,967,584| 25,889,614          -0.30%
L1HitRate                     99|         99          +0.00%
L1hits                36,764,770| 36,510,883          -0.69%
LLHitRate                      1|          1          -0.05%
LLMissRate                     0|          0          -3.52%
LLdMissRate                    0|          0          -3.77%
LLhits                   437,907|    434,639          -0.75%
LLiMissRate                    0|          0          +0.16%
RamHitRate                     0|          0          -3.52%
RamHits                   28,943|     27,729          -4.19%
TotalRW               37,231,620| 36,973,251          -0.69%

⚡ Render: Cached Execution

run_cached_gungraun::run_cached_group::run_cached with_setup_0:(setup_run_cached(isometric-fountain))
Instructions: 167,356 (master) → 167,389 (HEAD) : $$\color{red}+0.02\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.33%
D1mr                       4,119|      4,106          -0.32%
D1mw                       2,164|      2,154          -0.46%
DLmr                           3|          3          +0.00%
DLmw                           5|          5          +0.00%
Dr                       101,579|    101,548          -0.03%
Dw                        95,531|     95,492          -0.04%
EstimatedCycles          392,042|    391,949          -0.02%
I1MissRate                     0|          0          +2.62%
I1mr                         341|        350          +2.64%
ILmr                          28|         28          +0.00%
Ir                       167,356|    167,389          +0.02%
L1HitRate                     98|         98          +0.00%
L1hits                   357,842|    357,819          -0.01%
LLHitRate                      2|          2          -0.20%
LLMissRate                     0|          0          +0.01%
LLdMissRate                    0|          0          +0.04%
LLhits                     6,588|      6,574          -0.21%
LLiMissRate                    0|          0          -0.02%
RamHitRate                     0|          0          +0.01%
RamHits                       36|         36          +0.00%
TotalRW                  364,466|    364,429          -0.01%

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

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.11%
D1mr                       4,901|      4,885          -0.33%
D1mw                       2,650|      2,661          +0.42%
DLmr                          31|         39         +25.81%
DLmw                          13|         10         -23.08%
Dr                       150,673|    150,747          +0.05%
Dw                       142,042|    142,084          +0.03%
EstimatedCycles          556,053|    556,320          +0.05%
I1MissRate                     0|          0          -1.33%
I1mr                         358|        354          -1.12%
ILmr                         130|        115         -11.54%
Ir                       226,482|    226,969          +0.22%
L1HitRate                     98|         98          +0.00%
L1hits                   511,288|    511,900          +0.12%
LLHitRate                      1|          1          -0.10%
LLMissRate                     0|          0          -5.86%
LLdMissRate                    0|          0         +11.32%
LLhits                     7,735|      7,736          +0.01%
LLiMissRate                    0|          0         -11.73%
RamHitRate                     0|          0          -5.86%
RamHits                      174|        164          -5.75%
TotalRW                  519,197|    519,800          +0.12%

run_cached_gungraun::run_cached_group::run_cached with_setup_2:(setup_run_cached(parametric-dunescape))
Instructions: 134,167 (master) → 134,100 (HEAD) : $$\color{lime}-0.05\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.25%
D1mr                       2,364|      2,370          +0.25%
D1mw                       2,036|      2,017          -0.93%
DLmr                           3|          3          +0.00%
DLmw                           5|          5          +0.00%
Dr                       108,825|    108,747          -0.07%
Dw                       106,538|    106,514          -0.02%
EstimatedCycles          369,550|    369,357          -0.05%
I1MissRate                     0|          0          +2.05%
I1mr                         350|        357          +2.00%
ILmr                          26|         26          +0.00%
Ir                       134,167|    134,100          -0.05%
L1HitRate                     99|         99          +0.00%
L1hits                   344,780|    344,617          -0.05%
LLHitRate                      1|          1          -0.08%
LLMissRate                     0|          0          +0.05%
LLdMissRate                    0|          0          +0.05%
LLhits                     4,716|      4,710          -0.13%
LLiMissRate                    0|          0          +0.05%
RamHitRate                     0|          0          +0.05%
RamHits                       34|         34          +0.00%
TotalRW                  349,530|    349,361          -0.05%

run_cached_gungraun::run_cached_group::run_cached with_setup_3:(setup_run_cached(red-dress))
Instructions: 496,478 (master) → 496,930 (HEAD) : $$\color{red}+0.09\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                    34|         34          -0.06%
D1mr                      55,554|     55,535          -0.03%
D1mw                      27,263|     27,264          +0.00%
DLmr                         155|        170          +9.68%
DLmw                       1,511|      1,580          +4.57%
Dr                       132,094|    132,133          +0.03%
Dw                       111,950|    112,004          +0.05%
EstimatedCycles        1,130,302|  1,133,467          +0.28%
I1MissRate                     0|          0          +3.64%
I1mr                         348|        361          +3.74%
ILmr                         238|        242          +1.68%
Ir                       496,478|    496,930          +0.09%
L1HitRate                     89|         89          +0.01%
L1hits                   657,357|    657,907          +0.08%
LLHitRate                     11|         11          -0.19%
LLMissRate                     0|          0          +4.54%
LLdMissRate                    1|          1          +5.00%
LLhits                    81,261|     81,168          -0.11%
LLiMissRate                    0|          0          +1.59%
RamHitRate                     0|          0          +4.54%
RamHits                    1,904|      1,992          +4.62%
TotalRW                  740,522|    741,067          +0.07%

run_cached_gungraun::run_cached_group::run_cached with_setup_4:(setup_run_cached(valley-of-spires))
Instructions: 171,035 (master) → 171,280 (HEAD) : $$\color{red}+0.14\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -2.62%
D1mr                       4,402|      4,235          -3.79%
D1mw                       2,116|      2,113          -0.14%
DLmr                           3|          3          +0.00%
DLmw                          20|         18         -10.00%
Dr                        99,745|     99,771          +0.03%
Dw                        93,518|     93,518          +0.00%
EstimatedCycles          393,304|    392,843          -0.12%
I1MissRate                     0|          0          +0.43%
I1mr                         351|        353          +0.57%
ILmr                          28|         28          +0.00%
Ir                       171,035|    171,280          +0.14%
L1HitRate                     98|         98          +0.05%
L1hits                   357,429|    357,868          +0.12%
LLHitRate                      2|          2          -2.51%
LLMissRate                     0|          0          -3.99%
LLdMissRate                    0|          0          -8.71%
LLhits                     6,818|      6,652          -2.43%
LLiMissRate                    0|          0          -0.14%
RamHitRate                     0|          0          -3.99%
RamHits                       51|         49          -3.92%
TotalRW                  364,298|    364,569          +0.07%

@github-actions

github-actions Bot commented Aug 11, 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: 34,902,345 (master) → 34,905,687 (HEAD) : $$\color{red}+0.01\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.14%
D1mr                     496,506|    497,786          +0.26%
D1mw                     142,633|    142,367          -0.19%
DLmr                      43,558|     44,033          +1.09%
DLmw                      75,286|     83,627         +11.08%
Dr                     8,537,952|  8,539,401          +0.02%
Dw                     5,951,454|  5,952,955          +0.03%
EstimatedCycles       55,723,893| 56,025,915          +0.54%
I1MissRate                     0|          0         +14.78%
I1mr                      45,824|     52,600         +14.79%
ILmr                         899|        902          +0.33%
Ir                    34,902,345| 34,905,687          +0.01%
L1HitRate                     99|         99          -0.02%
L1hits                48,706,788| 48,705,290          -0.00%
LLHitRate                      1|          1          -0.19%
LLMissRate                     0|          0          +7.35%
LLdMissRate                    1|          1          +7.40%
LLhits                   565,220|    564,191          -0.18%
LLiMissRate                    0|          0          +0.32%
RamHitRate                     0|          0          +7.35%
RamHits                  119,743|    128,562          +7.36%
TotalRW               49,391,751| 49,398,043          +0.01%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_1:(load_from_name(painted-dreams))
Instructions: 17,385,861 (master) → 17,442,951 (HEAD) : $$\color{red}+0.33\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.51%
D1mr                     241,044|    242,063          +0.42%
D1mw                      72,753|     74,157          +1.93%
DLmr                       1,229|      1,098         -10.66%
DLmw                      21,202|     22,269          +5.03%
Dr                     4,256,026|  4,268,143          +0.28%
Dw                     2,963,519|  2,970,096          +0.22%
EstimatedCycles       26,634,908| 26,759,316          +0.47%
I1MissRate                     0|          0         +13.27%
I1mr                      19,886|     22,599         +13.64%
ILmr                         728|        728          +0.00%
Ir                    17,385,861| 17,442,951          +0.33%
L1HitRate                     99|         99          -0.02%
L1hits                24,271,723| 24,342,371          +0.29%
LLHitRate                      1|          1          +1.04%
LLMissRate                     0|          0          +3.72%
LLdMissRate                    0|          0          +3.90%
LLhits                   310,524|    314,724          +1.35%
LLiMissRate                    0|          0          -0.33%
RamHitRate                     0|          0          +3.72%
RamHits                   23,159|     24,095          +4.04%
TotalRW               24,605,406| 24,681,190          +0.31%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_2:(load_from_name(procedural-string-lights))
Instructions: 3,629,971 (master) → 3,629,699 (HEAD) : $$\color{lime}-0.01\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.30%
D1mr                      45,540|     45,976          +0.96%
D1mw                      16,015|     15,759          -1.60%
DLmr                          17|         18          +5.88%
DLmw                       3,763|      3,781          +0.48%
Dr                       883,466|    883,380          -0.01%
Dw                       615,215|    615,121          -0.02%
EstimatedCycles        5,529,342|  5,532,296          +0.05%
I1MissRate                     0|          0         +10.52%
I1mr                       4,890|      5,404         +10.51%
ILmr                         717|        719          +0.28%
Ir                     3,629,971|  3,629,699          -0.01%
L1HitRate                     99|         99          -0.01%
L1hits                 5,062,207|  5,061,061          -0.02%
LLHitRate                      1|          1          +1.10%
LLMissRate                     0|          0          +0.48%
LLdMissRate                    0|          0          +0.51%
LLhits                    61,948|     62,621          +1.09%
LLiMissRate                    0|          0          +0.29%
RamHitRate                     0|          0          +0.48%
RamHits                    4,497|      4,518          +0.47%
TotalRW                5,128,652|  5,128,200          -0.01%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_3:(load_from_name(parametric-dunescape))
Instructions: 12,724,614 (master) → 12,721,216 (HEAD) : $$\color{lime}-0.03\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.48%
D1mr                     171,188|    169,264          -1.12%
D1mw                      62,140|     62,916          +1.25%
DLmr                          46|         54         +17.39%
DLmw                      19,308|     16,481         -14.64%
Dr                     3,102,086|  3,101,765          -0.01%
Dw                     2,178,641|  2,178,564          -0.00%
EstimatedCycles       19,589,517| 19,501,857          -0.45%
I1MissRate                     0|          0         +11.83%
I1mr                      11,291|     12,623         +11.80%
ILmr                         836|        835          -0.12%
Ir                    12,724,614| 12,721,216          -0.03%
L1HitRate                     99|         99          -0.00%
L1hits                17,760,722| 17,756,742          -0.02%
LLHitRate                      1|          1          +1.36%
LLMissRate                     0|          0         -13.95%
LLdMissRate                    0|          0         -14.56%
LLhits                   224,429|    227,433          +1.34%
LLiMissRate                    0|          0          -0.09%
RamHitRate                     0|          0         -13.95%
RamHits                   20,190|     17,370         -13.97%
TotalRW               18,005,341| 18,001,545          -0.02%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_4:(load_from_name(red-dress))
Instructions: 37,545,259 (master) → 37,663,864 (HEAD) : $$\color{red}+0.32\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.33%
D1mr                     541,796|    540,372          -0.26%
D1mw                     155,137|    160,613          +3.53%
DLmr                      49,127|     49,171          +0.09%
DLmw                      79,994|     81,917          +2.40%
Dr                     9,190,865|  9,216,235          +0.28%
Dw                     6,410,149|  6,423,335          +0.21%
EstimatedCycles       60,022,325| 60,278,342          +0.43%
I1MissRate                     0|          0         +12.09%
I1mr                      46,930|     52,772         +12.45%
ILmr                         899|        908          +1.00%
Ir                    37,545,259| 37,663,864          +0.32%
L1HitRate                     99|         99          -0.01%
L1hits                52,402,410| 52,549,677          +0.28%
LLHitRate                      1|          1          +0.99%
LLMissRate                     0|          0          +1.22%
LLdMissRate                    1|          1          +1.27%
LLhits                   613,843|    621,761          +1.29%
LLiMissRate                    0|          0          +0.68%
RamHitRate                     0|          0          +1.22%
RamHits                  130,020|    131,996          +1.52%
TotalRW               53,146,273| 53,303,434          +0.30%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_5:(load_from_name(valley-of-spires))
Instructions: 27,229,119 (master) → 27,283,178 (HEAD) : $$\color{red}+0.20\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.30%
D1mr                     376,630|    382,562          +1.58%
D1mw                     108,401|    104,561          -3.54%
DLmr                      20,675|     20,966          +1.41%
DLmw                      46,302|     51,275         +10.74%
Dr                     6,692,185|  6,701,526          +0.14%
Dw                     4,648,887|  4,654,344          +0.12%
EstimatedCycles       42,686,689| 42,939,110          +0.59%
I1MissRate                     0|          0         +12.32%
I1mr                      35,496|     39,950         +12.55%
ILmr                         836|        818          -2.15%
Ir                    27,229,119| 27,283,178          +0.20%
L1HitRate                     99|         99          -0.01%
L1hits                38,049,664| 38,111,975          +0.16%
LLHitRate                      1|          1          +0.11%
LLMissRate                     0|          0          +7.54%
LLdMissRate                    1|          1          +7.72%
LLhits                   452,714|    454,014          +0.29%
LLiMissRate                    0|          0          -2.35%
RamHitRate                     0|          0          +7.54%
RamHits                   67,813|     73,059          +7.74%
TotalRW               38,570,191| 38,639,048          +0.18%

🔄 Executor Update

update_executor_gungraun::update_group::update_executor with_setup_0:(setup_update_executor(isometric-fountain))
Instructions: 90,507,621 (master) → 90,497,725 (HEAD) : $$\color{lime}-0.01\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.09%
D1mr                     858,403|    858,873          +0.05%
D1mw                     239,410|    238,092          -0.55%
DLmr                      44,914|     45,911          +2.22%
DLmw                      94,730|     98,814          +4.31%
Dr                    22,889,747| 22,891,475          +0.01%
Dw                    15,003,272| 15,005,068          +0.01%
EstimatedCycles      137,657,670|137,849,448          +0.14%
I1MissRate                     0|          0          +7.90%
I1mr                     161,172|    173,885          +7.89%
ILmr                       1,059|      1,001          -5.48%
Ir                    90,507,621| 90,497,725          -0.01%
L1HitRate                     99|         99          -0.01%
L1hits               127,141,655|127,123,418          -0.01%
LLHitRate                      1|          1          +0.62%
LLMissRate                     0|          0          +3.58%
LLdMissRate                    0|          0          +3.63%
LLhits                 1,118,282|  1,125,124          +0.61%
LLiMissRate                    0|          0          -5.47%
RamHitRate                     0|          0          +3.58%
RamHits                  140,703|    145,726          +3.57%
TotalRW              128,400,640|128,394,268          -0.00%

update_executor_gungraun::update_group::update_executor with_setup_1:(setup_update_executor(painted-dreams))
Instructions: 46,572,527 (master) → 46,463,435 (HEAD) : $$\color{lime}-0.23\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.38%
D1mr                     443,351|    444,143          +0.18%
D1mw                     122,340|    122,631          +0.24%
DLmr                         450|        426          -5.33%
DLmw                      14,502|     14,605          +0.71%
Dr                    11,944,361| 11,920,366          -0.20%
Dw                     7,932,855|  7,920,074          -0.16%
EstimatedCycles       69,544,507| 69,427,387          -0.17%
I1MissRate                     0|          0          +6.15%
I1mr                      94,570|    100,149          +5.90%
ILmr                         172|        163          -5.23%
Ir                    46,572,527| 46,463,435          -0.23%
L1HitRate                     99|         99          -0.01%
L1hits                65,789,482| 65,636,952          -0.23%
LLHitRate                      1|          1          +1.24%
LLMissRate                     0|          0          +0.68%
LLdMissRate                    0|          0          +0.71%
LLhits                   645,137|    651,729          +1.02%
LLiMissRate                    0|          0          -5.01%
RamHitRate                     0|          0          +0.68%
RamHits                   15,124|     15,194          +0.46%
TotalRW               66,449,743| 66,303,875          -0.22%

update_executor_gungraun::update_group::update_executor with_setup_2:(setup_update_executor(procedural-string-lights)...
Instructions: 11,391,531 (master) → 11,326,925 (HEAD) : $$\color{lime}-0.57\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.58%
D1mr                     105,685|    104,397          -1.22%
D1mw                      30,091|     29,963          -0.43%
DLmr                          45|         43          -4.44%
DLmw                       1,575|      2,008         +27.49%
Dr                     2,910,271|  2,895,646          -0.50%
Dw                     1,929,852|  1,921,855          -0.41%
EstimatedCycles       16,922,026| 16,849,040          -0.43%
I1MissRate                     0|          0          +7.97%
I1mr                      23,512|     25,241          +7.35%
ILmr                         154|        156          +1.30%
Ir                    11,391,531| 11,326,925          -0.57%
L1HitRate                     99|         99          -0.01%
L1hits                16,072,366| 15,984,825          -0.54%
LLHitRate                      1|          1          +0.46%
LLMissRate                     0|          0         +25.08%
LLdMissRate                    0|          0         +27.20%
LLhits                   157,514|    157,394          -0.08%
LLiMissRate                    0|          0          +1.88%
RamHitRate                     0|          0         +25.08%
RamHits                    1,774|      2,207         +24.41%
TotalRW               16,231,654| 16,144,426          -0.54%

update_executor_gungraun::update_group::update_executor with_setup_3:(setup_update_executor(parametric-dunescape))
Instructions: 35,639,594 (master) → 33,256,691 (HEAD) : $$\color{lime}-6.69\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +3.38%
D1mr                     315,313|    305,629          -3.07%
D1mw                      92,693|     88,891          -4.10%
DLmr                          93|        102          +9.68%
DLmw                       9,984|      9,099          -8.86%
Dr                     9,247,954|  8,654,734          -6.41%
Dw                     6,223,187|  5,816,612          -6.53%
EstimatedCycles       53,234,793| 49,773,519          -6.50%
I1MissRate                     0|          0          +7.98%
I1mr                      46,291|     46,643          +0.76%
ILmr                         152|        160          +5.26%
Ir                    35,639,594| 33,256,691          -6.69%
L1HitRate                     99|         99          -0.04%
L1hits                50,656,438| 47,286,874          -6.65%
LLHitRate                      1|          1          +4.13%
LLMissRate                     0|          0          -2.00%
LLdMissRate                    0|          0          -2.38%
LLhits                   444,068|    431,802          -2.76%
LLiMissRate                    0|          0         +12.81%
RamHitRate                     0|          0          -2.00%
RamHits                   10,229|      9,361          -8.49%
TotalRW               51,110,735| 47,728,037          -6.62%

update_executor_gungraun::update_group::update_executor with_setup_4:(setup_update_executor(red-dress))
Instructions: 103,636,300 (master) → 102,284,983 (HEAD) : $$\color{lime}-1.30\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.82%
D1mr                     949,517|    945,931          -0.38%
D1mw                     270,585|    269,635          -0.35%
DLmr                      75,058|     72,120          -3.91%
DLmw                     119,889|    117,499          -1.99%
Dr                    26,588,492| 26,284,386          -1.14%
Dw                    17,677,827| 17,460,392          -1.23%
EstimatedCycles      159,403,531|157,395,889          -1.26%
I1MissRate                     0|          0          +7.45%
I1mr                     183,371|    194,456          +6.05%
ILmr                       1,287|      1,249          -2.95%
Ir                   103,636,300|102,284,983          -1.30%
L1HitRate                     99|         99          -0.02%
L1hits               146,499,146|144,619,739          -1.28%
LLHitRate                      1|          1          +2.28%
LLMissRate                     0|          0          -1.49%
LLdMissRate                    0|          0          -1.57%
LLhits                 1,207,239|  1,219,154          +0.99%
LLiMissRate                    0|          0          -1.67%
RamHitRate                     0|          0          -1.49%
RamHits                  196,234|    190,868          -2.73%
TotalRW              147,902,619|146,029,761          -1.27%

update_executor_gungraun::update_group::update_executor with_setup_5:(setup_update_executor(valley-of-spires))
Instructions: 72,536,942 (master) → 72,534,749 (HEAD) : $$\color{lime}-0.00\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.43%
D1mr                     688,539|    687,663          -0.13%
D1mw                     192,835|    189,100          -1.94%
DLmr                      15,450|     15,052          -2.58%
DLmw                      56,898|     58,517          +2.85%
Dr                    18,788,015| 18,780,553          -0.04%
Dw                    12,505,842| 12,482,762          -0.18%
EstimatedCycles      110,081,023|110,113,898          +0.03%
I1MissRate                     0|          0          +8.37%
I1mr                     135,797|    147,158          +8.37%
ILmr                         370|        436         +17.84%
Ir                    72,536,942| 72,534,749          -0.00%
L1HitRate                     99|         99          -0.01%
L1hits               102,813,628|102,774,143          -0.04%
LLHitRate                      1|          1          +0.61%
LLMissRate                     0|          0          +1.80%
LLdMissRate                    0|          0          +1.79%
LLhits                   944,453|    949,916          +0.58%
LLiMissRate                    0|          0         +17.84%
RamHitRate                     0|          0          +1.80%
RamHits                   72,718|     74,005          +1.77%
TotalRW              103,830,799|103,798,064          -0.03%

🚀 Render: Cold Execution

run_once_gungraun::run_once_group::run_once with_setup_0:(setup_run_once(isometric-fountain))
Instructions: 27,585,226 (master) → 27,567,859 (HEAD) : $$\color{lime}-0.06\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.06%
D1mr                     180,914|    180,665          -0.14%
D1mw                     100,486|    100,432          -0.05%
DLmr                      10,567|     10,574          +0.07%
DLmw                      15,076|     16,070          +6.59%
Dr                     7,055,036|  7,050,533          -0.06%
Dw                     5,157,690|  5,156,824          -0.02%
EstimatedCycles       43,034,878| 43,047,202          +0.03%
I1MissRate                     1|          1          +0.70%
I1mr                     269,194|    270,912          +0.64%
ILmr                       8,842|      8,821          -0.24%
Ir                    27,585,226| 27,567,859          -0.06%
L1HitRate                     99|         99          -0.00%
L1hits                39,247,358| 39,223,207          -0.06%
LLHitRate                      1|          1          +0.14%
LLMissRate                     0|          0          +2.90%
LLdMissRate                    0|          0          +3.95%
LLhits                   516,109|    516,544          +0.08%
LLiMissRate                    0|          0          -0.17%
RamHitRate                     0|          0          +2.90%
RamHits                   34,485|     35,465          +2.84%
TotalRW               39,797,952| 39,775,216          -0.06%

run_once_gungraun::run_once_group::run_once with_setup_1:(setup_run_once(painted-dreams))
Instructions: 208,271,120 (master) → 208,369,628 (HEAD) : $$\color{red}+0.05\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.49%
D1mr                     856,783|    852,403          -0.51%
D1mw                     517,090|    514,098          -0.58%
DLmr                       5,566|      5,950          +6.90%
DLmw                      66,453|     68,233          +2.68%
Dr                    44,216,628| 44,205,121          -0.03%
Dw                    30,460,460| 30,436,842          -0.08%
EstimatedCycles      297,457,950|297,516,117          +0.02%
I1MissRate                     1|          1          -0.71%
I1mr                   1,634,745|  1,623,938          -0.66%
ILmr                      10,490|     10,576          +0.82%
Ir                   208,271,120|208,369,628          +0.05%
L1HitRate                     99|         99          +0.01%
L1hits               279,939,590|280,021,152          +0.03%
LLHitRate                      1|          1          -0.72%
LLMissRate                     0|          0          +2.70%
LLdMissRate                    0|          0          +3.05%
LLhits                 2,926,109|  2,905,680          -0.70%
LLiMissRate                    0|          0          +0.77%
RamHitRate                     0|          0          +2.70%
RamHits                   82,509|     84,759          +2.73%
TotalRW              282,948,208|283,011,591          +0.02%

run_once_gungraun::run_once_group::run_once with_setup_2:(setup_run_once(procedural-string-lights))
Instructions: 16,550,409 (master) → 16,539,877 (HEAD) : $$\color{lime}-0.06\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.07%
D1mr                      68,759|     69,081          +0.47%
D1mw                      39,379|     39,637          +0.66%
DLmr                       2,115|      2,089          -1.23%
DLmw                       3,302|      3,210          -2.79%
Dr                     4,107,140|  4,128,544          +0.52%
Dw                     3,014,175|  3,036,253          +0.73%
EstimatedCycles       24,863,188| 24,886,194          +0.09%
I1MissRate                     1|          1          -2.17%
I1mr                      94,238|     92,132          -2.23%
ILmr                       7,315|      7,305          -0.14%
Ir                    16,550,409| 16,539,877          -0.06%
L1HitRate                     99|         99          +0.01%
L1hits                23,469,348| 23,503,824          +0.15%
LLHitRate                      1|          1          -0.88%
LLMissRate                     0|          0          -1.14%
LLdMissRate                    0|          0          -2.77%
LLhits                   189,644|    188,246          -0.74%
LLiMissRate                    0|          0          -0.07%
RamHitRate                     0|          0          -1.14%
RamHits                   12,732|     12,604          -1.01%
TotalRW               23,671,724| 23,704,674          +0.14%

run_once_gungraun::run_once_group::run_once with_setup_3:(setup_run_once(parametric-dunescape))
Instructions: 20,695,082 (master) → 20,286,527 (HEAD) : $$\color{lime}-1.97\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -4.99%
D1mr                     100,084|     92,326          -7.75%
D1mw                      83,524|     77,525          -7.18%
DLmr                       4,618|      4,651          +0.71%
DLmw                       8,542|      5,994         -29.83%
Dr                     5,014,734|  4,881,238          -2.66%
Dw                     3,786,950|  3,688,709          -2.59%
EstimatedCycles       31,103,034| 30,330,948          -2.48%
I1MissRate                     0|          0          +1.35%
I1mr                      78,699|     78,190          -0.65%
ILmr                       5,408|      5,432          +0.44%
Ir                    20,695,082| 20,286,527          -1.97%
L1HitRate                     99|         99          +0.03%
L1hits                29,234,459| 28,608,433          -2.14%
LLHitRate                      1|          1          -2.72%
LLMissRate                     0|          0         -11.49%
LLdMissRate                    0|          0         -16.92%
LLhits                   243,739|    231,964          -4.83%
LLiMissRate                    0|          0          +2.47%
RamHitRate                     0|          0         -11.49%
RamHits                   18,568|     16,077         -13.42%
TotalRW               29,496,766| 28,856,474          -2.17%

run_once_gungraun::run_once_group::run_once with_setup_4:(setup_run_once(red-dress))
Instructions: 1,867,974,629 (master) → 1,864,425,170 (HEAD) : $$\color{lime}-0.19\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     0|          0          -1.27%
D1mr                   2,189,754|  2,185,976          -0.17%
D1mw                   1,281,013|  1,281,011          -0.00%
DLmr                     287,781|    287,280          -0.17%
DLmw                     701,263|    687,449          -1.97%
Dr                   446,078,908|452,016,873          +1.33%
Dw                   294,111,271|296,855,437          +0.93%
EstimatedCycles      2,660,673,992|2,664,741,786          +0.15%
I1MissRate                     0|          0          -6.92%
I1mr                   2,177,604|  2,023,127          -7.09%
ILmr                       8,146|      8,066          -0.98%
Ir                   1,867,974,629|1,864,425,170          -0.19%
L1HitRate                    100|        100          +0.01%
L1hits               2,602,516,437|2,607,807,366          +0.20%
LLHitRate                      0|          0          -3.28%
LLMissRate                     0|          0          -1.64%
LLdMissRate                    0|          0          -2.59%
LLhits                 4,651,181|  4,507,319          -3.09%
LLiMissRate                    0|          0          -0.79%
RamHitRate                     0|          0          -1.64%
RamHits                  997,190|    982,795          -1.44%
TotalRW              2,608,164,808|2,613,297,480          +0.20%

run_once_gungraun::run_once_group::run_once with_setup_5:(setup_run_once(valley-of-spires))
Instructions: 25,948,688 (master) → 25,858,863 (HEAD) : $$\color{lime}-0.35\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.04%
D1mr                     157,350|    154,763          -1.64%
D1mw                      86,586|     84,990          -1.84%
DLmr                       7,826|      7,804          -0.28%
DLmw                      14,890|     13,966          -6.21%
Dr                     6,501,914|  6,408,391          -1.44%
Dw                     4,730,853|  4,636,378          -2.00%
EstimatedCycles       39,910,637| 39,592,122          -0.80%
I1MissRate                     1|          1          +0.89%
I1mr                     221,227|    222,422          +0.54%
ILmr                       6,235|      6,223          -0.19%
Ir                    25,948,688| 25,858,863          -0.35%
L1HitRate                     99|         99          -0.00%
L1hits                36,716,292| 36,441,457          -0.75%
LLHitRate                      1|          1          +0.28%
LLMissRate                     0|          0          -2.58%
LLdMissRate                    0|          0          -2.53%
LLhits                   436,212|    434,182          -0.47%
LLiMissRate                    0|          0          +0.15%
RamHitRate                     0|          0          -2.58%
RamHits                   28,951|     27,993          -3.31%
TotalRW               37,181,455| 36,903,632          -0.75%

⚡ Render: Cached Execution

run_cached_gungraun::run_cached_group::run_cached with_setup_0:(setup_run_cached(isometric-fountain))
Instructions: 177,974 (master) → 178,025 (HEAD) : $$\color{red}+0.03\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.23%
D1mr                       4,405|      4,423          +0.41%
D1mw                       2,156|      2,155          -0.05%
DLmr                           3|          3          +0.00%
DLmw                           5|         19        +280.00%
Dr                       103,706|    103,730          +0.02%
Dw                        97,260|     97,295          +0.04%
EstimatedCycles          407,676|    408,278          +0.15%
I1MissRate                     0|          0          +0.25%
I1mr                         353|        354          +0.28%
ILmr                          28|         28          +0.00%
Ir                       177,974|    178,025          +0.03%
L1HitRate                     98|         98          -0.00%
L1hits                   372,026|    372,118          +0.02%
LLHitRate                      2|          2          +0.03%
LLMissRate                     0|          0         +38.85%
LLdMissRate                    0|          0        +174.92%
LLhits                     6,878|      6,882          +0.06%
LLiMissRate                    0|          0          -0.03%
RamHitRate                     0|          0         +38.85%
RamHits                       36|         50         +38.89%
TotalRW                  378,940|    379,050          +0.03%

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

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.27%
D1mr                       4,870|      4,884          +0.29%
D1mw                       2,649|      2,654          +0.19%
DLmr                          34|         33          -2.94%
DLmw                         106|         13         -87.74%
Dr                       150,782|    150,756          -0.02%
Dw                       142,118|    142,100          -0.01%
EstimatedCycles          559,839|    555,746          -0.73%
I1MissRate                     0|          0          -0.79%
I1mr                         356|        353          -0.84%
ILmr                         138|         99         -28.26%
Ir                       227,099|    226,976          -0.05%
L1HitRate                     98|         98          -0.00%
L1hits                   512,124|    511,941          -0.04%
LLHitRate                      1|          1          +1.99%
LLMissRate                     0|          0         -47.82%
LLdMissRate                    0|          0         -67.14%
LLhits                     7,597|      7,746          +1.96%
LLiMissRate                    0|          0         -28.22%
RamHitRate                     0|          0         -47.82%
RamHits                      278|        145         -47.84%
TotalRW                  519,999|    519,832          -0.03%

run_cached_gungraun::run_cached_group::run_cached with_setup_2:(setup_run_cached(parametric-dunescape))
Instructions: 133,957 (master) → 133,615 (HEAD) : $$\color{lime}-0.26\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          +1.51%
D1mr                       2,327|      2,387          +2.58%
D1mw                       2,017|      2,021          +0.20%
DLmr                           3|          3          +0.00%
DLmw                           6|          5         -16.67%
Dr                       108,734|    108,697          -0.03%
Dw                       106,521|    106,471          -0.05%
EstimatedCycles          369,038|    368,839          -0.05%
I1MissRate                     0|          0          +0.54%
I1mr                         350|        351          +0.29%
ILmr                          26|         26          +0.00%
Ir                       133,957|    133,615          -0.26%
L1HitRate                     99|         99          -0.02%
L1hits                   344,518|    344,024          -0.14%
LLHitRate                      1|          1          +1.54%
LLMissRate                     0|          0          -2.74%
LLdMissRate                    0|          0         -11.08%
LLhits                     4,659|      4,725          +1.42%
LLiMissRate                    0|          0          +0.26%
RamHitRate                     0|          0          -2.74%
RamHits                       35|         34          -2.86%
TotalRW                  349,212|    348,783          -0.12%

run_cached_gungraun::run_cached_group::run_cached with_setup_3:(setup_run_cached(red-dress))
Instructions: 497,238 (master) → 500,504 (HEAD) : $$\color{red}+0.66\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                    34|         34          -0.21%
D1mr                      55,584|     55,747          +0.29%
D1mw                      27,257|     27,278          +0.08%
DLmr                         171|        236         +38.01%
DLmw                       1,494|      1,526          +2.14%
Dr                       132,194|    132,749          +0.42%
Dw                       112,037|    112,529          +0.44%
EstimatedCycles        1,131,401|  1,139,276          +0.70%
I1MissRate                     0|          0          +1.92%
I1mr                         347|        356          +2.59%
ILmr                         241|        237          -1.66%
Ir                       497,238|    500,504          +0.66%
L1HitRate                     89|         89          +0.04%
L1hits                   658,281|    662,401          +0.63%
LLHitRate                     11|         11          -0.46%
LLMissRate                     0|          0          +4.27%
LLdMissRate                    1|          1          +5.37%
LLhits                    81,282|     81,382          +0.12%
LLiMissRate                    0|          0          -2.30%
RamHitRate                     0|          0          +4.27%
RamHits                    1,906|      1,999          +4.88%
TotalRW                  741,469|    745,782          +0.58%

run_cached_gungraun::run_cached_group::run_cached with_setup_4:(setup_run_cached(valley-of-spires))
Instructions: 162,318 (master) → 171,241 (HEAD) : $$\color{red}+5.50\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.48%
D1mr                       4,113|      4,266          +3.72%
D1mw                       2,102|      2,086          -0.76%
DLmr                           3|          4         +33.33%
DLmw                           5|         20        +300.00%
Dr                        97,996|     99,814          +1.86%
Dw                        92,101|     93,553          +1.58%
EstimatedCycles          379,719|    392,996          +3.50%
I1MissRate                     0|          0          -1.32%
I1mr                         341|        355          +4.11%
ILmr                          28|         28          +0.00%
Ir                       162,318|    171,241          +5.50%
L1HitRate                     98|         98          +0.02%
L1hits                   345,859|    357,901          +3.48%
LLHitRate                      2|          2          -1.34%
LLMissRate                     0|          0         +39.61%
LLdMissRate                    0|          0        +194.93%
LLhits                     6,520|      6,655          +2.07%
LLiMissRate                    0|          0          -5.21%
RamHitRate                     0|          0         +39.61%
RamHits                       36|         52         +44.44%
TotalRW                  352,415|    364,608          +3.46%

@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: 34,900,541 (master) → 34,906,355 (HEAD) : $$\color{red}+0.02\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.20%
D1mr                     496,296|    497,901          +0.32%
D1mw                     142,570|    142,377          -0.14%
DLmr                      43,557|     44,023          +1.07%
DLmw                      75,255|     83,643         +11.15%
Dr                     8,537,854|  8,539,549          +0.02%
Dw                     5,951,496|  5,953,031          +0.03%
EstimatedCycles       55,719,981| 56,027,521          +0.55%
I1MissRate                     0|          0         +14.77%
I1mr                      45,824|     52,601         +14.79%
ILmr                         899|        903          +0.44%
Ir                    34,900,541| 34,906,355          +0.02%
L1HitRate                     99|         99          -0.02%
L1hits                48,705,201| 48,706,056          +0.00%
LLHitRate                      1|          1          -0.14%
LLMissRate                     0|          0          +7.38%
LLdMissRate                    1|          1          +7.43%
LLhits                   564,979|    564,310          -0.12%
LLiMissRate                    0|          0          +0.43%
RamHitRate                     0|          0          +7.38%
RamHits                  119,711|    128,569          +7.40%
TotalRW               49,389,891| 49,398,935          +0.02%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_1:(load_from_name(painted-dreams))
Instructions: 17,385,576 (master) → 17,444,902 (HEAD) : $$\color{red}+0.34\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.44%
D1mr                     241,108|    241,993          +0.37%
D1mw                      72,780|     74,119          +1.84%
DLmr                       1,232|      1,094         -11.20%
DLmw                      21,210|     22,257          +4.94%
Dr                     4,255,867|  4,268,290          +0.29%
Dw                     2,963,399|  2,970,082          +0.23%
EstimatedCycles       26,635,038| 26,760,488          +0.47%
I1MissRate                     0|          0         +13.26%
I1mr                      19,886|     22,599         +13.64%
ILmr                         728|        728          +0.00%
Ir                    17,385,576| 17,444,902          +0.34%
L1HitRate                     99|         99          -0.02%
L1hits                24,271,068| 24,344,563          +0.30%
LLHitRate                      1|          1          +0.97%
LLMissRate                     0|          0          +3.59%
LLdMissRate                    0|          0          +3.78%
LLhits                   310,604|    314,632          +1.30%
LLiMissRate                    0|          0          -0.34%
RamHitRate                     0|          0          +3.59%
RamHits                   23,170|     24,079          +3.92%
TotalRW               24,604,842| 24,683,274          +0.32%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_2:(load_from_name(procedural-string-lights))
Instructions: 3,630,332 (master) → 3,629,462 (HEAD) : $$\color{lime}-0.02\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.29%
D1mr                      45,555|     45,967          +0.90%
D1mw                      16,018|     15,769          -1.55%
DLmr                          17|         18          +5.88%
DLmw                       3,761|      3,787          +0.69%
Dr                       883,536|    883,350          -0.02%
Dw                       615,246|    615,113          -0.02%
EstimatedCycles        5,529,816|  5,532,205          +0.04%
I1MissRate                     0|          0         +10.54%
I1mr                       4,890|      5,404         +10.51%
ILmr                         717|        719          +0.28%
Ir                     3,630,332|  3,629,462          -0.02%
L1HitRate                     99|         99          -0.01%
L1hits                 5,062,651|  5,060,785          -0.04%
LLHitRate                      1|          1          +1.07%
LLMissRate                     0|          0          +0.67%
LLdMissRate                    0|          0          +0.74%
LLhits                    61,968|     62,616          +1.05%
LLiMissRate                    0|          0          +0.30%
RamHitRate                     0|          0          +0.67%
RamHits                    4,495|      4,524          +0.65%
TotalRW                5,129,114|  5,127,925          -0.02%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_3:(load_from_name(parametric-dunescape))
Instructions: 12,722,920 (master) → 12,724,007 (HEAD) : $$\color{red}+0.01\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.53%
D1mr                     171,181|    169,207          -1.15%
D1mw                      62,133|     62,899          +1.23%
DLmr                          46|         54         +17.39%
DLmw                      19,309|     16,493         -14.58%
Dr                     3,101,853|  3,102,228          +0.01%
Dw                     2,178,601|  2,178,685          +0.00%
EstimatedCycles       19,587,524| 19,505,296          -0.42%
I1MissRate                     0|          0         +11.79%
I1mr                      11,291|     12,623         +11.80%
ILmr                         836|        835          -0.12%
Ir                    12,722,920| 12,724,007          +0.01%
L1HitRate                     99|         99          -0.00%
L1hits                17,758,769| 17,760,191          +0.01%
LLHitRate                      1|          1          +1.30%
LLMissRate                     0|          0         -13.92%
LLdMissRate                    0|          0         -14.52%
LLhits                   224,414|    227,347          +1.31%
LLiMissRate                    0|          0          -0.13%
RamHitRate                     0|          0         -13.92%
RamHits                   20,191|     17,382         -13.91%
TotalRW               18,003,374| 18,004,920          +0.01%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_4:(load_from_name(red-dress))
Instructions: 37,547,457 (master) → 37,662,876 (HEAD) : $$\color{red}+0.31\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.36%
D1mr                     541,710|    540,397          -0.24%
D1mw                     155,093|    160,611          +3.56%
DLmr                      49,124|     49,164          +0.08%
DLmw                      79,980|     81,920          +2.43%
Dr                     9,191,094|  9,216,097          +0.27%
Dw                     6,410,190|  6,423,290          +0.20%
EstimatedCycles       60,023,763| 60,277,143          +0.42%
I1MissRate                     0|          0         +12.10%
I1mr                      46,930|     52,772         +12.45%
ILmr                         899|        908          +1.00%
Ir                    37,547,457| 37,662,876          +0.31%
L1HitRate                     99|         99          -0.02%
L1hits                52,405,008| 52,548,483          +0.27%
LLHitRate                      1|          1          +1.02%
LLMissRate                     0|          0          +1.24%
LLdMissRate                    1|          1          +1.29%
LLhits                   613,730|    621,788          +1.31%
LLiMissRate                    0|          0          +0.69%
RamHitRate                     0|          0          +1.24%
RamHits                  130,003|    131,992          +1.53%
TotalRW               53,148,741| 53,302,263          +0.29%

compile_demo_art_gungraun::compile_group::compile_to_proto with_setup_5:(load_from_name(valley-of-spires))
Instructions: 27,229,637 (master) → 27,284,712 (HEAD) : $$\color{red}+0.20\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.29%
D1mr                     376,608|    382,584          +1.59%
D1mw                     108,475|    104,557          -3.61%
DLmr                      20,675|     20,966          +1.41%
DLmw                      46,311|     51,282         +10.73%
Dr                     6,692,317|  6,701,706          +0.14%
Dw                     4,648,953|  4,654,330          +0.12%
EstimatedCycles       42,687,883| 42,941,092          +0.59%
I1MissRate                     0|          0         +12.32%
I1mr                      35,496|     39,950         +12.55%
ILmr                         836|        818          -2.15%
Ir                    27,229,637| 27,284,712          +0.20%
L1HitRate                     99|         99          -0.01%
L1hits                38,050,328| 38,113,657          +0.17%
LLHitRate                      1|          1          +0.10%
LLMissRate                     0|          0          +7.54%
LLdMissRate                    1|          1          +7.72%
LLhits                   452,757|    454,025          +0.28%
LLiMissRate                    0|          0          -2.35%
RamHitRate                     0|          0          +7.54%
RamHits                   67,822|     73,066          +7.73%
TotalRW               38,570,907| 38,640,748          +0.18%

🔄 Executor Update

update_executor_gungraun::update_group::update_executor with_setup_0:(setup_update_executor(isometric-fountain))
Instructions: 90,490,998 (master) → 90,485,005 (HEAD) : $$\color{lime}-0.01\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.68%
D1mr                     859,566|    853,010          -0.76%
D1mw                     238,961|    237,521          -0.60%
DLmr                      44,327|     45,192          +1.95%
DLmw                      94,727|     98,923          +4.43%
Dr                    22,887,019| 22,870,820          -0.07%
Dw                    14,987,202| 14,986,529          -0.00%
EstimatedCycles      137,596,381|137,754,754          +0.12%
I1MissRate                     0|          0         +10.03%
I1mr                     158,446|    174,319         +10.02%
ILmr                       1,055|        985          -6.64%
Ir                    90,490,998| 90,485,005          -0.01%
L1HitRate                     99|         99          -0.01%
L1hits               127,108,246|127,077,504          -0.02%
LLHitRate                      1|          1          +0.28%
LLMissRate                     0|          0          +3.58%
LLdMissRate                    0|          0          +3.69%
LLhits                 1,116,864|  1,119,750          +0.26%
LLiMissRate                    0|          0          -6.63%
RamHitRate                     0|          0          +3.58%
RamHits                  140,109|    145,100          +3.56%
TotalRW              128,365,219|128,342,354          -0.02%

update_executor_gungraun::update_group::update_executor with_setup_1:(setup_update_executor(painted-dreams))
Instructions: 46,549,198 (master) → 46,461,344 (HEAD) : $$\color{lime}-0.19\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +1.04%
D1mr                     438,395|    441,841          +0.79%
D1mw                     121,746|    122,853          +0.91%
DLmr                         478|        567         +18.62%
DLmw                      15,088|     14,286          -5.32%
Dr                    11,942,595| 11,918,037          -0.21%
Dw                     7,935,646|  7,916,257          -0.24%
EstimatedCycles       69,520,513| 69,407,136          -0.16%
I1MissRate                     0|          0          +5.80%
I1mr                      95,145|    100,478          +5.61%
ILmr                         165|        174          +5.45%
Ir                    46,549,198| 46,461,344          -0.19%
L1HitRate                     99|         99          -0.02%
L1hits                65,772,153| 65,630,466          -0.22%
LLHitRate                      1|          1          +1.86%
LLMissRate                     0|          0          -4.29%
LLdMissRate                    0|          0          -4.37%
LLhits                   639,555|    650,145          +1.66%
LLiMissRate                    0|          0          +5.65%
RamHitRate                     0|          0          -4.29%
RamHits                   15,731|     15,027          -4.48%
TotalRW               66,427,439| 66,295,638          -0.20%

update_executor_gungraun::update_group::update_executor with_setup_2:(setup_update_executor(procedural-string-lights)...
Instructions: 11,384,748 (master) → 11,335,001 (HEAD) : $$\color{lime}-0.44\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.08%
D1mr                     105,077|    104,450          -0.60%
D1mw                      30,040|     29,936          -0.35%
DLmr                          41|         45          +9.76%
DLmw                       1,555|      2,032         +30.68%
Dr                     2,909,287|  2,896,320          -0.45%
Dw                     1,930,855|  1,921,366          -0.49%
EstimatedCycles       16,911,258| 16,858,737          -0.31%
I1MissRate                     0|          0          +9.17%
I1mr                      23,350|     25,379          +8.69%
ILmr                         154|        156          +1.30%
Ir                    11,384,748| 11,335,001          -0.44%
L1HitRate                     99|         99          -0.01%
L1hits                16,066,423| 15,992,922          -0.46%
LLHitRate                      1|          1          +0.97%
LLMissRate                     0|          0         +28.17%
LLdMissRate                    0|          0         +30.74%
LLhits                   156,717|    157,532          +0.52%
LLiMissRate                    0|          0          +1.74%
RamHitRate                     0|          0         +28.17%
RamHits                    1,750|      2,233         +27.60%
TotalRW               16,224,890| 16,152,687          -0.45%

update_executor_gungraun::update_group::update_executor with_setup_3:(setup_update_executor(parametric-dunescape))
Instructions: 35,555,392 (master) → 33,288,637 (HEAD) : $$\color{lime}-6.38\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +3.51%
D1mr                     315,921|    307,681          -2.61%
D1mw                      92,027|     88,814          -3.49%
DLmr                          95|        100          +5.26%
DLmw                      11,237|      9,189         -18.23%
Dr                     9,223,449|  8,660,989          -6.10%
Dw                     6,200,270|  5,821,138          -6.11%
EstimatedCycles       53,139,427| 49,826,930          -6.23%
I1MissRate                     0|          0          +8.42%
I1mr                      46,001|     46,694          +1.51%
ILmr                         152|        158          +3.95%
Ir                    35,555,392| 33,288,637          -6.38%
L1HitRate                     99|         99          -0.04%
L1hits                50,525,162| 47,327,575          -6.33%
LLHitRate                      1|          1          +4.61%
LLMissRate                     0|          0         -12.21%
LLdMissRate                    0|          0         -12.70%
LLhits                   442,465|    433,742          -1.97%
LLiMissRate                    0|          0         +11.03%
RamHitRate                     0|          0         -12.21%
RamHits                   11,484|      9,447         -17.74%
TotalRW               50,979,111| 47,770,764          -6.29%

update_executor_gungraun::update_group::update_executor with_setup_4:(setup_update_executor(red-dress))
Instructions: 103,663,850 (master) → 102,270,171 (HEAD) : $$\color{lime}-1.34\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.28%
D1mr                     948,352|    939,071          -0.98%
D1mw                     270,013|    267,839          -0.81%
DLmr                      75,700|     72,905          -3.69%
DLmw                     121,724|    120,229          -1.23%
Dr                    26,595,185| 26,284,513          -1.17%
Dw                    17,689,351| 17,459,752          -1.30%
EstimatedCycles      159,510,334|157,448,960          -1.29%
I1MissRate                     0|          0          +8.00%
I1mr                     182,067|    193,991          +6.55%
ILmr                       1,250|      1,230          -1.60%
Ir                   103,663,850|102,270,171          -1.34%
L1HitRate                     99|         99          -0.01%
L1hits               146,547,954|144,613,535          -1.32%
LLHitRate                      1|          1          +1.73%
LLMissRate                     0|          0          -0.87%
LLdMissRate                    0|          0          -0.96%
LLhits                 1,201,758|  1,206,537          +0.40%
LLiMissRate                    0|          0          -0.26%
RamHitRate                     0|          0          -0.87%
RamHits                  198,674|    194,364          -2.17%
TotalRW              147,948,386|146,014,436          -1.31%

update_executor_gungraun::update_group::update_executor with_setup_5:(setup_update_executor(valley-of-spires))
Instructions: 72,512,943 (master) → 72,531,016 (HEAD) : $$\color{red}+0.02\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.44%
D1mr                     685,195|    688,324          +0.46%
D1mw                     191,171|    191,024          -0.08%
DLmr                      15,802|     15,117          -4.33%
DLmw                      57,158|     58,330          +2.05%
Dr                    18,782,048| 18,776,010          -0.03%
Dw                    12,498,759| 12,474,388          -0.19%
EstimatedCycles      110,048,202|110,105,580          +0.05%
I1MissRate                     0|          0          +7.74%
I1mr                     137,212|    147,871          +7.77%
ILmr                         378|        396          +4.76%
Ir                    72,512,943| 72,531,016          +0.02%
L1HitRate                     99|         99          -0.01%
L1hits               102,780,172|102,754,195          -0.03%
LLHitRate                      1|          1          +1.41%
LLMissRate                     0|          0          +0.70%
LLdMissRate                    0|          0          +0.77%
LLhits                   940,240|    953,376          +1.40%
LLiMissRate                    0|          0          +4.74%
RamHitRate                     0|          0          +0.70%
RamHits                   73,338|     73,843          +0.69%
TotalRW              103,793,750|103,781,414          -0.01%

🚀 Render: Cold Execution

run_once_gungraun::run_once_group::run_once with_setup_0:(setup_run_once(isometric-fountain))
Instructions: 27,532,950 (master) → 27,530,866 (HEAD) : $$\color{lime}-0.01\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.23%
D1mr                     180,828|    179,730          -0.61%
D1mw                     100,235|     99,948          -0.29%
DLmr                      10,559|     10,574          +0.14%
DLmw                      15,513|     15,616          +0.66%
Dr                     7,034,453|  7,018,391          -0.23%
Dw                     5,141,778|  5,126,027          -0.31%
EstimatedCycles       42,957,035| 42,930,158          -0.06%
I1MissRate                     1|          1          +0.87%
I1mr                     269,113|    271,443          +0.87%
ILmr                       8,833|      8,823          -0.11%
Ir                    27,532,950| 27,530,866          -0.01%
L1HitRate                     99|         99          -0.00%
L1hits                39,159,005| 39,124,163          -0.09%
LLHitRate                      1|          1          +0.25%
LLMissRate                     0|          0          +0.40%
LLdMissRate                    0|          0          +0.72%
LLhits                   515,271|    516,108          +0.16%
LLiMissRate                    0|          0          -0.11%
RamHitRate                     0|          0          +0.40%
RamHits                   34,905|     35,013          +0.31%
TotalRW               39,709,181| 39,675,284          -0.09%

run_once_gungraun::run_once_group::run_once with_setup_1:(setup_run_once(painted-dreams))
Instructions: 208,453,382 (master) → 208,277,370 (HEAD) : $$\color{lime}-0.08\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.28%
D1mr                     860,631|    854,044          -0.77%
D1mw                     520,656|    515,100          -1.07%
DLmr                       5,701|      5,881          +3.16%
DLmw                      67,991|     69,986          +2.93%
Dr                    44,397,942| 44,174,455          -0.50%
Dw                    30,640,134| 30,414,389          -0.74%
EstimatedCycles      298,078,382|297,430,854          -0.22%
I1MissRate                     1|          1          -0.55%
I1mr                   1,634,154|  1,623,731          -0.64%
ILmr                      10,480|     10,571          +0.87%
Ir                   208,453,382|208,277,370          -0.08%
L1HitRate                     99|         99          +0.01%
L1hits               280,476,017|279,873,339          -0.21%
LLHitRate                      1|          1          -0.63%
LLMissRate                     0|          0          +2.92%
LLdMissRate                    0|          0          +3.57%
LLhits                 2,931,269|  2,906,437          -0.85%
LLiMissRate                    0|          0          +0.95%
RamHitRate                     0|          0          +2.92%
RamHits                   84,172|     86,438          +2.69%
TotalRW              283,491,458|282,866,214          -0.22%

run_once_gungraun::run_once_group::run_once with_setup_2:(setup_run_once(procedural-string-lights))
Instructions: 16,574,827 (master) → 16,539,977 (HEAD) : $$\color{lime}-0.21\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          +0.60%
D1mr                      68,764|     69,132          +0.54%
D1mw                      39,575|     39,810          +0.59%
DLmr                       2,109|      2,087          -1.04%
DLmw                       3,068|      2,797          -8.83%
Dr                     4,113,174|  4,109,741          -0.08%
Dw                     3,017,590|  3,018,050          +0.02%
EstimatedCycles       24,891,605| 24,848,152          -0.17%
I1MissRate                     1|          1          +0.54%
I1mr                      94,452|     94,759          +0.33%
ILmr                       7,318|      7,302          -0.22%
Ir                    16,574,827| 16,539,977          -0.21%
L1HitRate                     99|         99          -0.01%
L1hits                23,502,800| 23,464,067          -0.16%
LLHitRate                      1|          1          +0.80%
LLMissRate                     0|          0          -2.32%
LLdMissRate                    0|          0          -5.62%
LLhits                   190,296|    191,515          +0.64%
LLiMissRate                    0|          0          -0.01%
RamHitRate                     0|          0          -2.32%
RamHits                   12,495|     12,186          -2.47%
TotalRW               23,705,591| 23,667,768          -0.16%

run_once_gungraun::run_once_group::run_once with_setup_3:(setup_run_once(parametric-dunescape))
Instructions: 20,726,518 (master) → 20,323,874 (HEAD) : $$\color{lime}-1.94\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -3.00%
D1mr                      98,565|     92,950          -5.70%
D1mw                      83,435|     77,077          -7.62%
DLmr                       4,644|      4,652          +0.17%
DLmw                       7,793|      7,145          -8.32%
Dr                     5,076,791|  4,899,545          -3.49%
Dw                     3,854,868|  3,702,280          -3.96%
EstimatedCycles       31,235,829| 30,435,067          -2.56%
I1MissRate                     0|          0          +1.30%
I1mr                      78,598|     78,075          -0.67%
ILmr                       5,405|      5,435          +0.56%
Ir                    20,726,518| 20,323,874          -1.94%
L1HitRate                     99|         99          +0.02%
L1hits                29,397,579| 28,677,597          -2.45%
LLHitRate                      1|          1          -2.49%
LLMissRate                     0|          0          -0.97%
LLdMissRate                    0|          0          -1.51%
LLhits                   242,756|    230,870          -4.90%
LLiMissRate                    0|          0          +2.55%
RamHitRate                     0|          0          -0.97%
RamHits                   17,842|     17,232          -3.42%
TotalRW               29,658,177| 28,925,699          -2.47%

run_once_gungraun::run_once_group::run_once with_setup_4:(setup_run_once(red-dress))
Instructions: 1,867,891,389 (master) → 1,864,540,797 (HEAD) : $$\color{lime}-0.18\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     0|          0          -0.98%
D1mr                   2,179,933|  2,187,573          +0.35%
D1mw                   1,283,541|  1,283,995          +0.04%
DLmr                     279,582|    286,696          +2.54%
DLmw                     700,086|    687,121          -1.85%
Dr                   445,997,335|452,132,214          +1.38%
Dw                   294,028,907|296,969,006          +1.00%
EstimatedCycles      2,660,114,613|2,665,078,505          +0.19%
I1MissRate                     0|          0          -6.93%
I1mr                   2,177,354|  2,022,824          -7.10%
ILmr                       8,121|      8,147          +0.32%
Ir                   1,867,891,389|1,864,540,797          -0.18%
L1HitRate                    100|        100          +0.01%
L1hits               2,602,276,803|2,608,147,625          +0.23%
LLHitRate                      0|          0          -3.23%
LLMissRate                     0|          0          -0.81%
LLdMissRate                    0|          0          -1.80%
LLhits                 4,653,039|  4,512,428          -3.02%
LLiMissRate                    0|          0          +0.50%
RamHitRate                     0|          0          -0.81%
RamHits                  987,789|    981,964          -0.59%
TotalRW              2,607,917,631|2,613,642,017          +0.22%

run_once_gungraun::run_once_group::run_once with_setup_5:(setup_run_once(valley-of-spires))
Instructions: 25,920,685 (master) → 25,925,728 (HEAD) : $$\color{red}+0.02\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.82%
D1mr                     157,933|    155,882          -1.30%
D1mw                      86,203|     86,603          +0.46%
DLmr                       7,790|      7,793          +0.04%
DLmw                      14,253|     14,458          +1.44%
Dr                     6,483,384|  6,490,790          +0.11%
Dw                     4,712,262|  4,720,598          +0.18%
EstimatedCycles       39,826,641| 39,849,922          +0.06%
I1MissRate                     1|          1          +0.34%
I1mr                     221,364|    222,154          +0.36%
ILmr                       6,234|      6,224          -0.16%
Ir                    25,920,685| 25,925,728          +0.02%
L1HitRate                     99|         99          +0.00%
L1hits                36,650,831| 36,672,477          +0.06%
LLHitRate                      1|          1          -0.30%
LLMissRate                     0|          0          +0.64%
LLdMissRate                    0|          0          +0.80%
LLhits                   437,223|    436,164          -0.24%
LLiMissRate                    0|          0          -0.18%
RamHitRate                     0|          0          +0.64%
RamHits                   28,277|     28,475          +0.70%
TotalRW               37,116,331| 37,137,116          +0.06%

⚡ Render: Cached Execution

run_cached_gungraun::run_cached_group::run_cached with_setup_0:(setup_run_cached(isometric-fountain))
Instructions: 177,841 (master) → 167,462 (HEAD) : $$\color{lime}-5.84\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -2.45%
D1mr                       4,426|      4,156          -6.10%
D1mw                       2,169|      2,156          -0.60%
DLmr                           3|          3          +0.00%
DLmw                          14|          5         -64.29%
Dr                       103,689|    101,591          -2.02%
Dw                        97,230|     95,543          -1.74%
EstimatedCycles          407,902|    392,232          -3.84%
I1MissRate                     0|          0          -1.62%
I1mr                         353|        327          -7.37%
ILmr                          28|         28          +0.00%
Ir                       177,841|    167,462          -5.84%
L1HitRate                     98|         98          +0.01%
L1hits                   371,812|    357,957          -3.73%
LLHitRate                      2|          2          -0.63%
LLMissRate                     0|          0         -16.89%
LLdMissRate                    0|          0         -52.04%
LLhits                     6,903|      6,603          -4.35%
LLiMissRate                    0|          0          +6.20%
RamHitRate                     0|          0         -16.89%
RamHits                       45|         36         -20.00%
TotalRW                  378,760|    364,596          -3.74%

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

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -1.03%
D1mr                       4,945|      4,877          -1.38%
D1mw                       2,674|      2,666          -0.30%
DLmr                          36|         28         -22.22%
DLmw                          15|          8         -46.67%
Dr                       150,705|    150,769          +0.04%
Dw                       142,081|    142,103          +0.02%
EstimatedCycles          556,892|    555,337          -0.28%
I1MissRate                     0|          0          +3.09%
I1mr                         344|        355          +3.20%
ILmr                         137|         98         -28.47%
Ir                       226,614|    226,853          +0.11%
L1HitRate                     98|         98          +0.01%
L1hits                   511,437|    511,827          +0.08%
LLHitRate                      1|          1          -0.20%
LLMissRate                     0|          0         -28.77%
LLdMissRate                    0|          0         -29.43%
LLhits                     7,775|      7,764          -0.14%
LLiMissRate                    0|          0         -28.54%
RamHitRate                     0|          0         -28.77%
RamHits                      188|        134         -28.72%
TotalRW                  519,400|    519,725          +0.06%

run_cached_gungraun::run_cached_group::run_cached with_setup_2:(setup_run_cached(parametric-dunescape))
Instructions: 134,110 (master) → 134,012 (HEAD) : $$\color{lime}-0.07\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.13%
D1mr                       2,362|      2,362          +0.00%
D1mw                       2,026|      2,019          -0.35%
DLmr                           3|          3          +0.00%
DLmw                           5|          5          +0.00%
Dr                       108,790|    108,750          -0.04%
Dw                       106,530|    106,500          -0.03%
EstimatedCycles          369,394|    369,246          -0.04%
I1MissRate                     0|          0          +3.52%
I1mr                         348|        360          +3.45%
ILmr                          26|         26          +0.00%
Ir                       134,110|    134,012          -0.07%
L1HitRate                     99|         99          -0.00%
L1hits                   344,694|    344,521          -0.05%
LLHitRate                      1|          1          +0.15%
LLMissRate                     0|          0          +0.05%
LLdMissRate                    0|          0          +0.03%
LLhits                     4,702|      4,707          +0.11%
LLiMissRate                    0|          0          +0.07%
RamHitRate                     0|          0          +0.05%
RamHits                       34|         34          +0.00%
TotalRW                  349,430|    349,262          -0.05%

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

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                    34|         34          +0.11%
D1mr                      55,601|     55,546          -0.10%
D1mw                      27,262|     27,259          -0.01%
DLmr                         203|        160         -21.18%
DLmw                       1,494|      1,542          +3.21%
Dr                       132,376|    132,178          -0.15%
Dw                       112,229|    111,990          -0.21%
EstimatedCycles        1,134,000|  1,131,979          -0.18%
I1MissRate                     0|          0          +3.75%
I1mr                         348|        360          +3.45%
ILmr                         239|        236          -1.26%
Ir                       498,471|    497,011          -0.29%
L1HitRate                     89|         89          -0.03%
L1hits                   659,865|    658,014          -0.28%
LLHitRate                     11|         11          +0.20%
LLMissRate                     0|          0          +0.36%
LLdMissRate                    1|          1          +0.47%
LLhits                    81,275|     81,227          -0.06%
LLiMissRate                    0|          0          -0.97%
RamHitRate                     0|          0          +0.36%
RamHits                    1,936|      1,938          +0.10%
TotalRW                  743,076|    741,179          -0.26%

run_cached_gungraun::run_cached_group::run_cached with_setup_4:(setup_run_cached(valley-of-spires))
Instructions: 162,350 (master) → 162,329 (HEAD) : $$\color{lime}-0.01\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.40%
D1mr                       4,126|      4,152          +0.63%
D1mw                       2,109|      2,109          +0.00%
DLmr                           3|          3          +0.00%
DLmw                           5|          5          +0.00%
Dr                        98,008|     98,028          +0.02%
Dw                        92,110|     92,121          +0.01%
EstimatedCycles          379,836|    379,958          +0.03%
I1MissRate                     0|          0          +0.61%
I1mr                         337|        339          +0.59%
ILmr                          28|         28          +0.00%
Ir                       162,350|    162,329          -0.01%
L1HitRate                     98|         98          -0.01%
L1hits                   345,896|    345,878          -0.01%
LLHitRate                      2|          2          +0.43%
LLMissRate                     0|          0          -0.00%
LLdMissRate                    0|          0          -0.02%
LLhits                     6,536|      6,564          +0.43%
LLiMissRate                    0|          0          +0.01%
RamHitRate                     0|          0          -0.00%
RamHits                       36|         36          +0.00%
TotalRW                  352,468|    352,478          +0.00%

@Keavon
Keavon merged commit a034923 into master Aug 12, 2026
11 checks passed
@Keavon
Keavon deleted the vector-nodes-accept-graphic-input branch August 12, 2026 00:14
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.

Generalize all possible nodes to work on Table<Graphic> data

1 participant