Skip to content

Commit 1ef5a91

Browse files
authored
Add perf triage for 2025-10-06 (#7108)
* Add perf triage for 2025-10-06 * fix typo
1 parent 90d9b1b commit 1ef5a91

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

draft/2025-10-08-this-week-in-rust.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,26 @@ If you are an event organizer hoping to expand the reach of your event, please s
152152

153153
### Rust Compiler Performance Triage
154154

155-
<!-- Perf results go here -->
155+
Largely a positive week. Big win coming from avoiding unnecessary work for debug log in [#147293](https://github.com/rust-lang/rust/pull/147293), and another one for rustdoc from optimized span representation for highlighter [#147189](https://github.com/rust-lang/rust/pull/147189). Lots of noisy results otherwise.
156+
157+
Triage done by **@panstromek**.
158+
Revision range: [8d72d3e1..1a3cdd34](https://perf.rust-lang.org/?start=8d72d3e1e96f58ca10059a6bb6e8aecba4a0e9cd&end=1a3cdd34629306fa67624eaa60d73687e7fcf855&absolute=false&stat=instructions%3Au)
159+
160+
**Summary**:
161+
162+
| (instructions:u) | mean | range | count |
163+
|:----------------------------------:|:-----:|:---------------:|:-----:|
164+
| Regressions ❌ <br /> (primary) | 0.5% | [0.2%, 2.0%] | 10 |
165+
| Regressions ❌ <br /> (secondary) | 0.4% | [0.0%, 0.8%] | 50 |
166+
| Improvements ✅ <br /> (primary) | -1.3% | [-5.3%, -0.2%] | 147 |
167+
| Improvements ✅ <br /> (secondary) | -1.3% | [-12.7%, -0.1%] | 111 |
168+
| All ❌✅ (primary) | -1.2% | [-5.3%, 2.0%] | 157 |
169+
170+
171+
6 Regressions, 3 Improvements, 6 Mixed; 8 of them in rollups
172+
40 artifact comparisons made in total
173+
174+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/33d1d2f6103c22772c45562aa159d1e1257c228e/triage/2025/2025-10-06.md)
156175

157176
### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)
158177

0 commit comments

Comments
 (0)