Skip to content

Commit 3d87358

Browse files
Merge pull request #6537 from rylev/perf-triage-2025-04-08
Add perf triage for 2025-04-09
2 parents 1b3ca09 + 21340f1 commit 3d87358

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

draft/2025-04-09-this-week-in-rust.md

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

106106
### Rust Compiler Performance Triage
107107

108-
<!-- Perf results go here -->
108+
A busy week with lots of performance improvements. The largest performance improvement was from a revert of a previous week's regression just in time for the beta release. Another large improvement came to small tweaks in the query system showing that there still are opportunities for small, targeted performance improvements in the compiler.
109+
110+
Triage done by **@rylev**.
111+
Revision range: [2ea33b59..e643f59f](https://perf.rust-lang.org/?start=2ea33b591050c4ca1a3752830b29112638faecf6&end=e643f59f6da3a84f43e75dea99afaa5b041ea6bf&absolute=false&stat=instructions%3Au)
112+
113+
**Summary**:
114+
115+
| (instructions:u) | mean | range | count |
116+
|:----------------------------------:|:-----:|:---------------:|:-----:|
117+
| Regressions ❌ <br /> (primary) | 0.8% | [0.2%, 1.9%] | 11 |
118+
| Regressions ❌ <br /> (secondary) | 8.4% | [0.2%, 38.5%] | 16 |
119+
| Improvements ✅ <br /> (primary) | -1.0% | [-35.1%, -0.2%] | 206 |
120+
| Improvements ✅ <br /> (secondary) | -1.8% | [-8.6%, -0.1%] | 155 |
121+
| All ❌✅ (primary) | -0.9% | [-35.1%, 1.9%] | 217 |
122+
123+
124+
2 Regressions, 9 Improvements, 5 Mixed; 4 of them in rollups
125+
48 artifact comparisons made in total
126+
127+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/28767e0a09d14829c2930a7e0c22ee73b0b0a4e7/triage/2025-04-08.md).
109128

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

0 commit comments

Comments
 (0)