Skip to content

Conversation

timon-schelling
Copy link
Member

First part of #3114

Saving Preferences natively will be a separate PR

@Keavon Keavon force-pushed the desktop-native-autosave branch from 7ff64cf to 680a9e2 Compare September 8, 2025 06:03
Copy link
Member

@Keavon Keavon left a comment

Choose a reason for hiding this comment

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

I did a review of the code and pushed a few nits, and fixed a rebase conflict. But I'll leave this to @TrueDoctor to give a proper approval on.

document_is_auto_saved: true,
document_is_saved: document.is_saved,
to_front,
select_after_open: false,
Copy link
Member

Choose a reason for hiding this comment

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

This is the rebase conflict I fixed, since I introduced this select_after_open field in a PR I added yesterday. You may want to check if false is appropriate here, or if you want to feed this in as a variable (like to_front on the line above gets fed in as a variable) so callers of this message can decide on a case-by-case basis.

Copy link

github-actions bot commented Sep 9, 2025

Performance Benchmark Results

🔧 Graph Compilation

compile_demo_art_iai::compile_group::compile_to_proto with_setup_0:load_from_name(isometric-fountain)
Instructions: 27,171,903 (master) → 27,259,760 (HEAD) : $$\color{red}+0.32\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.46%
D1mr                     343,036|    345,912          +0.84%
D1mw                     107,369|    107,583          +0.20%
DLmr                      30,423|     30,312          -0.36%
DLmw                      47,572|     47,808          +0.50%
Dr                     6,730,609|  6,748,180          +0.26%
Dw                     4,718,241|  4,726,072          +0.17%
EstimatedCycles       42,964,823| 43,092,652          +0.30%
I1MissRate                     0|          0          -1.36%
I1mr                      44,305|     43,845          -1.04%
ILmr                         846|        856          +1.18%
Ir                    27,171,903| 27,259,760          +0.32%
L1HitRate                     99|         99          -0.00%
L1hits                38,126,043| 38,236,672          +0.29%
LLHitRate                      1|          1          +0.31%
LLMissRate                     0|          0          -0.12%
LLdMissRate                    1|          1          -0.06%
LLhits                   415,869|    418,364          +0.60%
LLiMissRate                    0|          0          +0.86%
RamHitRate                     0|          0          -0.12%
RamHits                   78,841|     78,976          +0.17%
TotalRW               38,620,753| 38,734,012          +0.29%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_1:load_from_name(painted-dreams)
Instructions: 13,765,049 (master) → 13,758,021 (HEAD) : $$\color{lime}-0.05\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.18%
D1mr                     162,548|    161,947          -0.37%
D1mw                      47,898|     48,031          +0.28%
DLmr                         634|        664          +4.73%
DLmw                      11,682|     11,588          -0.80%
Dr                     3,414,112|  3,413,179          -0.03%
Dw                     2,378,908|  2,377,350          -0.07%
EstimatedCycles       20,875,463| 20,860,940          -0.07%
I1MissRate                     0|          0          -1.17%
I1mr                      21,215|     20,957          -1.22%
ILmr                         709|        703          -0.85%
Ir                    13,765,049| 13,758,021          -0.05%
L1HitRate                     99|         99          +0.00%
L1hits                19,326,408| 19,317,615          -0.05%
LLHitRate                      1|          1          -0.25%
LLMissRate                     0|          0          -0.49%
LLdMissRate                    0|          0          -0.48%
LLhits                   218,636|    217,980          -0.30%
LLiMissRate                    0|          0          -0.80%
RamHitRate                     0|          0          -0.49%
RamHits                   13,025|     12,955          -0.54%
TotalRW               19,558,069| 19,548,550          -0.05%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_2:load_from_name(procedural-string-lights)
Instructions: 3,074,762 (master) → 2,273,353 (HEAD) : $$\color{lime}-26.06\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -2.61%
D1mr                      36,030|     22,906         -36.43%
D1mw                      10,721|     10,166          -5.18%
DLmr                          17|         15         -11.76%
DLmw                       2,931|      2,694          -8.09%
Dr                       749,816|    537,895         -28.26%
Dw                       524,707|    387,852         -26.08%
EstimatedCycles        4,664,017|  3,451,210         -26.00%
I1MissRate                     0|          0         +30.78%
I1mr                       4,662|      4,508          -3.30%
ILmr                         688|        684          -0.58%
Ir                     3,074,762|  2,273,353         -26.06%
L1HitRate                     99|         99          +0.01%
L1hits                 4,297,872|  3,161,520         -26.44%
LLHitRate                      1|          1          -2.72%
LLMissRate                     0|          0         +26.87%
LLdMissRate                    0|          0         +26.51%
LLhits                    47,777|     34,187         -28.44%
LLiMissRate                    0|          0         +34.47%
RamHitRate                     0|          0         +26.87%
RamHits                    3,636|      3,393          -6.68%
TotalRW                4,349,285|  3,199,100         -26.45%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_3:load_from_name(parametric-dunescape)
Instructions: 13,606,633 (master) → 13,614,836 (HEAD) : $$\color{red}+0.06\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.20%
D1mr                     171,242|    171,747          +0.29%
D1mw                      49,404|     49,408          +0.01%
DLmr                          68|         71          +4.41%
DLmw                      10,922|     10,756          -1.52%
Dr                     3,329,305|  3,330,719          +0.04%
Dw                     2,347,605|  2,347,967          +0.02%
EstimatedCycles       20,591,501| 20,596,492          +0.02%
I1MissRate                     0|          0          -3.01%
I1mr                      17,806|     17,280          -2.95%
ILmr                         815|        814          -0.12%
Ir                    13,606,633| 13,614,836          +0.06%
L1HitRate                     99|         99          +0.00%
L1hits                19,045,091| 19,055,087          +0.05%
LLHitRate                      1|          1          +0.01%
LLMissRate                     0|          0          -1.44%
LLdMissRate                    0|          0          -1.51%
LLhits                   226,647|    226,794          +0.06%
LLiMissRate                    0|          0          -0.18%
RamHitRate                     0|          0          -1.44%
RamHits                   11,805|     11,641          -1.39%
TotalRW               19,283,543| 19,293,522          +0.05%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_4:load_from_name(red-dress)
Instructions: 32,154,761 (master) → 32,028,525 (HEAD) : $$\color{lime}-0.39\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.41%
D1mr                     405,181|    406,218          +0.26%
D1mw                     123,551|    123,390          -0.13%
DLmr                      42,216|     42,391          +0.41%
DLmw                      52,052|     51,042          -1.94%
Dr                     7,920,803|  7,900,511          -0.26%
Dw                     5,552,660|  5,539,543          -0.24%
EstimatedCycles       50,792,508| 50,610,533          -0.36%
I1MissRate                     0|          0          -0.13%
I1mr                      48,969|     48,713          -0.52%
ILmr                         848|        856          +0.94%
Ir                    32,154,761| 32,028,525          -0.39%
L1HitRate                     99|         99          -0.01%
L1hits                45,050,523| 44,890,258          -0.36%
LLHitRate                      1|          1          +0.65%
LLMissRate                     0|          0          -0.52%
LLdMissRate                    1|          1          -0.64%
LLhits                   482,585|    484,032          +0.30%
LLiMissRate                    0|          0          +1.34%
RamHitRate                     0|          0          -0.52%
RamHits                   95,116|     94,289          -0.87%
TotalRW               45,628,224| 45,468,579          -0.35%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_5:load_from_name(valley-of-spires)
Instructions: 21,098,852 (master) → 21,101,159 (HEAD) : $$\color{red}+0.01\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.34%
D1mr                     261,733|    260,914          -0.31%
D1mw                      77,330|     76,986          -0.44%
DLmr                      14,963|     15,022          +0.39%
DLmw                      37,333|     37,035          -0.80%
Dr                     5,220,740|  5,221,516          +0.01%
Dw                     3,653,222|  3,652,083          -0.03%
EstimatedCycles       33,054,170| 33,042,346          -0.04%
I1MissRate                     0|          0          -1.28%
I1mr                      33,026|     32,607          -1.27%
ILmr                         804|        795          -1.12%
Ir                    21,098,852| 21,101,159          +0.01%
L1HitRate                     99|         99          +0.01%
L1hits                29,600,725| 29,604,251          +0.01%
LLHitRate                      1|          1          -0.42%
LLMissRate                     0|          0          -0.47%
LLdMissRate                    1|          1          -0.45%
LLhits                   318,989|    317,655          -0.42%
LLiMissRate                    0|          0          -1.13%
RamHitRate                     0|          0          -0.47%
RamHits                   53,100|     52,852          -0.47%
TotalRW               29,972,814| 29,974,758          +0.01%

🔄 Executor Update

update_executor_iai::update_group::update_executor with_setup_0:setup_update_executor(isometric-fountain)
Instructions: 40,797,780 (master) → 40,810,370 (HEAD) : $$\color{red}+0.03\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.01%
D1mr                     448,379|    449,292          +0.20%
D1mw                      99,235|     98,185          -1.06%
DLmr                       9,318|      9,942          +6.70%
DLmw                      24,190|     23,791          -1.65%
Dr                    10,363,235| 10,356,543          -0.06%
Dw                     6,970,748|  6,975,253          +0.06%
EstimatedCycles       61,350,917| 61,541,864          +0.31%
I1MissRate                     0|          0       +1058.13%
I1mr                       4,117|     47,695       +1058.49%
ILmr                         233|        234          +0.43%
Ir                    40,797,780| 40,810,370          +0.03%
L1HitRate                     99|         99          -0.08%
L1hits                57,580,032| 57,546,994          -0.06%
LLHitRate                      1|          1          +8.32%
LLMissRate                     0|          0          +0.65%
LLdMissRate                    0|          0          +0.68%
LLhits                   517,990|    561,205          +8.34%
LLiMissRate                    0|          0          +0.40%
RamHitRate                     0|          0          +0.65%
RamHits                   33,741|     33,967          +0.67%
TotalRW               58,131,763| 58,142,166          +0.02%

update_executor_iai::update_group::update_executor with_setup_1:setup_update_executor(painted-dreams)
Instructions: 21,445,717 (master) → 21,475,493 (HEAD) : $$\color{red}+0.14\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.25%
D1mr                     231,093|    231,597          +0.22%
D1mw                      49,876|     49,527          -0.70%
DLmr                       1,020|      1,027          +0.69%
DLmw                      12,968|     12,294          -5.20%
Dr                     5,441,292|  5,451,065          +0.18%
Dw                     3,651,652|  3,669,723          +0.49%
EstimatedCycles       32,100,525| 32,233,559          +0.41%
I1MissRate                     0|          0        +777.91%
I1mr                       3,042|     26,743        +779.13%
ILmr                         206|        206          +0.00%
Ir                    21,445,717| 21,475,493          +0.14%
L1HitRate                     99|         99          -0.08%
L1hits                30,254,650| 30,288,414          +0.11%
LLHitRate                      1|          1          +8.88%
LLMissRate                     0|          0          -4.88%
LLdMissRate                    0|          0          -5.06%
LLhits                   269,817|    294,340          +9.09%
LLiMissRate                    0|          0          -0.14%
RamHitRate                     0|          0          -4.88%
RamHits                   14,194|     13,527          -4.70%
TotalRW               30,538,661| 30,596,281          +0.19%

update_executor_iai::update_group::update_executor with_setup_2:setup_update_executor(procedural-string-lights)
Instructions: 4,988,012 (master) → 4,853,220 (HEAD) : $$\color{lime}-2.70\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -4.77%
D1mr                      52,979|     48,215          -8.99%
D1mw                      11,770|     11,731          -0.33%
DLmr                           4|          3         -25.00%
DLmw                         495|        432         -12.73%
Dr                     1,259,781|  1,222,597          -2.95%
Dw                       847,726|    826,338          -2.52%
EstimatedCycles        7,382,881|  7,187,239          -2.65%
I1MissRate                     0|          0        +269.52%
I1mr                       1,819|      6,540        +259.54%
ILmr                         204|        203          -0.49%
Ir                     4,988,012|  4,853,220          -2.70%
L1HitRate                     99|         99          -0.03%
L1hits                 7,028,951|  6,835,669          -2.75%
LLHitRate                      1|          1          +2.77%
LLMissRate                     0|          0          -6.70%
LLdMissRate                    0|          0         -10.33%
LLhits                    65,865|     65,848          -0.03%
LLiMissRate                    0|          0          +2.27%
RamHitRate                     0|          0          -6.70%
RamHits                      703|        638          -9.25%
TotalRW                7,095,519|  6,902,155          -2.73%

