@@ -125,7 +125,29 @@ If you are an event organizer hoping to expand the reach of your event, please s
125
125
126
126
### Rust Compiler Performance Triage
127
127
128
- <!-- Perf results go here -->
128
+ This week we had to merge a lot of large rollups due to many problems with our CI infrastructure,
129
+ which made analysis harder. Even though the aggregated stats look like there were a lot of regressions,
130
+ it is skewed by two large regressions happening on an uncommon optimized incremental build and a
131
+ documentation build of a single crate. The documentation regression is being tracked, and fixes to
132
+ some other regressions are already in progress.
133
+
134
+ Triage done by ** @kobzol ** .
135
+ Revision range: [ daf59857..9fb94b32] ( https://perf.rust-lang.org/?start=daf59857d6d2b87af4b846316bf1561a6083ed51&end=9fb94b32df38073bf63d009df77ed10cb1c989d0&absolute=false&stat=instructions%3Au )
136
+
137
+ ** Summary** :
138
+
139
+ | (instructions: u ) | mean | range | count |
140
+ | :----------------------------------:| :-----:| :---------------:| :-----:|
141
+ | Regressions ❌ <br /> (primary) | 1.2% | [ 0.2%, 58.8%] | 149 |
142
+ | Regressions ❌ <br /> (secondary) | 4.2% | [ 0.2%, 165.8%] | 127 |
143
+ | Improvements ✅ <br /> (primary) | -1.1% | [ -14.0%, -0.3%] | 31 |
144
+ | Improvements ✅ <br /> (secondary) | -2.9% | [ -38.4%, -0.1%] | 43 |
145
+ | All ❌✅ (primary) | 0.8% | [ -14.0%, 58.8%] | 180 |
146
+
147
+ 2 Regressions, 2 Improvements, 5 Mixed; 4 of them in rollups
148
+ 37 artifact comparisons made in total
149
+
150
+ [ Full report here] ( https://github.com/rust-lang/rustc-perf/blob/38617ae5d7a849d2f7fc7a712c737768b6ee4a90/triage/2025-03-11.md ) .
129
151
130
152
### [ Approved RFCs] ( https://github.com/rust-lang/rfcs/commits/master )
131
153
0 commit comments