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