update_executor_iai::update_group::update_executor with_setup_3:setup_update_executor(parametric-dunescape)
Instructions: 17,539,114 (master) → 17,559,441 (HEAD) : $$\color{red}+0.12\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.08%
D1mr                     180,418|    181,301          +0.49%
D1mw                      43,836|     43,795          -0.09%
DLmr                         123|        118          -4.07%
DLmw                       5,201|      4,192         -19.40%
Dr                     4,422,457|  4,429,271          +0.15%
Dw                     3,006,063|  3,020,846          +0.49%
EstimatedCycles       26,039,914| 26,125,166          +0.33%
I1MissRate                     0|          0        +701.78%
I1mr                       2,506|     20,116        +702.71%
ILmr                         184|        182          -1.09%
Ir                    17,539,114| 17,559,441          +0.12%
L1HitRate                     99|         99          -0.07%
L1hits                24,740,874| 24,764,346          +0.09%
LLHitRate                      1|          1          +8.62%
LLMissRate                     0|          0         -18.58%
LLdMissRate                    0|          0         -19.28%
LLhits                   221,252|    240,720          +8.80%
LLiMissRate                    0|          0          -1.20%
RamHitRate                     0|          0         -18.58%
RamHits                    5,508|      4,492         -18.45%
TotalRW               24,967,634| 25,009,558          +0.17%

update_executor_iai::update_group::update_executor with_setup_4:setup_update_executor(red-dress)
Instructions: 49,207,117 (master) → 49,295,220 (HEAD) : $$\color{red}+0.18\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.65%
D1mr                     541,875|    541,616          -0.05%
D1mw                     125,509|    124,205          -1.04%
DLmr                      19,234|     18,436          -4.15%
DLmw                      44,974|     41,549          -7.62%
Dr                    12,640,855| 12,672,310          +0.25%
Dw                     8,605,342|  8,662,978          +0.67%
EstimatedCycles       75,077,050| 75,309,684          +0.31%
I1MissRate                     0|          0       +1011.99%
I1mr                       4,635|     51,633       +1013.98%
ILmr                         314|        327          +4.14%
Ir                    49,207,117| 49,295,220          +0.18%
L1HitRate                     99|         99          -0.06%
L1hits                69,781,295| 69,913,054          +0.19%
LLHitRate                      1|          1          +7.90%
LLMissRate                     0|          0          -6.76%
LLdMissRate                    0|          0          -6.97%
LLhits                   607,497|    657,142          +8.17%
LLiMissRate                    0|          0          +3.95%
RamHitRate                     0|          0          -6.76%
RamHits                   64,522|     60,312          -6.52%
TotalRW               70,453,314| 70,630,508          +0.25%

update_executor_iai::update_group::update_executor with_setup_5:setup_update_executor(valley-of-spires)
Instructions: 32,565,888 (master) → 32,585,271 (HEAD) : $$\color{red}+0.06\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.02%
D1mr                     358,290|    358,723          +0.12%
D1mw                      80,464|     80,230          -0.29%
DLmr                       4,957|      4,814          -2.88%
DLmw                      24,605|     24,016          -2.39%
Dr                     8,277,873|  8,277,238          -0.01%
Dw                     5,591,468|  5,601,192          +0.17%
EstimatedCycles       49,098,659| 49,241,783          +0.29%
I1MissRate                     0|          0        +893.47%
I1mr                       3,791|     37,685        +894.06%
ILmr                         213|        221          +3.76%
Ir                    32,565,888| 32,585,271          +0.06%
L1HitRate                     99|         99          -0.07%
L1hits                45,992,684| 45,987,063          -0.01%
LLHitRate                      1|          1          +8.37%
LLMissRate                     0|          0          -2.49%
LLdMissRate                    0|          0          -2.54%
LLhits                   412,770|    447,587          +8.43%
LLiMissRate                    0|          0          +3.69%
RamHitRate                     0|          0          -2.49%
RamHits                   29,775|     29,051          -2.43%
TotalRW               46,435,229| 46,463,701          +0.06%

🚀 Render: Cold Execution

run_once_iai::run_once_group::run_once with_setup_0:setup_run_once(isometric-fountain)
Instructions: 21,525,938 (master) → 21,465,362 (HEAD) : $$\color{lime}-0.28\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.47%
D1mr                     243,837|    243,290          -0.22%
D1mw                      53,919|     53,686          -0.43%
DLmr                       8,974|      9,017          +0.48%
DLmw                      17,395|     17,250          -0.83%
Dr                     5,488,346|  5,453,860          -0.63%
Dw                     3,664,339|  3,632,408          -0.87%
EstimatedCycles       33,298,995| 33,164,342          -0.40%
I1MissRate                     1|          1          +0.08%
I1mr                     121,807|    121,557          -0.21%
ILmr                       5,035|      5,019          -0.32%
Ir                    21,525,938| 21,465,362          -0.28%
L1HitRate                     99|         99          -0.00%
L1hits                30,259,060| 30,133,097          -0.42%
LLHitRate                      1|          1          +0.18%
LLMissRate                     0|          0          +0.04%
LLdMissRate                    0|          0          +0.34%
LLhits                   388,159|    387,247          -0.23%
LLiMissRate                    0|          0          -0.04%
RamHitRate                     0|          0          +0.04%
RamHits                   31,404|     31,286          -0.38%
TotalRW               30,678,623| 30,551,630          -0.41%

run_once_iai::run_once_group::run_once with_setup_1:setup_run_once(painted-dreams)
Instructions: 78,518,536 (master) → 78,513,032 (HEAD) : $$\color{lime}-0.01\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          +0.19%
D1mr                     403,499|    404,056          +0.14%
D1mw                     192,742|    192,668          -0.04%
DLmr                       5,142|      5,246          +2.02%
DLmw                      54,282|     54,021          -0.48%
Dr                    18,603,975| 18,589,207          -0.08%
Dw                    12,318,473| 12,300,788          -0.14%
EstimatedCycles      114,522,468|114,496,153          -0.02%
I1MissRate                     0|          0          +2.27%
I1mr                     173,640|    177,575          +2.27%
ILmr                       7,308|      7,264          -0.60%
Ir                    78,518,536| 78,513,032          -0.01%
L1HitRate                     99|         99          -0.00%
L1hits               108,671,103|108,628,728          -0.04%
LLHitRate                      1|          1          +0.69%
LLMissRate                     0|          0          -0.27%
LLdMissRate                    0|          0          -0.16%
LLhits                   703,149|    707,768          +0.66%
LLiMissRate                    0|          0          -0.60%
RamHitRate                     0|          0          -0.27%
RamHits                   66,732|     66,531          -0.30%
TotalRW              109,440,984|109,403,027          -0.03%

run_once_iai::run_once_group::run_once with_setup_2:setup_run_once(procedural-string-lights)
Instructions: 9,756,785 (master) → 9,738,773 (HEAD) : $$\color{lime}-0.18\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -2.21%
D1mr                      43,524|     42,386          -2.61%
D1mw                      19,029|     18,755          -1.44%
DLmr                         329|        330          +0.30%
DLmw                       4,133|      4,085          -1.16%
Dr                     2,251,468|  2,249,709          -0.08%
Dw                     1,583,562|  1,583,589          +0.00%
EstimatedCycles       14,274,139| 14,250,961          -0.16%
I1MissRate                     0|          0          +2.31%
I1mr                      43,513|     44,434          +2.12%
ILmr                       4,140|      4,138          -0.05%
Ir                     9,756,785|  9,738,773          -0.18%
L1HitRate                     99|         99          +0.00%
L1hits                13,485,749| 13,466,496          -0.14%
LLHitRate                      1|          1          -0.31%
LLMissRate                     0|          0          -0.42%
LLdMissRate                    0|          0          -1.01%
LLhits                    97,464|     97,022          -0.45%
LLiMissRate                    0|          0          +0.14%
RamHitRate                     0|          0          -0.42%
RamHits                    8,602|      8,553          -0.57%
TotalRW               13,591,815| 13,572,071          -0.15%

run_once_iai::run_once_group::run_once with_setup_3:setup_run_once(parametric-dunescape)
Instructions: 22,278,095 (master) → 22,249,259 (HEAD) : $$\color{lime}-0.13\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          +1.63%
D1mr                     119,098|    119,714          +0.52%
D1mw                      54,467|     55,390          +1.69%
DLmr                       1,525|      1,548          +1.51%
DLmw                      11,505|     12,695         +10.34%
Dr                     5,029,485|  5,000,431          -0.58%
Dw                     3,252,356|  3,220,962          -0.97%
EstimatedCycles       31,981,258| 31,938,812          -0.13%
I1MissRate                     0|          0          +1.94%
I1mr                      58,668|     59,726          +1.80%
ILmr                       3,383|      3,385          +0.06%
Ir                    22,278,095| 22,249,259          -0.13%
L1HitRate                     99|         99          -0.01%
L1hits                30,327,703| 30,235,822          -0.30%
LLHitRate                      1|          1          +0.94%
LLMissRate                     0|          0          +7.72%
LLdMissRate                    0|          0         +10.11%
LLhits                   215,820|    217,202          +0.64%
LLiMissRate                    0|          0          +0.19%
RamHitRate                     0|          0          +7.72%
RamHits                   16,413|     17,628          +7.40%
TotalRW               30,559,936| 30,470,652          -0.29%

run_once_iai::run_once_group::run_once with_setup_4:setup_run_once(red-dress)
Instructions: 1,798,966,636 (master) → 1,799,047,432 (HEAD) : $$\color{red}+0.00\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     0|          0          +0.59%
D1mr                   1,675,989|  1,682,212          +0.37%
D1mw                     756,831|    764,935          +1.07%
DLmr                     389,623|    390,708          +0.28%
DLmw                     500,445|    501,290          +0.17%
Dr                   425,363,918|425,371,149          +0.00%
Dw                   277,125,958|277,119,267          -0.00%
EstimatedCycles      2,542,207,912|2,542,987,602          +0.03%
I1MissRate                     0|          0         +14.00%
I1mr                   1,039,575|  1,185,189         +14.01%
ILmr                       5,326|      5,349          +0.43%
Ir                   1,798,966,636|1,799,047,432          +0.00%
L1HitRate                    100|        100          -0.01%
L1hits               2,497,984,117|2,497,905,512          -0.00%
LLHitRate                      0|          0          +6.13%
LLMissRate                     0|          0          +0.21%
LLdMissRate                    0|          0          +0.22%
LLhits                 2,577,001|  2,734,989          +6.13%
LLiMissRate                    0|          0          +0.43%
RamHitRate                     0|          0          +0.21%
RamHits                  895,394|    897,347          +0.22%
TotalRW              2,501,456,512|2,501,537,848          +0.00%

run_once_iai::run_once_group::run_once with_setup_5:setup_run_once(valley-of-spires)
Instructions: 19,728,134 (master) → 19,738,754 (HEAD) : $$\color{red}+0.05\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.03%
D1mr                     199,710|    199,842          +0.07%
D1mw                      46,470|     47,025          +1.19%
DLmr                       5,680|      5,692          +0.21%
DLmw                      14,029|     14,303          +1.95%
Dr                     4,803,453|  4,815,872          +0.26%
Dw                     3,169,323|  3,181,309          +0.38%
EstimatedCycles       29,768,378| 29,821,473          +0.18%
I1MissRate                     0|          1          +1.60%
I1mr                      98,562|    100,195          +1.66%
ILmr                       3,241|      3,248          +0.22%
Ir                    19,728,134| 19,738,754          +0.05%
L1HitRate                     99|         99          -0.01%
L1hits                27,356,168| 27,388,873          +0.12%
LLHitRate                      1|          1          +0.50%
LLMissRate                     0|          0          +1.15%
LLdMissRate                    0|          0          +1.14%
LLhits                   321,792|    323,819          +0.63%
LLiMissRate                    0|          0          +0.16%
RamHitRate                     0|          0          +1.15%
RamHits                   22,950|     23,243          +1.28%
TotalRW               27,700,910| 27,735,935          +0.13%

