Skip to content

Commit 087f9bf

Browse files
Merge pull request #6483 from rylev/perf-triage-2025-03-18
Add perf triage for 2025-03-19
2 parents a77b507 + 85d1c9a commit 087f9bf

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

188188
### Rust Compiler Performance Triage
189189

190-
<!-- Perf results go here -->
190+
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.
191+
192+
Triage done by **@rylev**.
193+
Revision range: [9fb94b32..493c38ba](https://perf.rust-lang.org/?start=9fb94b32df38073bf63d009df77ed10cb1c989d0&end=493c38ba371929579fe136df26eccd9516347c7a&absolute=false&stat=instructions%3Au)
194+
195+
**Summary**:
196+
197+
| (instructions:u) | mean | range | count |
198+
|:----------------------------------:|:-----:|:---------------:|:-----:|
199+
| Regressions ❌ <br /> (primary) | 1.7% | [0.2%, 3.0%] | 18 |
200+
| Regressions ❌ <br /> (secondary) | 0.8% | [0.2%, 2.7%] | 37 |
201+
| Improvements ✅ <br /> (primary) | -1.0% | [-10.3%, -0.2%] | 157 |
202+
| Improvements ✅ <br /> (secondary) | -1.7% | [-8.8%, -0.2%] | 158 |
203+
| All ❌✅ (primary) | -0.8% | [-10.3%, 3.0%] | 175 |
204+
205+
206+
5 Regressions, 5 Improvements, 3 Mixed; 5 of them in rollups
207+
44 artifact comparisons made in total
208+
209+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/8148c03b441e9a23b93dab2f2c7124eaf9ff925b/triage/2025-03-18.md).
191210

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

0 commit comments

Comments
 (0)