Skip to content

Commit e65bb8f

Browse files
committed
Add perf for 2025-02-26
Signed-off-by: Ryan Levick <[email protected]>
1 parent 61b7895 commit e65bb8f

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
@@ -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+
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.
114+
115+
Triage done by **@rylev**.
116+
Revision range: [ce36a966..f5729cfe](https://perf.rust-lang.org/?start=ce36a966c79e109dabeef7a47fe68e5294c6d71e&end=f5729cfed3c45e061e8a443677fc1d5ef9277df7&absolute=false&stat=instructions%3Au)
117+
118+
**Summary**:
119+
120+
| (instructions:u) | mean | range | count |
121+
|:----------------------------------:|:-----:|:--------------:|:-----:|
122+
| Regressions ❌ <br /> (primary) | 0.4% | [0.2%, 1.0%] | 37 |
123+
| Regressions ❌ <br /> (secondary) | 0.7% | [0.2%, 8.6%] | 54 |
124+
| Improvements ✅ <br /> (primary) | -0.5% | [-1.4%, -0.1%] | 88 |
125+
| Improvements ✅ <br /> (secondary) | -0.6% | [-2.3%, -0.1%] | 87 |
126+
| All ❌✅ (primary) | -0.2% | [-1.4%, 1.0%] | 125 |
127+
128+
129+
1 Regression, 1 Improvement, 7 Mixed; 2 of them in rollups
130+
40 artifact comparisons made in total
131+
132+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/04e0d759921e6d02eee5f9a10d5592b59e18be49/triage/2025-02-25.md).
114133

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

0 commit comments

Comments
 (0)