⚡ Render: Cached Execution

run_cached_iai::run_cached_group::run_cached with_setup_0:setup_run_cached(isometric-fountain)
Instructions: 16,155,732 (master) → 16,145,445 (HEAD) : $$\color{lime}-0.06\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.60%
D1mr                     198,767|    199,703          +0.47%
D1mw                      17,003|     17,339          +1.98%
DLmr                       2,106|      2,250          +6.84%
DLmw                         597|        541          -9.38%
Dr                     4,109,086|  4,107,982          -0.03%
Dw                     2,675,404|  2,675,596          +0.01%
EstimatedCycles       24,028,988| 24,026,709          -0.01%
I1MissRate                     0|          0          +1.00%
I1mr                      34,904|     35,232          +0.94%
ILmr                         166|        162          -2.41%
Ir                    16,155,732| 16,145,445          -0.06%
L1HitRate                     99|         99          -0.01%
L1hits                22,689,548| 22,676,749          -0.06%
LLHitRate                      1|          1          +0.66%
LLMissRate                     0|          0          +2.98%
LLdMissRate                    0|          0          +3.27%
LLhits                   247,805|    249,321          +0.61%
LLiMissRate                    0|          0          -2.35%
RamHitRate                     0|          0          +2.98%
RamHits                    2,869|      2,953          +2.93%
TotalRW               22,940,222| 22,929,023          -0.05%

run_cached_iai::run_cached_group::run_cached with_setup_1:setup_run_cached(painted-dreams)
Instructions: 21,903,615 (master) → 21,894,346 (HEAD) : $$\color{lime}-0.04\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -1.23%
D1mr                     168,307|    166,509          -1.07%
D1mw                      29,423|     28,835          -2.00%
DLmr                       1,540|      1,629          +5.78%
DLmw                          85|        344        +304.71%
Dr                     5,300,609|  5,301,511          +0.02%
Dw                     3,605,275|  3,606,686          +0.04%
EstimatedCycles       31,879,281| 31,878,393          -0.00%
I1MissRate                     0|          0          +2.39%
I1mr                      56,283|     57,606          +2.35%
ILmr                         166|        162          -2.41%
Ir                    21,903,615| 21,894,346          -0.04%
L1HitRate                     99|         99          +0.00%
L1hits                30,555,486| 30,549,593          -0.02%
LLHitRate                      1|          1          -0.54%
LLMissRate                     0|          0         +19.23%
LLdMissRate                    0|          0         +21.38%
LLhits                   252,222|    250,815          -0.56%
LLiMissRate                    0|          0          -2.37%
RamHitRate                     0|          0         +19.23%
RamHits                    1,791|      2,135         +19.21%
TotalRW               30,809,499| 30,802,543          -0.02%

run_cached_iai::run_cached_group::run_cached with_setup_2:setup_run_cached(procedural-string-lights)
Instructions: 7,842,299 (master) → 7,852,027 (HEAD) : $$\color{red}+0.12\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     1|          1          -2.98%
D1mr                      33,348|     32,547          -2.40%
D1mw                       8,742|      8,631          -1.27%
DLmr                           9|          9          +0.00%
DLmw                         186|        173          -6.99%
Dr                     1,820,371|  1,833,510          +0.72%
Dw                     1,289,256|  1,302,325          +1.01%
EstimatedCycles       11,254,292| 11,289,064          +0.31%
I1MissRate                     0|          0          +2.13%
I1mr                      30,854|     31,550          +2.26%
ILmr                         158|        161          +1.90%
Ir                     7,842,299|  7,852,027          +0.12%
L1HitRate                     99|         99          +0.00%
L1hits                10,878,982| 10,915,134          +0.33%
LLHitRate                      1|          1          -0.61%
LLMissRate                     0|          0          -3.15%
LLdMissRate                    0|          0          -7.45%
LLhits                    72,591|     72,385          -0.28%
LLiMissRate                    0|          0          +1.77%
RamHitRate                     0|          0          -3.15%
RamHits                      353|        343          -2.83%
TotalRW               10,951,926| 10,987,862          +0.33%

run_cached_iai::run_cached_group::run_cached with_setup_3:setup_run_cached(parametric-dunescape)
Instructions: 13,718,141 (master) → 13,668,747 (HEAD) : $$\color{lime}-0.36\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          +1.92%
D1mr                      83,745|     84,366          +0.74%
D1mw                      22,308|     22,882          +2.57%
DLmr                          33|         36          +9.09%
DLmw                         375|        407          +8.53%
Dr                     3,082,763|  3,061,770          -0.68%
Dw                     2,109,868|  2,090,211          -0.93%
EstimatedCycles       19,384,760| 19,300,548          -0.43%
I1MissRate                     0|          0          +0.28%
I1mr                       8,424|      8,417          -0.08%
ILmr                         128|        129          +0.78%
Ir                    13,718,141| 13,668,747          -0.36%
L1HitRate                     99|         99          -0.01%
L1hits                18,796,295| 18,705,063          -0.49%
LLHitRate                      1|          1          +1.49%
LLMissRate                     0|          0          +7.23%
LLdMissRate                    0|          0          +9.44%
LLhits                   113,941|    115,093          +1.01%
LLiMissRate                    0|          0          +1.15%
RamHitRate                     0|          0          +7.23%
RamHits                      536|        572          +6.72%
TotalRW               18,910,772| 18,820,728          -0.48%

run_cached_iai::run_cached_group::run_cached with_setup_4:setup_run_cached(red-dress)
Instructions: 245,730,692 (master) → 246,575,210 (HEAD) : $$\color{red}+0.34\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     1|          1          -0.30%
D1mr                   1,046,104|  1,047,440          +0.13%
D1mw                     211,236|    214,719          +1.65%
DLmr                     380,681|    380,069          -0.16%
DLmw                     142,583|    143,974          +0.98%
Dr                    57,046,536| 57,408,807          +0.64%
Dw                    40,701,653| 41,006,119          +0.75%
EstimatedCycles      367,777,357|369,671,996          +0.52%
I1MissRate                     0|          0          +9.31%
I1mr                     878,714|    963,801          +9.68%
ILmr                       1,878|      1,891          +0.69%
Ir                   245,730,692|246,575,210          +0.34%
L1HitRate                     99|         99          -0.02%
L1hits               341,342,827|342,764,176          +0.42%
LLHitRate                      0|          0          +5.07%
LLMissRate                     0|          0          -0.29%
LLdMissRate                    1|          1          -0.53%
LLhits                 1,610,912|  1,700,026          +5.53%
LLiMissRate                    0|          0          +0.35%
RamHitRate                     0|          0          -0.29%
RamHits                  525,142|    525,934          +0.15%
TotalRW              343,478,881|344,990,136          +0.44%

run_cached_iai::run_cached_group::run_cached with_setup_5:setup_run_cached(valley-of-spires)
Instructions: 15,359,239 (master) → 15,378,363 (HEAD) : $$\color{red}+0.12\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.51%
D1mr                     162,744|    164,446          +1.05%
D1mw                      16,256|     16,687          +2.65%
DLmr                         263|        307         +16.73%
DLmw                         667|        796         +19.34%
Dr                     3,695,840|  3,716,660          +0.56%
Dw                     2,382,461|  2,403,120          +0.87%
EstimatedCycles       22,303,272| 22,381,079          +0.35%
I1MissRate                     0|          0          +2.82%
I1mr                      29,288|     30,151          +2.95%
ILmr                         156|        157          +0.64%
Ir                    15,359,239| 15,378,363          +0.12%
L1HitRate                     99|         99          -0.01%
L1hits                21,229,252| 21,286,859          +0.27%
LLHitRate                      1|          1          +1.08%
LLMissRate                     0|          0         +15.70%
LLdMissRate                    0|          0         +17.80%
LLhits                   207,202|    210,024          +1.36%
LLiMissRate                    0|          0          +0.52%
RamHitRate                     0|          0         +15.70%
RamHits                    1,086|      1,260         +16.02%
TotalRW               21,437,540| 21,498,143          +0.28%

Copy link

github-actions bot commented Sep 9, 2025

Performance Benchmark Results

🔧 Graph Compilation

