Skip to content

Commit 9fdd2dc

Browse files
authored
Add triage for 2024-04-22
1 parent c9542f8 commit 9fdd2dc

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

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

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

114114
### Rust Compiler Performance Triage
115115

116-
<!-- Perf results go here -->
116+
**Summary**: 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.
117+
118+
Triage done by **@panstromek**.
119+
Revision range: [15f58c46..8f2819b0](https://perf.rust-lang.org/?start=15f58c46da79399961a09db0c650a2f90f442e6b&end=8f2819b0e3428d0aee05fa60e91e0211c2aea053&absolute=false&stat=instructions%3Au)
120+
121+
122+
| (instructions:u) | mean | range | count |
123+
|:----------------------------------:|:-----:|:---------------:|:-----:|
124+
| Regressions ❌ <br /> (primary) | 1.3% | [0.4%, 2.1%] | 7 |
125+
| Regressions ❌ <br /> (secondary) | - | - | 0 |
126+
| Improvements ✅ <br /> (primary) | -1.0% | [-12.9%, -0.1%] | 144 |
127+
| Improvements ✅ <br /> (secondary) | -2.2% | [-12.3%, -0.2%] | 111 |
128+
| All ❌✅ (primary) | -0.9% | [-12.9%, 2.1%] | 151 |
129+
130+
131+
0 Regressions, 4 Improvements, 2 Mixed; 3 of them in rollups
132+
35 artifact comparisons made in total
133+
134+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/02138a9d3679be358403ee8906141666870e5346/triage/2024-04-22.md)
117135

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

0 commit comments

Comments
 (0)