Skip to content

Commit 0ef747e

Browse files
authored
Merge pull request #6392 from Kobzol/triage-2025-02-18
Add 2025-02-18 perf triage
2 parents 4296949 + b77a030 commit 0ef747e

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

draft/2025-02-19-this-week-in-rust.md

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

247247
### Rust Compiler Performance Triage
248248

249-
<!-- Perf results go here -->
249+
This week's results were dominated by the update to LLVM 20 ([#135763](https://github.com/rust-lang/rust/pull/135763)),
250+
which brought a large number of performance improvements, as usually. There were also two other
251+
significant improvements, caused by improving the representation of `const` values ([#136593](https://github.com/rust-lang/rust/pull/136593)) and doing less work when formatting in `rustdoc` ([#136828](https://github.com/rust-lang/rust/pull/136828)).
252+
253+
Triage done by **@kobzol**.
254+
255+
Revision range: [c03c38d5..ce36a966](https://perf.rust-lang.org/?start=c03c38d5c2368cd2aa0e056dba060b94fc747f4e&end=ce36a966c79e109dabeef7a47fe68e5294c6d71e&absolute=false&stat=instructions%3Au)
256+
257+
**Summary**:
258+
259+
| (instructions:u) | mean | range | count |
260+
|:----------------------------------:|:-----:|:---------------:|:-----:|
261+
| Regressions ❌ <br /> (primary) | 4.4% | [0.2%, 35.8%] | 10 |
262+
| Regressions ❌ <br /> (secondary) | 1.2% | [0.2%, 5.0%] | 13 |
263+
| Improvements ✅ <br /> (primary) | -1.6% | [-10.5%, -0.2%] | 256 |
264+
| Improvements ✅ <br /> (secondary) | -1.0% | [-4.7%, -0.2%] | 163 |
265+
| All ❌✅ (primary) | -1.3% | [-10.5%, 35.8%] | 266 |
266+
267+
3 Regressions, 2 Improvements, 4 Mixed; 4 of them in rollups
268+
50 artifact comparisons made in total
269+
270+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/305a70edd98c32a4ea7388561841e5473b4bb153/triage/2025-02-18.md).
250271

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

0 commit comments

Comments
 (0)