compile_demo_art_iai::compile_group::compile_to_proto with_setup_0:load_from_name(isometric-fountain)
Instructions: 27,170,964 (master) → 27,256,892 (HEAD) : $$\color{red}+0.32\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.50%
D1mr                     342,856|    345,903          +0.89%
D1mw                     107,358|    107,550          +0.18%
DLmr                      30,423|     30,310          -0.37%
DLmw                      47,572|     47,805          +0.49%
Dr                     6,730,471|  6,747,739          +0.26%
Dw                     4,718,239|  4,726,079          +0.17%
EstimatedCycles       42,962,980| 43,089,032          +0.29%
I1MissRate                     0|          0          -1.35%
I1mr                      44,305|     43,845          -1.04%
ILmr                         846|        856          +1.18%
Ir                    27,170,964| 27,256,892          +0.32%
L1HitRate                     99|         99          -0.00%
L1hits                38,125,155| 38,233,412          +0.28%
LLHitRate                      1|          1          +0.35%
LLMissRate                     0|          0          -0.12%
LLdMissRate                    1|          1          -0.07%
LLhits                   415,678|    418,327          +0.64%
LLiMissRate                    0|          0          +0.86%
RamHitRate                     0|          0          -0.12%
RamHits                   78,841|     78,971          +0.16%
TotalRW               38,619,674| 38,730,710          +0.29%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_1:load_from_name(painted-dreams)
Instructions: 13,763,892 (master) → 13,758,178 (HEAD) : $$\color{lime}-0.04\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.25%
D1mr                     162,656|    161,955          -0.43%
D1mw                      47,926|     48,009          +0.17%
DLmr                         632|        662          +4.75%
DLmw                      11,682|     11,582          -0.86%
Dr                     3,413,874|  3,413,134          -0.02%
Dw                     2,378,834|  2,377,285          -0.07%
EstimatedCycles       20,874,478| 20,860,691          -0.07%
I1MissRate                     0|          0          -1.18%
I1mr                      21,215|     20,957          -1.22%
ILmr                         709|        703          -0.85%
Ir                    13,763,892| 13,758,178          -0.04%
L1HitRate                     99|         99          +0.00%
L1hits                19,324,803| 19,317,676          -0.04%
LLHitRate                      1|          1          -0.32%
LLMissRate                     0|          0          -0.54%
LLdMissRate                    0|          0          -0.53%
LLhits                   218,774|    217,974          -0.37%
LLiMissRate                    0|          0          -0.81%
RamHitRate                     0|          0          -0.54%
RamHits                   13,023|     12,947          -0.58%
TotalRW               19,556,600| 19,548,597          -0.04%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_2:load_from_name(procedural-string-lights)
Instructions: 3,074,738 (master) → 2,273,036 (HEAD) : $$\color{lime}-26.07\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -2.59%
D1mr                      36,029|     22,902         -36.43%
D1mw                      10,718|     10,174          -5.08%
DLmr                          17|         15         -11.76%
DLmw                       2,930|      2,691          -8.16%
Dr                       749,807|    537,859         -28.27%
Dw                       524,686|    387,870         -26.08%
EstimatedCycles        4,663,917|  3,450,801         -26.01%
I1MissRate                     0|          0         +30.80%
I1mr                       4,662|      4,508          -3.30%
ILmr                         688|        684          -0.58%
Ir                     3,074,738|  2,273,036         -26.07%
L1HitRate                     99|         99          +0.01%
L1hits                 4,297,822|  3,161,181         -26.45%
LLHitRate                      1|          1          -2.68%
LLMissRate                     0|          0         +26.80%
LLdMissRate                    0|          0         +26.42%
LLhits                    47,774|     34,194         -28.43%
LLiMissRate                    0|          0         +34.48%
RamHitRate                     0|          0         +26.80%
RamHits                    3,635|      3,390          -6.74%
TotalRW                4,349,231|  3,198,765         -26.45%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_3:load_from_name(parametric-dunescape)
Instructions: 13,605,787 (master) → 13,615,128 (HEAD) : $$\color{red}+0.07\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.20%
D1mr                     171,253|    171,784          +0.31%
D1mw                      49,419|     49,392          -0.05%
DLmr                          68|         71          +4.41%
DLmw                      10,918|     10,754          -1.50%
Dr                     3,329,202|  3,330,767          +0.05%
Dw                     2,347,650|  2,347,975          +0.01%
EstimatedCycles       20,590,581| 20,596,864          +0.03%
I1MissRate                     0|          0          -3.02%
I1mr                      17,806|     17,280          -2.95%
ILmr                         815|        814          -0.12%
Ir                    13,605,787| 13,615,128          +0.07%
L1HitRate                     99|         99          +0.00%
L1hits                19,044,161| 19,055,414          +0.06%
LLHitRate                      1|          1          +0.00%
LLMissRate                     0|          0          -1.43%
LLdMissRate                    0|          0          -1.50%
LLhits                   226,677|    226,817          +0.06%
LLiMissRate                    0|          0          -0.19%
RamHitRate                     0|          0          -1.43%
RamHits                   11,801|     11,639          -1.37%
TotalRW               19,282,639| 19,293,870          +0.06%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_4:load_from_name(red-dress)
Instructions: 32,156,010 (master) → 32,029,014 (HEAD) : $$\color{lime}-0.39\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.42%
D1mr                     405,210|    406,272          +0.26%
D1mw                     123,529|    123,386          -0.12%
DLmr                      42,216|     42,390          +0.41%
DLmw                      52,026|     51,037          -1.90%
Dr                     7,920,985|  7,900,568          -0.26%
Dw                     5,552,659|  5,539,554          -0.24%
EstimatedCycles       50,793,186| 50,611,110          -0.36%
I1MissRate                     0|          0          -0.13%
I1mr                      48,969|     48,713          -0.52%
ILmr                         848|        856          +0.94%
Ir                    32,156,010| 32,029,014          -0.39%
L1HitRate                     99|         99          -0.01%
L1hits                45,051,946| 44,890,765          -0.36%
LLHitRate                      1|          1          +0.66%
LLMissRate                     0|          0          -0.50%
LLdMissRate                    1|          1          -0.62%
LLhits                   482,618|    484,088          +0.30%
LLiMissRate                    0|          0          +1.34%
RamHitRate                     0|          0          -0.50%
RamHits                   95,090|     94,283          -0.85%
TotalRW               45,629,654| 45,469,136          -0.35%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_5:load_from_name(valley-of-spires)
Instructions: 21,102,042 (master) → 21,101,251 (HEAD) : $$\color{lime}-0.00\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.34%
D1mr                     261,723|    260,858          -0.33%
D1mw                      77,310|     76,997          -0.40%
DLmr                      14,962|     15,025          +0.42%
DLmw                      37,337|     37,029          -0.82%
Dr                     5,221,175|  5,221,610          +0.01%
Dw                     3,653,277|  3,652,140          -0.03%
EstimatedCycles       33,057,790| 33,042,319          -0.05%
I1MissRate                     0|          0          -1.26%
I1mr                      33,026|     32,607          -1.27%
ILmr                         803|        795          -1.00%
Ir                    21,102,042| 21,101,251          -0.00%
L1HitRate                     99|         99          +0.01%
L1hits                29,604,435| 29,604,539          +0.00%
LLHitRate                      1|          1          -0.42%
LLMissRate                     0|          0          -0.47%
LLdMissRate                    1|          1          -0.46%
LLhits                   318,957|    317,613          -0.42%
LLiMissRate                    0|          0          -0.99%
RamHitRate                     0|          0          -0.47%
RamHits                   53,102|     52,849          -0.48%
TotalRW               29,976,494| 29,975,001          -0.00%

🔄 Executor Update

update_executor_iai::update_group::update_executor with_setup_0:setup_update_executor(isometric-fountain)
Instructions: 40,773,423 (master) → 40,869,778 (HEAD) : $$\color{red}+0.24\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +1.33%
D1mr                     446,390|    453,218          +1.53%
D1mw                      97,285|     98,994          +1.76%
DLmr                       9,327|      9,880          +5.93%
DLmw                      24,467|     24,012          -1.86%
Dr                    10,358,795| 10,371,867          +0.13%
Dw                     6,974,559|  7,002,090          +0.39%
EstimatedCycles       61,318,983| 61,667,093          +0.57%
I1MissRate                     0|          0       +1051.19%
I1mr                       4,129|     47,645       +1053.91%
ILmr                         239|        239          +0.00%
Ir                    40,773,423| 40,869,778          +0.24%
L1HitRate                     99|         99          -0.09%
L1hits                57,558,973| 57,643,878          +0.15%
LLHitRate                      1|          1          +9.85%
LLMissRate                     0|          0          +0.05%
LLdMissRate                    0|          0          +0.06%
LLhits                   513,771|    565,726         +10.11%
LLiMissRate                    0|          0          -0.24%
RamHitRate                     0|          0          +0.05%
RamHits                   34,033|     34,131          +0.29%
TotalRW               58,106,777| 58,243,735          +0.24%

update_executor_iai::update_group::update_executor with_setup_1:setup_update_executor(painted-dreams)
Instructions: 21,450,890 (master) → 21,478,754 (HEAD) : $$\color{red}+0.13\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.95%
D1mr                     231,091|    229,874          -0.53%
D1mw                      49,954|     49,425          -1.06%
DLmr                       1,022|      1,024          +0.20%
DLmw                      12,906|     12,131          -6.00%
Dr                     5,442,309|  5,451,674          +0.17%
Dw                     3,650,293|  3,671,180          +0.57%
EstimatedCycles       32,103,822| 32,227,712          +0.39%
I1MissRate                     0|          0        +787.40%
I1mr                       3,040|     27,012        +788.55%
ILmr                         205|        207          +0.98%
Ir                    21,450,890| 21,478,754          +0.13%
L1HitRate                     99|         99          -0.07%
L1hits                30,259,407| 30,295,297          +0.12%
LLHitRate                      1|          1          +8.31%
LLMissRate                     0|          0          -5.63%
LLdMissRate                    0|          0          -5.86%
LLhits                   269,952|    292,949          +8.52%
LLiMissRate                    0|          0          +0.84%
RamHitRate                     0|          0          -5.63%
RamHits                   14,133|     13,362          -5.46%
TotalRW               30,543,492| 30,601,608          +0.19%

update_executor_iai::update_group::update_executor with_setup_2:setup_update_executor(procedural-string-lights)
Instructions: 4,826,100 (master) → 4,993,975 (HEAD) : $$\color{red}+3.48\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +2.89%
D1mr                      47,900|     52,405          +9.41%
D1mw                      11,945|     11,647          -2.49%
DLmr                           4|          3         -25.00%
DLmw                         421|        424          +0.71%
Dr                     1,213,853|  1,261,426          +3.92%
Dw                       817,592|    851,744          +4.18%
EstimatedCycles        7,123,087|  7,408,483          +4.01%
I1MissRate                     0|          0        +247.22%
I1mr                       1,823|      6,550        +259.30%
ILmr                         204|        204          +0.00%
Ir                     4,826,100|  4,993,975          +3.48%
L1HitRate                     99|         99          -0.09%
L1hits                 6,795,877|  7,036,543          +3.54%
LLHitRate                      1|          1         +10.61%
LLMissRate                     0|          0          -3.21%
LLdMissRate                    0|          0          -3.42%
LLhits                    61,039|     69,971         +14.63%
LLiMissRate                    0|          0          -3.36%
RamHitRate                     0|          0          -3.21%
RamHits                      629|        631          +0.32%
TotalRW                6,857,545|  7,107,145          +3.64%

update_executor_iai::update_group::update_executor with_setup_3:setup_update_executor(parametric-dunescape)
Instructions: 17,540,046 (master) → 17,558,523 (HEAD) : $$\color{red}+0.11\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.36%
D1mr                     181,990|    181,799          -0.10%
D1mw                      44,075|     44,080          +0.01%
DLmr                         122|        123          +0.82%
DLmw                       5,262|      3,853         -26.78%
Dr                     4,423,271|  4,429,359          +0.14%
Dw                     3,007,773|  3,022,316          +0.48%
EstimatedCycles       26,052,508| 26,118,022          +0.25%
I1MissRate                     0|          0        +687.91%
I1mr                       2,522|     19,892        +688.74%
ILmr                         185|        182          -1.62%
Ir                    17,540,046| 17,558,523          +0.11%
L1HitRate                     99|         99          -0.07%
L1hits                24,742,503| 24,764,427          +0.09%
LLHitRate                      1|          1          +8.17%
LLMissRate                     0|          0         -25.45%
LLdMissRate                    0|          0         -26.36%
LLhits                   223,018|    241,613          +8.34%
LLiMissRate                    0|          0          -1.73%
RamHitRate                     0|          0         -25.45%
RamHits                    5,569|      4,158         -25.34%
TotalRW               24,971,090| 25,010,198          +0.16%

update_executor_iai::update_group::update_executor with_setup_4:setup_update_executor(red-dress)
Instructions: 49,233,969 (master) → 49,293,822 (HEAD) : $$\color{red}+0.12\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.04%
D1mr                     539,577|    543,326          +0.69%
D1mw                     125,285|    123,531          -1.40%
DLmr                      18,862|     18,242          -3.29%
DLmw                      43,284|     42,314          -2.24%
Dr                    12,646,917| 12,668,491          +0.17%
Dw                     8,614,527|  8,648,814          +0.40%
EstimatedCycles       75,047,451| 75,313,107          +0.35%
I1MissRate                     0|          0       +1020.95%
I1mr                       4,630|     51,963       +1022.31%
ILmr                         323|        334          +3.41%
Ir                    49,233,969| 49,293,822          +0.12%
L1HitRate                     99|         99          -0.07%
L1hits                69,825,921| 69,892,307          +0.10%
LLHitRate                      1|          1          +8.21%
LLMissRate                     0|          0          -2.69%
LLdMissRate                    0|          0          -2.81%
LLhits                   607,023|    657,930          +8.39%
LLiMissRate                    0|          0          +3.28%
RamHitRate                     0|          0          -2.69%
RamHits                   62,469|     60,890          -2.53%
TotalRW               70,495,413| 70,611,127          +0.16%

update_executor_iai::update_group::update_executor with_setup_5:setup_update_executor(valley-of-spires)
Instructions: 32,579,918 (master) → 32,601,548 (HEAD) : $$\color{red}+0.07\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.01%
D1mr                     358,116|    359,072          +0.27%
D1mw                      79,866|     79,789          -0.10%
DLmr                       4,908|      4,881          -0.55%
DLmw                      24,376|     23,341          -4.25%
Dr                     8,281,012|  8,288,782          +0.09%
Dw                     5,596,463|  5,615,285          +0.34%
EstimatedCycles       49,109,149| 49,265,413          +0.32%
I1MissRate                     0|          0        +913.59%
I1mr                       3,722|     37,751        +914.27%
ILmr                         214|        223          +4.21%
Ir                    32,579,918| 32,601,548          +0.07%
L1HitRate                     99|         99          -0.07%
L1hits                46,015,689| 46,029,003          +0.03%
LLHitRate                      1|          1          +8.61%
LLMissRate                     0|          0          -3.67%
LLdMissRate                    0|          0          -3.81%
LLhits                   412,206|    448,167          +8.72%
LLiMissRate                    0|          0          +4.14%
RamHitRate                     0|          0          -3.67%
RamHits                   29,498|     28,445          -3.57%
TotalRW               46,457,393| 46,505,615          +0.10%

