@@ -190,7 +190,27 @@ If you are an event organizer hoping to expand the reach of your event, please s
190190
191191### Rust Compiler Performance Triage
192192
193- <!-- Perf results go here -->
193+ Almost no regressions this week, while there was a handful of performance improvements
194+ caused by the ongoing refactoring of the compiler query system. The largest one was from
195+ [ #153521 ] ( https://github.com/rust-lang/rust/pull/153521 ) .
196+
197+ Triage done by ** @kobzol ** .
198+ Revision range: [ ddd36bd5..3945997a] ( https://perf.rust-lang.org/?start=ddd36bd57051f796850345b76c17e9402e28a9e4&end=3945997aabf6165261ef3419534c1ad59d9dc5c6&absolute=false&stat=instructions%3Au )
199+
200+ ** Summary** :
201+
202+ | (instructions: u ) | mean | range | count |
203+ | :----------------------------------:| :-----:| :--------------:| :-----:|
204+ | Regressions ❌ <br /> (primary) | 0.4% | [ 0.4%, 0.5%] | 3 |
205+ | Regressions ❌ <br /> (secondary) | 0.6% | [ 0.1%, 1.2%] | 8 |
206+ | Improvements ✅ <br /> (primary) | -0.9% | [ -2.5%, -0.1%] | 110 |
207+ | Improvements ✅ <br /> (secondary) | -0.8% | [ -2.7%, -0.1%] | 77 |
208+ | All ❌✅ (primary) | -0.9% | [ -2.5%, 0.5%] | 113 |
209+
210+ 0 Regressions, 6 Improvements, 3 Mixed; 5 of them in rollups
211+ 31 artifact comparisons made in total
212+
213+ [ Full report here] ( https://github.com/rust-lang/rustc-perf/blob/4bb67d679eabb4cf31dd545c89498a861e937d75/triage/2026/2026-03-10.md ) .
194214
195215### [ Approved RFCs] ( https://github.com/rust-lang/rfcs/commits/master )
196216
0 commit comments