Skip to content

Commit 5335ba3

Browse files
authored
Merge pull request #6569 from panstromek/patch-3
Add perf triage for 2024-04-22
2 parents c7daa0f + 936aa7b commit 5335ba3

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

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

+16-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,22 @@ If you are an event organizer hoping to expand the reach of your event, please s
205205

206206
### Rust Compiler Performance Triage
207207

208-
<!-- Perf results go here -->
208+
Mostly positive week. Most of the improvements come from a revert of a regression from a few weeks ago, but we also get nice wins from re-using Sized fast-path, coming from Sized hierarchy implementation work.
209+
210+
Triage done by **@panstromek**.
211+
Revision range: [15f58c46..8f2819b0](https://perf.rust-lang.org/?start=15f58c46da79399961a09db0c650a2f90f442e6b&end=8f2819b0e3428d0aee05fa60e91e0211c2aea053&absolute=false&stat=instructions%3Au)
212+
213+
**Summary**:
214+
215+
| (instructions:u) | mean | range | count |
216+
|:----------------------------------:|:-----:|:---------------:|:-----:|
217+
| Regressions ❌ <br /> (primary) | 1.3% | [0.4%, 2.1%] | 7 |
218+
| Regressions ❌ <br /> (secondary) | - | - | 0 |
219+
| Improvements ✅ <br /> (primary) | -1.0% | [-12.9%, -0.1%] | 144 |
220+
| Improvements ✅ <br /> (secondary) | -2.2% | [-12.3%, -0.2%] | 111 |
221+
| All ❌✅ (primary) | -0.9% | [-12.9%, 2.1%] | 151 |
222+
223+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/02138a9d3679be358403ee8906141666870e5346/triage/2024-04-22.md)
209224

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

0 commit comments

Comments
 (0)