Skip to content

Commit b3c2213

Browse files
authored
Merge pull request #6416 from rylev/perf-triage-2025-02-26
Add perf for 2025-02-26
2 parents 3a053ff + e65bb8f commit b3c2213

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

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

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

176176
### Rust Compiler Performance Triage
177177

178-
<!-- Perf results go here -->
178+
Fairly quiet week with the exception of an improvement to the very often used Iter::next function which can now be inlined leading to a myriad of performance improvements.
179+
180+
Triage done by **@rylev**.
181+
Revision range: [ce36a966..f5729cfe](https://perf.rust-lang.org/?start=ce36a966c79e109dabeef7a47fe68e5294c6d71e&end=f5729cfed3c45e061e8a443677fc1d5ef9277df7&absolute=false&stat=instructions%3Au)
182+
183+
**Summary**:
184+
185+
| (instructions:u) | mean | range | count |
186+
|:----------------------------------:|:-----:|:--------------:|:-----:|
187+
| Regressions ❌ <br /> (primary) | 0.4% | [0.2%, 1.0%] | 37 |
188+
| Regressions ❌ <br /> (secondary) | 0.7% | [0.2%, 8.6%] | 54 |
189+
| Improvements ✅ <br /> (primary) | -0.5% | [-1.4%, -0.1%] | 88 |
190+
| Improvements ✅ <br /> (secondary) | -0.6% | [-2.3%, -0.1%] | 87 |
191+
| All ❌✅ (primary) | -0.2% | [-1.4%, 1.0%] | 125 |
192+
193+
194+
1 Regression, 1 Improvement, 7 Mixed; 2 of them in rollups
195+
40 artifact comparisons made in total
196+
197+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/04e0d759921e6d02eee5f9a10d5592b59e18be49/triage/2025-02-25.md).
179198

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

0 commit comments

Comments
 (0)