Skip to content

Commit 85d1c9a

Browse files
committed
Add perf triage for 2025-03-19
Signed-off-by: Ryan Levick <[email protected]>
1 parent f79b4c6 commit 85d1c9a

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

draft/2025-03-19-this-week-in-rust.md

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

111111
### Rust Compiler Performance Triage
112112

113-
<!-- Perf results go here -->
113+
A relatively busy week with a large amount of regressions in rollups which made investigations more tricky. Luckily overall the week was an improvement due to some medium sized improvements through improving target feature computation and a type systems internals fix.
114+
115+
Triage done by **@rylev**.
116+
Revision range: [9fb94b32..493c38ba](https://perf.rust-lang.org/?start=9fb94b32df38073bf63d009df77ed10cb1c989d0&end=493c38ba371929579fe136df26eccd9516347c7a&absolute=false&stat=instructions%3Au)
117+
118+
**Summary**:
119+
120+
| (instructions:u) | mean | range | count |
121+
|:----------------------------------:|:-----:|:---------------:|:-----:|
122+
| Regressions ❌ <br /> (primary) | 1.7% | [0.2%, 3.0%] | 18 |
123+
| Regressions ❌ <br /> (secondary) | 0.8% | [0.2%, 2.7%] | 37 |
124+
| Improvements ✅ <br /> (primary) | -1.0% | [-10.3%, -0.2%] | 157 |
125+
| Improvements ✅ <br /> (secondary) | -1.7% | [-8.8%, -0.2%] | 158 |
126+
| All ❌✅ (primary) | -0.8% | [-10.3%, 3.0%] | 175 |
127+
128+
129+
5 Regressions, 5 Improvements, 3 Mixed; 5 of them in rollups
130+
44 artifact comparisons made in total
131+
132+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/8148c03b441e9a23b93dab2f2c7124eaf9ff925b/triage/2025-03-18.md).
114133

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

0 commit comments

Comments
 (0)