Skip to content

Commit 8585fd9

Browse files
committed
Add perf triage for 2025-04-30
Signed-off-by: Ryan Levick <me@ryanlevick.com>
1 parent a84f16f commit 8585fd9

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

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

+20-1
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,26 @@ If you are an event organizer hoping to expand the reach of your event, please s
183183

184184
### Rust Compiler Performance Triage
185185

186-
<!-- Perf results go here -->
186+
Strange week with lots of noise peeking through the performance runs. The only really significant change was a performance improvement that comes from allowing out of order encoding of the dep graph.
187+
188+
Triage done by **@rylev**.
189+
Revision range: [8f2819b0..25cdf1f6](https://perf.rust-lang.org/?start=8f2819b0e3428d0aee05fa60e91e0211c2aea053&end=25cdf1f67463c9365d8d83778c933ec7480e940b&absolute=false&stat=instructions%3Au)
190+
191+
**Summary**:
192+
193+
| (instructions:u) | mean | range | count |
194+
|:----------------------------------:|:-----:|:--------------:|:-----:|
195+
| Regressions ❌ <br /> (primary) | 0.5% | [0.1%, 3.0%] | 77 |
196+
| Regressions ❌ <br /> (secondary) | 0.6% | [0.1%, 2.4%] | 77 |
197+
| Improvements ✅ <br /> (primary) | -0.7% | [-1.3%, -0.2%] | 106 |
198+
| Improvements ✅ <br /> (secondary) | -0.7% | [-1.2%, -0.2%] | 29 |
199+
| All ❌✅ (primary) | -0.2% | [-1.3%, 3.0%] | 183 |
200+
201+
202+
4 Regressions, 2 Improvements, 4 Mixed; 2 of them in rollups
203+
38 artifact comparisons made in total
204+
205+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/748534344dceab1e8001a925cf84fa04a2c1c752/triage/2025-04-29.md)
187206

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

0 commit comments

Comments
 (0)