🚀 Render: Cold Execution

run_once_iai::run_once_group::run_once with_setup_0:setup_run_once(isometric-fountain)
Instructions: 21,473,238 (master) → 21,471,988 (HEAD) : $$\color{lime}-0.01\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.15%
D1mr                     243,636|    242,981          -0.27%
D1mw                      54,228|     54,228          +0.00%
DLmr                       9,038|      9,163          +1.38%
DLmw                      17,330|     17,213          -0.68%
Dr                     5,459,320|  5,456,464          -0.05%
Dw                     3,637,400|  3,633,591          -0.10%
EstimatedCycles       33,190,580| 33,178,235          -0.04%
I1MissRate                     1|          1          -0.36%
I1mr                     121,784|    121,339          -0.37%
ILmr                       5,033|      5,024          -0.18%
Ir                    21,473,238| 21,471,988          -0.01%
L1HitRate                     99|         99          +0.00%
L1hits                30,150,310| 30,143,495          -0.02%
LLHitRate                      1|          1          -0.26%
LLMissRate                     0|          0          +0.02%
LLdMissRate                    0|          0          +0.10%
LLhits                   388,247|    387,148          -0.28%
LLiMissRate                    0|          0          -0.17%
RamHitRate                     0|          0          +0.02%
RamHits                   31,401|     31,400          -0.00%
TotalRW               30,569,958| 30,562,043          -0.03%

run_once_iai::run_once_group::run_once with_setup_1:setup_run_once(painted-dreams)
Instructions: 78,510,342 (master) → 78,488,409 (HEAD) : $$\color{lime}-0.03\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          +0.11%
D1mr                     403,770|    403,833          +0.02%
D1mw                     192,187|    192,825          +0.33%
DLmr                       5,168|      5,184          +0.31%
DLmw                      54,258|     53,963          -0.54%
Dr                    18,573,646| 18,575,007          +0.01%
Dw                    12,286,079| 12,287,848          +0.01%
EstimatedCycles      114,449,555|114,440,652          -0.01%
I1MissRate                     0|          0          +2.43%
I1mr                     173,440|    177,599          +2.40%
ILmr                       7,304|      7,265          -0.53%
Ir                    78,510,342| 78,488,409          -0.03%
L1HitRate                     99|         99          -0.00%
L1hits               108,600,670|108,577,007          -0.02%
LLHitRate                      1|          1          +0.75%
LLMissRate                     0|          0          -0.46%
LLdMissRate                    0|          0          -0.48%
LLhits                   702,667|    707,845          +0.74%
LLiMissRate                    0|          0          -0.51%
RamHitRate                     0|          0          -0.46%
RamHits                   66,730|     66,412          -0.48%
TotalRW              109,370,067|109,351,264          -0.02%

run_once_iai::run_once_group::run_once with_setup_2:setup_run_once(procedural-string-lights)
Instructions: 9,743,136 (master) → 9,757,860 (HEAD) : $$\color{red}+0.15\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.85%
D1mr                      43,147|     42,821          -0.76%
D1mw                      18,871|     19,177          +1.62%
DLmr                         329|        331          +0.61%
DLmw                       4,141|      4,175          +0.82%
Dr                     2,249,113|  2,264,905          +0.70%
Dw                     1,582,619|  1,598,523          +1.00%
EstimatedCycles       14,255,052| 14,306,716          +0.36%
I1MissRate                     0|          0          +2.32%
I1mr                      43,453|     44,529          +2.48%
ILmr                       4,140|      4,138          -0.05%
Ir                     9,743,136|  9,757,860          +0.15%
L1HitRate                     99|         99          -0.01%
L1hits                13,469,397| 13,514,761          +0.34%
LLHitRate                      1|          1          +0.71%
LLMissRate                     0|          0          +0.05%
LLdMissRate                    0|          0          -0.02%
LLhits                    96,861|     97,883          +1.06%
LLiMissRate                    0|          0          -0.20%
RamHitRate                     0|          0          +0.05%
RamHits                    8,610|      8,644          +0.39%
TotalRW               13,574,868| 13,621,288          +0.34%

run_once_iai::run_once_group::run_once with_setup_3:setup_run_once(parametric-dunescape)
Instructions: 22,294,099 (master) → 22,286,127 (HEAD) : $$\color{lime}-0.04\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          +0.99%
D1mr                     118,606|    119,414          +0.68%
D1mw                      54,297|     54,702          +0.75%
DLmr                       1,532|      1,564          +2.09%
DLmw                      11,397|     12,436          +9.12%
Dr                     5,032,499|  5,021,705          -0.21%
Dw                     3,254,446|  3,241,340          -0.40%
EstimatedCycles       31,997,202| 32,006,628          +0.03%
I1MissRate                     0|          0          +1.85%
I1mr                      58,774|     59,838          +1.81%
ILmr                       3,386|      3,388          +0.06%
Ir                    22,294,099| 22,286,127          -0.04%
L1HitRate                     99|         99          -0.01%
L1hits                30,349,367| 30,315,218          -0.11%
LLHitRate                      1|          1          +0.66%
LLMissRate                     0|          0          +6.69%
LLdMissRate                    0|          0          +8.60%
LLhits                   215,362|    216,566          +0.56%
LLiMissRate                    0|          0          +0.09%
RamHitRate                     0|          0          +6.69%
RamHits                   16,315|     17,388          +6.58%
TotalRW               30,581,044| 30,549,172          -0.10%

run_once_iai::run_once_group::run_once with_setup_4:setup_run_once(red-dress)
Instructions: 1,799,020,182 (master) → 1,799,063,912 (HEAD) : $$\color{red}+0.00\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     0|          0          -0.18%
D1mr                   1,689,832|  1,684,984          -0.29%
D1mw                     765,556|    765,804          +0.03%
DLmr                     394,320|    391,993          -0.59%
DLmw                     500,964|    501,310          +0.07%
Dr                   425,376,718|425,372,633          -0.00%
Dw                   277,133,965|277,118,904          -0.01%
EstimatedCycles      2,542,528,265|2,543,057,775          +0.02%
I1MissRate                     0|          0         +13.99%
I1mr                   1,039,447|  1,184,881         +13.99%
ILmr                       5,318|      5,352          +0.64%
Ir                   1,799,020,182|1,799,063,912          +0.00%
L1HitRate                    100|        100          -0.01%
L1hits               2,498,036,030|2,497,919,780          -0.00%
LLHitRate                      0|          0          +5.50%
LLMissRate                     0|          0          -0.22%
LLdMissRate                    0|          0          -0.22%
LLhits                 2,594,233|  2,737,014          +5.50%
LLiMissRate                    0|          0          +0.64%
RamHitRate                     0|          0          -0.22%
RamHits                  900,602|    898,655          -0.22%
TotalRW              2,501,530,865|2,501,555,449          +0.00%

run_once_iai::run_once_group::run_once with_setup_5:setup_run_once(valley-of-spires)
Instructions: 19,732,176 (master) → 19,737,061 (HEAD) : $$\color{red}+0.02\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.47%
D1mr                     199,052|    199,827          +0.39%
D1mw                      46,086|     47,186          +2.39%
DLmr                       5,671|      5,686          +0.26%
DLmw                      13,924|     14,345          +3.02%
Dr                     4,804,338|  4,815,884          +0.24%
Dw                     3,169,485|  3,181,531          +0.38%
EstimatedCycles       29,766,845| 29,821,034          +0.18%
I1MissRate                     1|          1          +1.23%
I1mr                      98,796|    100,034          +1.25%
ILmr                       3,242|      3,248          +0.19%
Ir                    19,732,176| 19,737,061          +0.02%
L1HitRate                     99|         99          -0.01%
L1hits                27,362,065| 27,387,429          +0.09%
LLHitRate                      1|          1          +0.73%
LLMissRate                     0|          0          +1.83%
LLdMissRate                    0|          0          +1.92%
LLhits                   321,097|    323,768          +0.83%
LLiMissRate                    0|          0          +0.16%
RamHitRate                     0|          0          +1.83%
RamHits                   22,837|     23,279          +1.94%
TotalRW               27,705,999| 27,734,476          +0.10%

⚡ Render: Cached Execution

run_cached_iai::run_cached_group::run_cached with_setup_0:setup_run_cached(isometric-fountain)
Instructions: 16,178,217 (master) → 16,127,618 (HEAD) : $$\color{lime}-0.31\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.66%
D1mr                     199,576|    199,203          -0.19%
D1mw                      16,997|     17,094          +0.57%
DLmr                       2,171|      2,208          +1.70%
DLmw                         720|        537         -25.42%
Dr                     4,113,251|  4,085,730          -0.67%
Dw                     2,679,066|  2,653,402          -0.96%
EstimatedCycles       24,067,884| 23,959,746          -0.45%
I1MissRate                     0|          0          +1.24%
I1mr                      34,837|     35,157          +0.92%
ILmr                         166|        161          -3.01%
Ir                    16,178,217| 16,127,618          -0.31%
L1HitRate                     99|         99          -0.01%
L1hits                22,719,124| 22,615,296          -0.46%
LLHitRate                      1|          1          +0.53%
LLMissRate                     0|          0          -4.51%
LLdMissRate                    0|          0          -4.30%
LLhits                   248,353|    248,548          +0.08%
LLiMissRate                    0|          0          -2.71%
RamHitRate                     0|          0          -4.51%
RamHits                    3,057|      2,906          -4.94%
TotalRW               22,970,534| 22,866,750          -0.45%

run_cached_iai::run_cached_group::run_cached with_setup_1:setup_run_cached(painted-dreams)
Instructions: 21,872,679 (master) → 21,879,192 (HEAD) : $$\color{red}+0.03\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          +0.13%
D1mr                     166,907|    167,414          +0.30%
D1mw                      28,259|     28,786          +1.86%
DLmr                       1,518|      1,614          +6.32%
DLmw                          74|        196        +164.86%
Dr                     5,272,846|  5,291,014          +0.34%
Dw                     3,579,820|  3,597,277          +0.49%
EstimatedCycles       31,783,219| 31,842,073          +0.19%
I1MissRate                     0|          0          +2.66%
I1mr                      56,095|     57,605          +2.69%
ILmr                         169|        169          +0.00%
Ir                    21,872,679| 21,879,192          +0.03%
L1HitRate                     99|         99          -0.01%
L1hits                30,474,084| 30,513,678          +0.13%
LLHitRate                      1|          1          +0.79%
LLMissRate                     0|          0         +12.23%
LLdMissRate                    0|          0         +13.24%
LLhits                   249,500|    251,826          +0.93%
LLiMissRate                    0|          0          -0.03%
RamHitRate                     0|          0         +12.23%
RamHits                    1,761|      1,979         +12.38%
TotalRW               30,725,345| 30,767,483          +0.14%

run_cached_iai::run_cached_group::run_cached with_setup_2:setup_run_cached(procedural-string-lights)
Instructions: 7,840,040 (master) → 7,838,071 (HEAD) : $$\color{lime}-0.03\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     1|          1          -2.36%
D1mr                      32,885|     32,316          -1.73%
D1mw                       8,704|      8,301          -4.63%
DLmr                           8|          9         +12.50%
DLmw                         185|        187          +1.08%
Dr                     1,820,587|  1,821,034          +0.02%
Dw                     1,289,650|  1,289,809          +0.01%
EstimatedCycles       11,250,269| 11,248,564          -0.02%
I1MissRate                     0|          0          +2.74%
I1mr                      30,784|     31,618          +2.71%
ILmr                         157|        161          +2.55%
Ir                     7,840,040|  7,838,071          -0.03%
L1HitRate                     99|         99          +0.00%
L1hits                10,877,904| 10,876,679          -0.01%
LLHitRate                      1|          1          -0.19%
LLMissRate                     0|          0          +2.01%
LLdMissRate                    0|          0          +1.53%
LLhits                    72,023|     71,878          -0.20%
LLiMissRate                    0|          0          +2.57%
RamHitRate                     0|          0          +2.01%
RamHits                      350|        357          +2.00%
TotalRW               10,950,277| 10,948,914          -0.01%

