Skip to content

Commit 21340f1

Browse files
committed
Add perf triage for 2025-04-09
Signed-off-by: Ryan Levick <[email protected]>
1 parent f1c234e commit 21340f1

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

105105
### Rust Compiler Performance Triage
106106

107-
<!-- Perf results go here -->
107+
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.
108+
109+
Triage done by **@rylev**.
110+
Revision range: [2ea33b59..e643f59f](https://perf.rust-lang.org/?start=2ea33b591050c4ca1a3752830b29112638faecf6&end=e643f59f6da3a84f43e75dea99afaa5b041ea6bf&absolute=false&stat=instructions%3Au)
111+
112+
**Summary**:
113+
114+
| (instructions:u) | mean | range | count |
115+
|:----------------------------------:|:-----:|:---------------:|:-----:|
116+
| Regressions ❌ <br /> (primary) | 0.8% | [0.2%, 1.9%] | 11 |
117+
| Regressions ❌ <br /> (secondary) | 8.4% | [0.2%, 38.5%] | 16 |
118+
| Improvements ✅ <br /> (primary) | -1.0% | [-35.1%, -0.2%] | 206 |
119+
| Improvements ✅ <br /> (secondary) | -1.8% | [-8.6%, -0.1%] | 155 |
120+
| All ❌✅ (primary) | -0.9% | [-35.1%, 1.9%] | 217 |
121+
122+
123+
2 Regressions, 9 Improvements, 5 Mixed; 4 of them in rollups
124+
48 artifact comparisons made in total
125+
126+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/28767e0a09d14829c2930a7e0c22ee73b0b0a4e7/triage/2025-04-08.md).
108127

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

0 commit comments

Comments
 (0)