Skip to content

Commit 6b197e8

Browse files
committed
Add 2024-11-26 perf triage
1 parent 15825e3 commit 6b197e8

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

draft/2024-11-27-this-week-in-rust.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,27 @@ 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+
This week saw more regressions than improvements, mostly due to three PRs that performed internal
114+
refactorings that are necessary for further development and modification of the compiler.
115+
116+
Triage done by **@kobzol**.
117+
Revision range: [7d40450b..7db7489f](https://perf.rust-lang.org/?start=7d40450b2df92bdc9dec414b30cf5f7a5979a92e&end=7db7489f9bc274cb60c4956bfa56de0185eb1b9b&absolute=false&stat=instructions%3Au)
118+
119+
**Summary**:
120+
121+
| (instructions:u) | mean | range | count |
122+
|:----------------------------------:|:-----:|:--------------:|:-----:|
123+
| Regressions ❌ <br /> (primary) | 0.6% | [0.1%, 3.6%] | 57 |
124+
| Regressions ❌ <br /> (secondary) | 0.6% | [0.0%, 2.7%] | 100 |
125+
| Improvements ✅ <br /> (primary) | -0.5% | [-1.5%, -0.2%] | 11 |
126+
| Improvements ✅ <br /> (secondary) | -0.4% | [-0.5%, -0.3%] | 7 |
127+
| All ❌✅ (primary) | 0.4% | [-1.5%, 3.6%] | 68 |
128+
129+
130+
4 Regressions, 2 Improvements, 3 Mixed; 3 of them in rollups
131+
40 artifact comparisons made in total
132+
133+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/556db980efa8c8553fe92ce64f04db372b0c7d61/triage/2024-11-26.md)
114134

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

0 commit comments

Comments
 (0)