Skip to content

Commit f28fe97

Browse files
committed
Add 2025-02-18 perf triage
1 parent d24d1cc commit f28fe97

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

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

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,28 @@ 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+
This week's results were dominated by the update to LLVM 20 ([#135763](https://github.com/rust-lang/rust/pull/135763)),
117+
which brought a large number of performance improvements, as usually. There were also two other
118+
significant improvements, caused by improving the representation of `const` values ([#136593](https://github.com/rust-lang/rust/pull/136593)) and doing less work when formatting in `rustdoc` ([#136828](https://github.com/rust-lang/rust/pull/136828)).
119+
120+
Triage done by **@kobzol**.
121+
122+
Revision range: [c03c38d5..ce36a966](https://perf.rust-lang.org/?start=c03c38d5c2368cd2aa0e056dba060b94fc747f4e&end=ce36a966c79e109dabeef7a47fe68e5294c6d71e&absolute=false&stat=instructions%3Au)
123+
124+
**Summary**:
125+
126+
| (instructions:u) | mean | range | count |
127+
|:----------------------------------:|:-----:|:---------------:|:-----:|
128+
| Regressions ❌ <br /> (primary) | 4.4% | [0.2%, 35.8%] | 10 |
129+
| Regressions ❌ <br /> (secondary) | 1.2% | [0.2%, 5.0%] | 13 |
130+
| Improvements ✅ <br /> (primary) | -1.6% | [-10.5%, -0.2%] | 256 |
131+
| Improvements ✅ <br /> (secondary) | -1.0% | [-4.7%, -0.2%] | 163 |
132+
| All ❌✅ (primary) | -1.3% | [-10.5%, 35.8%] | 266 |
133+
134+
3 Regressions, 2 Improvements, 4 Mixed; 4 of them in rollups
135+
50 artifact comparisons made in total
136+
137+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/c7ec5b1144d90c236ddd29a5a1dc019f92c2eb68/triage/2025-02-18.md).
117138

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

0 commit comments

Comments
 (0)