run_cached_iai::run_cached_group::run_cached with_setup_3:setup_run_cached(parametric-dunescape)
Instructions: 13,710,831 (master) → 13,684,453 (HEAD) : $$\color{lime}-0.19\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -1.62%
D1mr                      84,257|     84,102          -0.18%
D1mw                      24,909|     22,697          -8.88%
DLmr                          33|         36          +9.09%
DLmw                         376|        286         -23.94%
Dr                     3,069,153|  3,053,874          -0.50%
Dw                     2,095,051|  2,081,783          -0.63%
EstimatedCycles       19,361,855| 19,294,606          -0.35%
I1MissRate                     0|          0          -0.44%
I1mr                       8,504|      8,450          -0.63%
ILmr                         129|        128          -0.78%
Ir                    13,710,831| 13,684,453          -0.19%
L1HitRate                     99|         99          +0.01%
L1hits                18,757,365| 18,704,861          -0.28%
LLHitRate                      1|          1          -1.71%
LLMissRate                     0|          0         -16.11%
LLdMissRate                    0|          0         -20.83%
LLhits                   117,132|    114,799          -1.99%
LLiMissRate                    0|          0          -0.58%
RamHitRate                     0|          0         -16.11%
RamHits                      538|        450         -16.36%
TotalRW               18,875,035| 18,820,110          -0.29%

run_cached_iai::run_cached_group::run_cached with_setup_4:setup_run_cached(red-dress)
Instructions: 246,116,859 (master) → 246,671,336 (HEAD) : $$\color{red}+0.23\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     1|          1          +0.22%
D1mr                   1,035,984|  1,035,003          -0.09%
D1mw                     211,552|    214,236          +1.27%
DLmr                     376,343|    378,973          +0.70%
DLmw                     145,473|    145,354          -0.08%
Dr                    57,273,571| 57,269,730          -0.01%
Dw                    40,913,950| 40,837,626          -0.19%
EstimatedCycles      368,516,046|369,431,250          +0.25%
I1MissRate                     0|          0          +9.97%
I1mr                     877,653|    967,288         +10.21%
ILmr                       1,881|      1,888          +0.37%
Ir                   246,116,859|246,671,336          +0.23%
L1HitRate                     99|         99          -0.03%
L1hits               342,179,191|342,562,165          +0.11%
LLHitRate                      0|          0          +5.40%
LLMissRate                     0|          0          +0.34%
LLdMissRate                    1|          1          +0.56%
LLhits                 1,601,492|  1,690,312          +5.55%
LLiMissRate                    0|          0          +0.15%
RamHitRate                     0|          0          +0.34%
RamHits                  523,697|    526,215          +0.48%
TotalRW              344,304,380|344,778,692          +0.14%

run_cached_iai::run_cached_group::run_cached with_setup_5:setup_run_cached(valley-of-spires)
Instructions: 15,368,879 (master) → 15,316,010 (HEAD) : $$\color{lime}-0.34\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.93%
D1mr                     162,176|    162,402          +0.14%
D1mw                      16,245|     15,526          -4.43%
DLmr                         319|        345          +8.15%
DLmw                         776|        711          -8.38%
Dr                     3,710,966|  3,674,096          -0.99%
Dw                     2,398,275|  2,362,193          -1.50%
EstimatedCycles       22,346,948| 22,220,757          -0.56%
I1MissRate                     0|          0          +2.61%
I1mr                      29,411|     30,074          +2.25%
ILmr                         155|        159          +2.58%
Ir                    15,368,879| 15,316,010          -0.34%
L1HitRate                     99|         99          -0.01%
L1hits                21,270,288| 21,144,297          -0.59%
LLHitRate                      1|          1          +0.69%
LLMissRate                     0|          0          -2.23%
LLdMissRate                    0|          0          -2.40%
LLhits                   206,582|    206,787          +0.10%
LLiMissRate                    0|          0          +2.93%
RamHitRate                     0|          0          -2.23%
RamHits                    1,250|      1,215          -2.80%
TotalRW               21,478,120| 21,352,299          -0.59%

Copy link

github-actions bot commented Sep 9, 2025

Performance Benchmark Results

🔧 Graph Compilation

compile_demo_art_iai::compile_group::compile_to_proto with_setup_0:load_from_name(isometric-fountain)
Instructions: 27,171,903 (master) → 27,260,680 (HEAD) : $$\color{red}+0.33\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.46%
D1mr                     343,036|    345,901          +0.84%
D1mw                     107,369|    107,578          +0.19%
DLmr                      30,423|     30,312          -0.36%
DLmw                      47,572|     47,808          +0.50%
Dr                     6,730,609|  6,748,257          +0.26%
Dw                     4,718,241|  4,726,050          +0.17%
EstimatedCycles       42,964,823| 43,093,563          +0.30%
I1MissRate                     0|          0          -1.36%
I1mr                      44,305|     43,845          -1.04%
ILmr                         846|        856          +1.18%
Ir                    27,171,903| 27,260,680          +0.33%
L1HitRate                     99|         99          -0.00%
L1hits                38,126,043| 38,237,663          +0.29%
LLHitRate                      1|          1          +0.30%
LLMissRate                     0|          0          -0.12%
LLdMissRate                    1|          1          -0.06%
LLhits                   415,869|    418,348          +0.60%
LLiMissRate                    0|          0          +0.85%
RamHitRate                     0|          0          -0.12%
RamHits                   78,841|     78,976          +0.17%
TotalRW               38,620,753| 38,734,987          +0.30%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_1:load_from_name(painted-dreams)
Instructions: 13,765,049 (master) → 13,757,482 (HEAD) : $$\color{lime}-0.05\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.23%
D1mr                     162,548|    161,842          -0.43%
D1mw                      47,898|     48,017          +0.25%
DLmr                         634|        664          +4.73%
DLmw                      11,682|     11,588          -0.80%
Dr                     3,414,112|  3,413,055          -0.03%
Dw                     2,378,908|  2,377,304          -0.07%
EstimatedCycles       20,875,463| 20,859,755          -0.08%
I1MissRate                     0|          0          -1.16%
I1mr                      21,215|     20,957          -1.22%
ILmr                         709|        703          -0.85%
Ir                    13,765,049| 13,757,482          -0.05%
L1HitRate                     99|         99          +0.00%
L1hits                19,326,408| 19,317,025          -0.05%
LLHitRate                      1|          1          -0.30%
LLMissRate                     0|          0          -0.49%
LLdMissRate                    0|          0          -0.47%
LLhits                   218,636|    217,861          -0.35%
LLiMissRate                    0|          0          -0.79%
RamHitRate                     0|          0          -0.49%
RamHits                   13,025|     12,955          -0.54%
TotalRW               19,558,069| 19,547,841          -0.05%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_2:load_from_name(procedural-string-lights)
Instructions: 3,074,762 (master) → 2,273,060 (HEAD) : $$\color{lime}-26.07\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -2.63%
D1mr                      36,030|     22,893         -36.46%
D1mw                      10,721|     10,173          -5.11%
DLmr                          17|         15         -11.76%
DLmw                       2,931|      2,693          -8.12%
Dr                       749,816|    537,895         -28.26%
Dw                       524,707|    387,900         -26.07%
EstimatedCycles        4,664,017|  3,450,911         -26.01%
I1MissRate                     0|          0         +30.80%
I1mr                       4,662|      4,508          -3.30%
ILmr                         688|        684          -0.58%
Ir                     3,074,762|  2,273,060         -26.07%
L1HitRate                     99|         99          +0.01%
L1hits                 4,297,872|  3,161,281         -26.45%
LLHitRate                      1|          1          -2.72%
LLMissRate                     0|          0         +26.84%
LLdMissRate                    0|          0         +26.46%
LLhits                    47,777|     34,182         -28.46%
LLiMissRate                    0|          0         +34.48%
RamHitRate                     0|          0         +26.84%
RamHits                    3,636|      3,392          -6.71%
TotalRW                4,349,285|  3,198,855         -26.45%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_3:load_from_name(parametric-dunescape)
Instructions: 13,606,633 (master) → 13,615,073 (HEAD) : $$\color{red}+0.06\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.23%
D1mr                     171,242|    171,779          +0.31%
D1mw                      49,404|     49,444          +0.08%
DLmr                          68|         71          +4.41%
DLmw                      10,922|     10,749          -1.58%
Dr                     3,329,305|  3,330,808          +0.05%
Dw                     2,347,605|  2,348,023          +0.02%
EstimatedCycles       20,591,501| 20,596,970          +0.03%
I1MissRate                     0|          0          -3.01%
I1mr                      17,806|     17,281          -2.95%
ILmr                         815|        815          +0.00%
Ir                    13,606,633| 13,615,073          +0.06%
L1HitRate                     99|         99          +0.00%
L1hits                19,045,091| 19,055,400          +0.05%
LLHitRate                      1|          1          +0.04%
LLMissRate                     0|          0          -1.49%
LLdMissRate                    0|          0          -1.58%
LLhits                   226,647|    226,869          +0.10%
LLiMissRate                    0|          0          -0.06%
RamHitRate                     0|          0          -1.49%
RamHits                   11,805|     11,635          -1.44%
TotalRW               19,283,543| 19,293,904          +0.05%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_4:load_from_name(red-dress)
Instructions: 32,154,761 (master) → 32,030,030 (HEAD) : $$\color{lime}-0.39\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          +0.41%
D1mr                     405,181|    406,220          +0.26%
D1mw                     123,551|    123,351          -0.16%
DLmr                      42,216|     42,391          +0.41%
DLmw                      52,052|     51,055          -1.92%
Dr                     7,920,803|  7,900,733          -0.25%
Dw                     5,552,660|  5,539,593          -0.24%
EstimatedCycles       50,792,508| 50,612,552          -0.35%
I1MissRate                     0|          0          -0.14%
I1mr                      48,969|     48,713          -0.52%
ILmr                         848|        856          +0.94%
Ir                    32,154,761| 32,030,030          -0.39%
L1HitRate                     99|         99          -0.01%
L1hits                45,050,523| 44,892,072          -0.35%
LLHitRate                      1|          1          +0.64%
LLMissRate                     0|          0          -0.51%
LLdMissRate                    1|          1          -0.63%
LLhits                   482,585|    483,982          +0.29%
LLiMissRate                    0|          0          +1.34%
RamHitRate                     0|          0          -0.51%
RamHits                   95,116|     94,302          -0.86%
TotalRW               45,628,224| 45,470,356          -0.35%

compile_demo_art_iai::compile_group::compile_to_proto with_setup_5:load_from_name(valley-of-spires)
Instructions: 21,098,852 (master) → 21,102,717 (HEAD) : $$\color{red}+0.02\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     4|          4          -0.39%
D1mr                     261,733|    260,781          -0.36%
D1mw                      77,330|     76,957          -0.48%
DLmr                      14,963|     15,025          +0.41%
DLmw                      37,333|     37,026          -0.82%
Dr                     5,220,740|  5,221,766          +0.02%
Dw                     3,653,222|  3,652,129          -0.03%
EstimatedCycles       33,054,170| 33,043,372          -0.03%
I1MissRate                     0|          0          -1.29%
I1mr                      33,026|     32,607          -1.27%
ILmr                         804|        795          -1.12%
Ir                    21,098,852| 21,102,717          +0.02%
L1HitRate                     99|         99          +0.01%
L1hits                29,600,725| 29,606,267          +0.02%
LLHitRate                      1|          1          -0.48%
LLMissRate                     0|          0          -0.49%
LLdMissRate                    1|          1          -0.47%
LLhits                   318,989|    317,499          -0.47%
LLiMissRate                    0|          0          -1.14%
RamHitRate                     0|          0          -0.49%
RamHits                   53,100|     52,846          -0.48%
TotalRW               29,972,814| 29,976,612          +0.01%

🔄 Executor Update

