@@ -216,7 +216,28 @@ If you are an event organizer hoping to expand the reach of your event, please s
216216
217217### Rust Compiler Performance Triage
218218
219- <!-- Perf results go here -->
219+ Relatively quiet week, with one large-ish regression that will be reverted.
220+ [ #132666 ] ( https://github.com/rust-lang/rust/pull/132666 ) produced a nice perf. win, by skipping
221+ unnecessary work. This PR actually reversed a regression caused by a [ previous PR] ( https://github.com/rust-lang/rust/pull/131984 ) .
222+
223+ Triage done by ** @kobzol ** .
224+
225+ Revision range: [ 9a1d156f..f7538506] ( https://perf.rust-lang.org/?start=9a1d156f38c51441ee51e5a068f1d0caf4bb0f27&end=f753850659bdf5788332525f3fe395685929c682&absolute=false&stat=instructions%3Au )
226+
227+ ** Summary** :
228+
229+ | (instructions: u ) | mean | range | count |
230+ | :----------------------------------:| :-----:| :--------------:| :-----:|
231+ | Regressions ❌ <br /> (primary) | 0.5% | [ 0.2%, 2.2%] | 42 |
232+ | Regressions ❌ <br /> (secondary) | 2.1% | [ 0.1%, 11.6%] | 56 |
233+ | Improvements ✅ <br /> (primary) | -0.8% | [ -4.2%, -0.1%] | 107 |
234+ | Improvements ✅ <br /> (secondary) | -1.2% | [ -4.0%, -0.1%] | 77 |
235+ | All ❌✅ (primary) | -0.5% | [ -4.2%, 2.2%] | 149 |
236+
237+ 2 Regressions, 3 Improvements, 2 Mixed; 4 of them in rollups
238+ 45 artifact comparisons made in total
239+
240+ [ Full report here] ( https://github.com/rust-lang/rustc-perf/blob/d0d5d03231a952b9f4a71a9c94ee73c33610e561/triage/2025-01-27.md ) .
220241
221242### [ Approved RFCs] ( https://github.com/rust-lang/rfcs/commits/master )
222243
0 commit comments