@@ -157,7 +157,30 @@ If you are an event organizer hoping to expand the reach of your event, please s
157157
158158### Rust Compiler Performance Triage
159159
160- <!-- Perf results go here -->
160+ This week saw small wins across the board from some microoptimizations of the incremental query
161+ system ([ #147423 ] ( https://github.com/rust-lang/rust/pull/147423 ) ). There have also been a couple of
162+ regressions. [ #142390 ] ( https://github.com/rust-lang/rust/pull/142390 ) introduced regressions of ` check `
163+ builds across the board. The largest regression (18%) is from an incremental opt build of a secondary
164+ artificial stress test, so we deemed it acceptable.
165+
166+ Triage done by ** @kobzol ** .
167+
168+ Revision range: [ 1a3cdd34..956f47c3] ( https://perf.rust-lang.org/?start=1a3cdd34629306fa67624eaa60d73687e7fcf855&end=956f47c32f1bd97b22cd702d7ccf78f0f0d42c34&absolute=false&stat=instructions%3Au )
169+
170+ ** Summary** :
171+
172+ | (instructions: u ) | mean | range | count |
173+ | :----------------------------------:| :-----:| :--------------:| :-----:|
174+ | Regressions ❌ <br /> (primary) | 0.7% | [ 0.1%, 2.0%] | 65 |
175+ | Regressions ❌ <br /> (secondary) | 0.8% | [ 0.1%, 18.6%] | 65 |
176+ | Improvements ✅ <br /> (primary) | -0.6% | [ -1.6%, -0.1%] | 119 |
177+ | Improvements ✅ <br /> (secondary) | -0.4% | [ -1.6%, -0.1%] | 76 |
178+ | All ❌✅ (primary) | -0.1% | [ -1.6%, 2.0%] | 184 |
179+
180+ 2 Regressions, 7 Improvements, 3 Mixed; 3 of them in rollups
181+ 35 artifact comparisons made in total
182+
183+ [ Full report here] ( https://github.com/rust-lang/rustc-perf/blob/b4b30e719c7083141669f79edfdf20e685cf918f/triage/2025/2025-10-13.md ) .
161184
162185### [ Approved RFCs] ( https://github.com/rust-lang/rfcs/commits/master )
163186
0 commit comments