update_executor_iai::update_group::update_executor with_setup_0:setup_update_executor(isometric-fountain)
Instructions: 40,797,780 (master) → 40,851,558 (HEAD) : $$\color{red}+0.13\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.19%
D1mr                     448,379|    449,158          +0.17%
D1mw                      99,235|     98,212          -1.03%
DLmr                       9,318|      9,866          +5.88%
DLmw                      24,190|     23,875          -1.30%
Dr                    10,363,235| 10,366,780          +0.03%
Dw                     6,970,748|  6,991,660          +0.30%
EstimatedCycles       61,350,917| 61,610,906          +0.42%
I1MissRate                     0|          0       +1065.62%
I1mr                       4,117|     48,052       +1067.16%
ILmr                         233|        233          +0.00%
Ir                    40,797,780| 40,851,558          +0.13%
L1HitRate                     99|         99          -0.07%
L1hits                57,580,032| 57,614,576          +0.06%
LLHitRate                      1|          1          +8.24%
LLMissRate                     0|          0          +0.56%
LLdMissRate                    0|          0          +0.55%
LLhits                   517,990|    561,448          +8.39%
LLiMissRate                    0|          0          -0.13%
RamHitRate                     0|          0          +0.56%
RamHits                   33,741|     33,974          +0.69%
TotalRW               58,131,763| 58,209,998          +0.13%

update_executor_iai::update_group::update_executor with_setup_1:setup_update_executor(painted-dreams)
Instructions: 21,445,717 (master) → 21,484,580 (HEAD) : $$\color{red}+0.18\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.05%
D1mr                     231,093|    232,029          +0.41%
D1mw                      49,876|     49,804          -0.14%
DLmr                       1,020|      1,020          +0.00%
DLmw                      12,968|     12,168          -6.17%
Dr                     5,441,292|  5,452,910          +0.21%
Dw                     3,651,652|  3,672,626          +0.57%
EstimatedCycles       32,100,525| 32,246,352          +0.45%
I1MissRate                     0|          0        +777.96%
I1mr                       3,042|     26,756        +779.55%
ILmr                         206|        208          +0.97%
Ir                    21,445,717| 21,484,580          +0.18%
L1HitRate                     99|         99          -0.08%
L1hits                30,254,650| 30,301,527          +0.15%
LLHitRate                      1|          1          +9.15%
LLMissRate                     0|          0          -5.84%
LLdMissRate                    0|          0          -6.06%
LLhits                   269,817|    295,193          +9.40%
LLiMissRate                    0|          0          +0.79%
RamHitRate                     0|          0          -5.84%
RamHits                   14,194|     13,396          -5.62%
TotalRW               30,538,661| 30,610,116          +0.23%

update_executor_iai::update_group::update_executor with_setup_2:setup_update_executor(procedural-string-lights)
Instructions: 4,988,012 (master) → 4,901,502 (HEAD) : $$\color{lime}-1.73\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -3.70%
D1mr                      52,979|     49,580          -6.42%
D1mw                      11,770|     11,657          -0.96%
DLmr                           4|          3         -25.00%
DLmw                         495|        452          -8.69%
Dr                     1,259,781|  1,235,276          -1.95%
Dw                       847,726|    834,535          -1.56%
EstimatedCycles        7,382,881|  7,262,377          -1.63%
I1MissRate                     0|          0        +268.91%
I1mr                       1,819|      6,594        +262.51%
ILmr                         204|        203          -0.49%
Ir                     4,988,012|  4,901,502          -1.73%
L1HitRate                     99|         99          -0.04%
L1hits                 7,028,951|  6,903,482          -1.79%
LLHitRate                      1|          1          +3.80%
LLMissRate                     0|          0          -4.73%
LLdMissRate                    0|          0          -7.16%
LLhits                    65,865|     67,173          +1.99%
LLiMissRate                    0|          0          +1.27%
RamHitRate                     0|          0          -4.73%
RamHits                      703|        658          -6.40%
TotalRW                7,095,519|  6,971,313          -1.75%

update_executor_iai::update_group::update_executor with_setup_3:setup_update_executor(parametric-dunescape)
Instructions: 17,539,114 (master) → 17,561,251 (HEAD) : $$\color{red}+0.13\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.31%
D1mr                     180,418|    181,698          +0.71%
D1mw                      43,836|     43,892          +0.13%
DLmr                         123|        125          +1.63%
DLmw                       5,201|      4,194         -19.36%
Dr                     4,422,457|  4,429,346          +0.16%
Dw                     3,006,063|  3,020,594          +0.48%
EstimatedCycles       26,039,914| 26,128,215          +0.34%
I1MissRate                     0|          0        +693.73%
I1mr                       2,506|     19,916        +694.73%
ILmr                         184|        181          -1.63%
Ir                    17,539,114| 17,561,251          +0.13%
L1HitRate                     99|         99          -0.07%
L1hits                24,740,874| 24,765,685          +0.10%
LLHitRate                      1|          1          +8.74%
LLMissRate                     0|          0         -18.44%
LLdMissRate                    0|          0         -19.11%
LLhits                   221,252|    241,006          +8.93%
LLiMissRate                    0|          0          -1.75%
RamHitRate                     0|          0         -18.44%
RamHits                    5,508|      4,500         -18.30%
TotalRW               24,967,634| 25,011,191          +0.17%

update_executor_iai::update_group::update_executor with_setup_4:setup_update_executor(red-dress)
Instructions: 49,207,117 (master) → 49,280,185 (HEAD) : $$\color{red}+0.15\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.19%
D1mr                     541,875|    543,158          +0.24%
D1mw                     125,509|    125,426          -0.07%
DLmr                      19,234|     18,695          -2.80%
DLmw                      44,974|     41,358          -8.04%
Dr                    12,640,855| 12,668,442          +0.22%
Dw                     8,605,342|  8,656,606          +0.60%
EstimatedCycles       75,077,050| 75,296,701          +0.29%
I1MissRate                     0|          0       +1007.05%
I1mr                       4,635|     51,388       +1008.69%
ILmr                         314|        333          +6.05%
Ir                    49,207,117| 49,280,185          +0.15%
L1HitRate                     99|         99          -0.07%
L1hits                69,781,295| 69,885,261          +0.15%
LLHitRate                      1|          1          +8.34%
LLMissRate                     0|          0          -6.61%
LLdMissRate                    0|          0          -6.82%
LLhits                   607,497|    659,586          +8.57%
LLiMissRate                    0|          0          +5.89%
RamHitRate                     0|          0          -6.61%
RamHits                   64,522|     60,386          -6.41%
TotalRW               70,453,314| 70,605,233          +0.22%

update_executor_iai::update_group::update_executor with_setup_5:setup_update_executor(valley-of-spires)
Instructions: 32,565,888 (master) → 32,581,246 (HEAD) : $$\color{red}+0.05\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.45%
D1mr                     358,290|    357,684          -0.17%
D1mw                      80,464|     79,694          -0.96%
DLmr                       4,957|      4,850          -2.16%
DLmw                      24,605|     23,566          -4.22%
Dr                     8,277,873|  8,282,978          +0.06%
Dw                     5,591,468|  5,605,772          +0.26%
EstimatedCycles       49,098,659| 49,228,730          +0.26%
I1MissRate                     0|          0        +889.46%
I1mr                       3,791|     37,528        +889.92%
ILmr                         213|        221          +3.76%
Ir                    32,565,888| 32,581,246          +0.05%
L1HitRate                     99|         99          -0.07%
L1hits                45,992,684| 45,995,090          +0.01%
LLHitRate                      1|          1          +8.03%
LLMissRate                     0|          0          -3.89%
LLdMissRate                    0|          0          -4.01%
LLhits                   412,770|    446,269          +8.12%
LLiMissRate                    0|          0          +3.71%
RamHitRate                     0|          0          -3.89%
RamHits                   29,775|     28,637          -3.82%
TotalRW               46,435,229| 46,469,996          +0.07%

🚀 Render: Cold Execution

run_once_iai::run_once_group::run_once with_setup_0:setup_run_once(isometric-fountain)
Instructions: 21,525,938 (master) → 21,466,498 (HEAD) : $$\color{lime}-0.28\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.45%
D1mr                     243,837|    242,803          -0.42%
D1mw                      53,919|     54,098          +0.33%
DLmr                       8,974|      9,097          +1.37%
DLmw                      17,395|     17,234          -0.93%
Dr                     5,488,346|  5,453,293          -0.64%
Dw                     3,664,339|  3,631,846          -0.89%
EstimatedCycles       33,298,995| 33,166,045          -0.40%
I1MissRate                     1|          1          +0.09%
I1mr                     121,807|    121,576          -0.19%
ILmr                       5,035|      5,019          -0.32%
Ir                    21,525,938| 21,466,498          -0.28%
L1HitRate                     99|         99          -0.00%
L1hits                30,259,060| 30,133,160          -0.42%
LLHitRate                      1|          1          +0.15%
LLMissRate                     0|          0          +0.24%
LLdMissRate                    0|          0          +0.60%
LLhits                   388,159|    387,127          -0.27%
LLiMissRate                    0|          0          -0.04%
RamHitRate                     0|          0          +0.24%
RamHits                   31,404|     31,350          -0.17%
TotalRW               30,678,623| 30,551,637          -0.41%

run_once_iai::run_once_group::run_once with_setup_1:setup_run_once(painted-dreams)
Instructions: 78,518,536 (master) → 78,486,751 (HEAD) : $$\color{lime}-0.04\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          +0.57%
D1mr                     403,499|    406,371          +0.71%
D1mw                     192,742|    193,833          +0.57%
DLmr                       5,142|      5,208          +1.28%
DLmw                      54,282|     54,339          +0.11%
Dr                    18,603,975| 18,617,551          +0.07%
Dw                    12,318,473| 12,334,663          +0.13%
EstimatedCycles      114,522,468|114,554,045          +0.03%
I1MissRate                     0|          0          +2.29%
I1mr                     173,640|    177,536          +2.24%
ILmr                       7,308|      7,257          -0.70%
Ir                    78,518,536| 78,486,751          -0.04%
L1HitRate                     99|         99          -0.01%
L1hits               108,671,103|108,661,225          -0.01%
LLHitRate                      1|          1          +1.11%
LLMissRate                     0|          0          +0.11%
LLdMissRate                    0|          0          +0.11%
LLhits                   703,149|    710,936          +1.11%
LLiMissRate                    0|          0          -0.66%
RamHitRate                     0|          0          +0.11%
RamHits                   66,732|     66,804          +0.11%
TotalRW              109,440,984|109,438,965          -0.00%

run_once_iai::run_once_group::run_once with_setup_2:setup_run_once(procedural-string-lights)
Instructions: 9,756,785 (master) → 9,764,822 (HEAD) : $$\color{red}+0.08\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -1.96%
D1mr                      43,524|     42,616          -2.09%
D1mw                      19,029|     18,967          -0.33%
DLmr                         329|        332          +0.91%
DLmw                       4,133|      4,261          +3.10%
Dr                     2,251,468|  2,259,298          +0.35%
Dw                     1,583,562|  1,591,627          +0.51%
EstimatedCycles       14,274,139| 14,302,935          +0.20%
I1MissRate                     0|          0          +2.70%
I1mr                      43,513|     44,724          +2.78%
ILmr                       4,140|      4,139          -0.02%
Ir                     9,756,785|  9,764,822          +0.08%
L1HitRate                     99|         99          -0.00%
L1hits                13,485,749| 13,509,440          +0.18%
LLHitRate                      1|          1          -0.06%
LLMissRate                     0|          0          +1.33%
LLdMissRate                    0|          0          +2.51%
LLhits                    97,464|     97,575          +0.11%
LLiMissRate                    0|          0          -0.11%
RamHitRate                     0|          0          +1.33%
RamHits                    8,602|      8,732          +1.51%
TotalRW               13,591,815| 13,615,747          +0.18%

