Skip to content

Commit 2a83891

Browse files
Merge pull request #7222 from Kobzol/triage-2025-11-03
Add 2025-11-03 perf triage
2 parents e6ac633 + f4fbc39 commit 2a83891

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
@@ -146,7 +146,26 @@ If you are an event organizer hoping to expand the reach of your event, please s
146146

147147
### Rust Compiler Performance Triage
148148

149-
<!-- Perf results go here -->
149+
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.
150+
151+
Triage done by **@kobzol**.
152+
153+
Revision range: [23fced0f..35ebdf9b](https://perf.rust-lang.org/?start=23fced0fcc5e0ec260d25f04a8b78b269e5e90f0&end=35ebdf9ba1414456dfe1cb6a6b13ebae80e99734&absolute=false&stat=instructions%3Au)
154+
155+
**Summary**:
156+
157+
| (instructions:u) | mean | range | count |
158+
|:----------------------------------:|:-----:|:---------------:|:-----:|
159+
| Regressions ❌ <br /> (primary) | 0.8% | [0.1%, 2.9%] | 22 |
160+
| Regressions ❌ <br /> (secondary) | 0.5% | [0.1%, 1.7%] | 48 |
161+
| Improvements ✅ <br /> (primary) | -2.8% | [-16.4%, -0.1%] | 102 |
162+
| Improvements ✅ <br /> (secondary) | -1.9% | [-8.0%, -0.1%] | 51 |
163+
| All ❌✅ (primary) | -2.1% | [-16.4%, 2.9%] | 124 |
164+
165+
4 Regressions, 6 Improvements, 7 Mixed; 7 of them in rollups
166+
36 artifact comparisons made in total
167+
168+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/057eaab3021d6bc301bba06b69e7e1cfdb4f9c3d/triage/2025/2025-11-03.md).
150169

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

0 commit comments

Comments
 (0)