@@ -113,7 +113,28 @@ If you are an event organizer hoping to expand the reach of your event, please s
113113
114114### Rust Compiler Performance Triage
115115
116- <!-- Perf results go here -->
116+ A relatively quiet week, likely caused by not that many PRs being merged as many contributors
117+ were at RustWeek and the All Hands event. There were several nice wins in trait solving;
118+ the benchmark suite now contains benchmarks that use the new trait solver, so we can now
119+ focus on optimizing its performance in the near future.
120+
121+ Triage done by ** @kobzol ** .
122+
123+ Revision range: [ 718ddf66..59372f2c] ( https://perf.rust-lang.org/?start=718ddf660e6a1802c39b4962cf7eaa4db57025ef&end=59372f2c81ba74554d9a71b12a4ed7f29adb33a2&absolute=false&stat=instructions%3Au )
124+
125+ ** Summary** :
126+ | (instructions: u ) | mean | range | count |
127+ | :----------------------------------:| :-----:| :--------------:| :-----:|
128+ | Regressions ❌ <br /> (primary) | 0.6% | [ 0.1%, 1.8%] | 25 |
129+ | Regressions ❌ <br /> (secondary) | 0.9% | [ 0.1%, 3.1%] | 23 |
130+ | Improvements ✅ <br /> (primary) | -0.3% | [ -0.6%, -0.1%] | 33 |
131+ | Improvements ✅ <br /> (secondary) | -2.2% | [ -9.2%, -0.1%] | 26 |
132+ | All ❌✅ (primary) | 0.1% | [ -0.6%, 1.8%] | 58 |
133+
134+ 2 Regressions, 5 Improvements, 3 Mixed; 3 of them in rollups
135+ 41 artifact comparisons made in total
136+
137+ [ Full report here] ( https://github.com/rust-lang/rustc-perf/blob/07f51987e0e9ca879a542ff365a4bac82d9c66f6/triage/2025-05-20.md ) .
117138
118139### [ Approved RFCs] ( https://github.com/rust-lang/rfcs/commits/master )
119140
0 commit comments