Skip to content

Commit f4fbc39

Browse files
committed
Add 2025-11-03 perf triage
1 parent ec52139 commit f4fbc39

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

draft/2025-11-05-this-week-in-rust.md

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

142142
### Rust Compiler Performance Triage
143143

144-
<!-- Perf results go here -->
144+
Mostly positive week. We saw a great performance win implemented by [#148040](https://github.com/rust-lang/rust/pull/148040) and [#148182](https://github.com/rust-lang/rust/pull/148182), which optimizes crates with a lot of trivial constants.
145+
146+
Triage done by **@kobzol**.
147+
148+
Revision range: [23fced0f..35ebdf9b](https://perf.rust-lang.org/?start=23fced0fcc5e0ec260d25f04a8b78b269e5e90f0&end=35ebdf9ba1414456dfe1cb6a6b13ebae80e99734&absolute=false&stat=instructions%3Au)
149+
150+
**Summary**:
151+
152+
| (instructions:u) | mean | range | count |
153+
|:----------------------------------:|:-----:|:---------------:|:-----:|
154+
| Regressions ❌ <br /> (primary) | 0.8% | [0.1%, 2.9%] | 22 |
155+
| Regressions ❌ <br /> (secondary) | 0.5% | [0.1%, 1.7%] | 48 |
156+
| Improvements ✅ <br /> (primary) | -2.8% | [-16.4%, -0.1%] | 102 |
157+
| Improvements ✅ <br /> (secondary) | -1.9% | [-8.0%, -0.1%] | 51 |
158+
| All ❌✅ (primary) | -2.1% | [-16.4%, 2.9%] | 124 |
159+
160+
4 Regressions, 6 Improvements, 7 Mixed; 7 of them in rollups
161+
36 artifact comparisons made in total
162+
163+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/057eaab3021d6bc301bba06b69e7e1cfdb4f9c3d/triage/2025/2025-11-03.md).
145164

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

0 commit comments

Comments
 (0)