run_once_iai::run_once_group::run_once with_setup_3:setup_run_once(parametric-dunescape)
Instructions: 22,278,095 (master) → 22,248,504 (HEAD) : $$\color{lime}-0.13\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          +0.46%
D1mr                     119,098|    118,742          -0.30%
D1mw                      54,467|     54,363          -0.19%
DLmr                       1,525|      1,537          +0.79%
DLmw                      11,505|     12,562          +9.19%
Dr                     5,029,485|  5,000,919          -0.57%
Dw                     3,252,356|  3,221,413          -0.95%
EstimatedCycles       31,981,258| 31,927,326          -0.17%
I1MissRate                     0|          0          +2.18%
I1mr                      58,668|     59,865          +2.04%
ILmr                       3,383|      3,388          +0.15%
Ir                    22,278,095| 22,248,504          -0.13%
L1HitRate                     99|         99          -0.00%
L1hits                30,327,703| 30,237,866          -0.30%
LLHitRate                      1|          1          +0.14%
LLMissRate                     0|          0          +6.86%
LLdMissRate                    0|          0          +8.99%
LLhits                   215,820|    215,483          -0.16%
LLiMissRate                    0|          0          +0.28%
RamHitRate                     0|          0          +6.86%
RamHits                   16,413|     17,487          +6.54%
TotalRW               30,559,936| 30,470,836          -0.29%

run_once_iai::run_once_group::run_once with_setup_4:setup_run_once(red-dress)
Instructions: 1,798,966,636 (master) → 1,799,128,136 (HEAD) : $$\color{red}+0.01\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     0|          0          +1.20%
D1mr                   1,675,989|  1,694,166          +1.08%
D1mw                     756,831|    768,093          +1.49%
DLmr                     389,623|    392,124          +0.64%
DLmw                     500,445|    501,952          +0.30%
Dr                   425,363,918|425,413,829          +0.01%
Dw                   277,125,958|277,156,907          +0.01%
EstimatedCycles      2,542,207,912|2,543,271,242          +0.04%
I1MissRate                     0|          0         +13.99%
I1mr                   1,039,575|  1,185,101         +14.00%
ILmr                       5,326|      5,355          +0.54%
Ir                   1,798,966,636|1,799,128,136          +0.01%
L1HitRate                    100|        100          -0.01%
L1hits               2,497,984,117|2,498,051,512          +0.00%
LLHitRate                      0|          0          +6.62%
LLMissRate                     0|          0          +0.44%
LLdMissRate                    0|          0          +0.44%
LLhits                 2,577,001|  2,747,929          +6.63%
LLiMissRate                    0|          0          +0.54%
RamHitRate                     0|          0          +0.44%
RamHits                  895,394|    899,431          +0.45%
TotalRW              2,501,456,512|2,501,698,872          +0.01%

run_once_iai::run_once_group::run_once with_setup_5:setup_run_once(valley-of-spires)
Instructions: 19,728,134 (master) → 19,722,469 (HEAD) : $$\color{lime}-0.03\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.37%
D1mr                     199,710|    198,756          -0.48%
D1mw                      46,470|     46,424          -0.10%
DLmr                       5,680|      5,709          +0.51%
DLmw                      14,029|     14,330          +2.15%
Dr                     4,803,453|  4,801,808          -0.03%
Dw                     3,169,323|  3,168,046          -0.04%
EstimatedCycles       29,768,378| 29,772,417          +0.01%
I1MissRate                     0|          1          +1.67%
I1mr                      98,562|    100,176          +1.64%
ILmr                       3,241|      3,250          +0.28%
Ir                    19,728,134| 19,722,469          -0.03%
L1HitRate                     99|         99          -0.00%
L1hits                27,356,168| 27,346,967          -0.03%
LLHitRate                      1|          1          +0.12%
LLMissRate                     0|          0          +1.51%
LLdMissRate                    0|          0          +1.71%
LLhits                   321,792|    322,067          +0.09%
LLiMissRate                    0|          0          +0.31%
RamHitRate                     0|          0          +1.51%
RamHits                   22,950|     23,289          +1.48%
TotalRW               27,700,910| 27,692,323          -0.03%

⚡ Render: Cached Execution

run_cached_iai::run_cached_group::run_cached with_setup_0:setup_run_cached(isometric-fountain)
Instructions: 16,155,732 (master) → 16,142,760 (HEAD) : $$\color{lime}-0.08\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          +0.08%
D1mr                     198,767|    198,626          -0.07%
D1mw                      17,003|     17,068          +0.38%
DLmr                       2,106|      2,280          +8.26%
DLmw                         597|        605          +1.34%
Dr                     4,109,086|  4,103,528          -0.14%
Dw                     2,675,404|  2,673,166          -0.08%
EstimatedCycles       24,028,988| 24,013,958          -0.06%
I1MissRate                     0|          0          +0.56%
I1mr                      34,904|     35,072          +0.48%
ILmr                         166|        163          -1.81%
Ir                    16,155,732| 16,142,760          -0.08%
L1HitRate                     99|         99          -0.00%
L1hits                22,689,548| 22,668,688          -0.09%
LLHitRate                      1|          1          +0.06%
LLMissRate                     0|          0          +6.34%
LLdMissRate                    0|          0          +6.86%
LLhits                   247,805|    247,718          -0.04%
LLiMissRate                    0|          0          -1.73%
RamHitRate                     0|          0          +6.34%
RamHits                    2,869|      3,048          +6.24%
TotalRW               22,940,222| 22,919,454          -0.09%

run_cached_iai::run_cached_group::run_cached with_setup_1:setup_run_cached(painted-dreams)
Instructions: 21,903,615 (master) → 21,874,256 (HEAD) : $$\color{lime}-0.13\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          -0.30%
D1mr                     168,307|    167,564          -0.44%
D1mw                      29,423|     28,438          -3.35%
DLmr                       1,540|      1,609          +4.48%
DLmw                          85|        212        +149.41%
Dr                     5,300,609|  5,275,419          -0.48%
Dw                     3,605,275|  3,579,461          -0.72%
EstimatedCycles       31,879,281| 31,803,116          -0.24%
I1MissRate                     0|          0          +2.45%
I1mr                      56,283|     57,583          +2.31%
ILmr                         166|        167          +0.60%
Ir                    21,903,615| 21,874,256          -0.13%
L1HitRate                     99|         99          -0.00%
L1hits                30,555,486| 30,475,551          -0.26%
LLHitRate                      1|          1          +0.01%
LLMissRate                     0|          0         +11.29%
LLdMissRate                    0|          0         +12.71%
LLhits                   252,222|    251,597          -0.25%
LLiMissRate                    0|          0          +0.74%
RamHitRate                     0|          0         +11.29%
RamHits                    1,791|      1,988         +11.00%
TotalRW               30,809,499| 30,729,136          -0.26%

run_cached_iai::run_cached_group::run_cached with_setup_2:setup_run_cached(procedural-string-lights)
Instructions: 7,842,299 (master) → 7,837,329 (HEAD) : $$\color{lime}-0.06\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     1|          1          -1.59%
D1mr                      33,348|     32,784          -1.69%
D1mw                       8,742|      8,669          -0.84%
DLmr                           9|          9          +0.00%
DLmw                         186|        237         +27.42%
Dr                     1,820,371|  1,821,468          +0.06%
Dw                     1,289,256|  1,290,638          +0.11%
EstimatedCycles       11,254,292| 11,253,539          -0.01%
I1MissRate                     0|          0          +2.25%
I1mr                      30,854|     31,528          +2.18%
ILmr                         158|        160          +1.27%
Ir                     7,842,299|  7,837,329          -0.06%
L1HitRate                     99|         99          -0.00%
L1hits                10,878,982| 10,876,454          -0.02%
LLHitRate                      1|          1          +0.00%
LLMissRate                     0|          0         +15.04%
LLdMissRate                    0|          0         +26.05%
LLhits                    72,591|     72,575          -0.02%
LLiMissRate                    0|          0          +1.33%
RamHitRate                     0|          0         +15.04%
RamHits                      353|        406         +15.01%
TotalRW               10,951,926| 10,949,435          -0.02%

run_cached_iai::run_cached_group::run_cached with_setup_3:setup_run_cached(parametric-dunescape)
Instructions: 13,718,141 (master) → 13,684,409 (HEAD) : $$\color{lime}-0.25\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     2|          2          +3.07%
D1mr                      83,745|     84,905          +1.39%
D1mw                      22,308|     23,273          +4.33%
DLmr                          33|         36          +9.09%
DLmw                         375|        270         -28.00%
Dr                     3,082,763|  3,055,932          -0.87%
Dw                     2,109,868|  2,083,095          -1.27%
EstimatedCycles       19,384,760| 19,302,870          -0.42%
I1MissRate                     0|          0          +0.18%
I1mr                       8,424|      8,418          -0.07%
ILmr                         128|        129          +0.78%
Ir                    13,718,141| 13,684,409          -0.25%
L1HitRate                     99|         99          -0.01%
L1hits                18,796,295| 18,706,840          -0.48%
LLHitRate                      1|          1          +2.42%
LLMissRate                     0|          0         -18.47%
LLdMissRate                    0|          0         -24.22%
LLhits                   113,941|    116,161          +1.95%
LLiMissRate                    0|          0          +1.03%
RamHitRate                     0|          0         -18.47%
RamHits                      536|        435         -18.84%
TotalRW               18,910,772| 18,823,436          -0.46%

run_cached_iai::run_cached_group::run_cached with_setup_4:setup_run_cached(red-dress)
Instructions: 245,730,692 (master) → 246,416,309 (HEAD) : $$\color{red}+0.28\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     1|          1          +0.85%
D1mr                   1,046,104|  1,055,903          +0.94%
D1mw                     211,236|    219,841          +4.07%
DLmr                     380,681|    383,320          +0.69%
DLmw                     142,583|    144,130          +1.08%
Dr                    57,046,536| 57,371,034          +0.57%
Dw                    40,701,653| 40,976,469          +0.68%
EstimatedCycles      367,777,357|369,588,612          +0.49%
I1MissRate                     0|          0          +9.00%
I1mr                     878,714|    960,496          +9.31%
ILmr                       1,878|      1,878          +0.00%
Ir                   245,730,692|246,416,309          +0.28%
L1HitRate                     99|         99          -0.03%
L1hits               341,342,827|342,527,572          +0.35%
LLHitRate                      0|          0          +5.56%
LLMissRate                     0|          0          +0.42%
LLdMissRate                    1|          1          +0.19%
LLhits                 1,610,912|  1,706,912          +5.96%
LLiMissRate                    0|          0          -0.28%
RamHitRate                     0|          0          +0.42%
RamHits                  525,142|    529,328          +0.80%
TotalRW              343,478,881|344,763,812          +0.37%

run_cached_iai::run_cached_group::run_cached with_setup_5:setup_run_cached(valley-of-spires)
Instructions: 15,359,239 (master) → 15,378,274 (HEAD) : $$\color{red}+0.12\%$$

Detailed metrics
Baselines:                master|       HEAD
D1MissRate                     3|          3          -0.29%
D1mr                     162,744|    162,576          -0.10%
D1mw                      16,256|     17,003          +4.60%
DLmr                         263|        363         +38.02%
DLmw                         667|        843         +26.39%
Dr                     3,695,840|  3,714,656          +0.51%
Dw                     2,382,461|  2,400,913          +0.77%
EstimatedCycles       22,303,272| 22,373,893          +0.32%
I1MissRate                     0|          0          +3.02%
I1mr                      29,288|     30,211          +3.15%
ILmr                         156|        157          +0.64%
Ir                    15,359,239| 15,378,274          +0.12%
L1HitRate                     99|         99          -0.00%
L1hits                21,229,252| 21,284,053          +0.26%
LLHitRate                      1|          1          +0.33%
LLMissRate                     0|          0         +25.18%
LLdMissRate                    0|          0         +28.89%
LLhits                   207,202|    208,427          +0.59%
LLiMissRate                    0|          0          +0.52%
RamHitRate                     0|          0         +25.18%
RamHits                    1,086|      1,363         +25.51%
TotalRW               21,437,540| 21,493,843          +0.26%

@timon-schelling timon-schelling merged commit 4261b7d into master Sep 9, 2025
4 checks passed
@timon-schelling timon-schelling deleted the desktop-native-autosave branch September 9, 2025 11:27
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.

3 participants