Skip to content

Commit 48578bf

Browse files
Merge pull request #6143 from Kobzol/triage-2024-11-26
Add 2024-11-26 perf triage
2 parents 18c9e5e + 6b197e8 commit 48578bf

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

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

0 commit comments

Comments
 (0)