Skip to content

Commit 1b79ce7

Browse files
committed
Add performance triage for 2024-12-04
Signed-off-by: Ryan Levick <[email protected]>
1 parent 858a72d commit 1b79ce7

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

draft/2024-12-04-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+
Busy week with more PRs impacting performance than is typical. Luckily performance improvements outweighed regressions in real world benchmarks with the largest single performance gain coming from a change to no longer unconditionally do LLVM IR verification in debug builds which was just wasted work.
114+
115+
Triage done by **@rylev**.
116+
Revision range: [7db7489f..490b2cc0](https://perf.rust-lang.org/?start=7db7489f9bc274cb60c4956bfa56de0185eb1b9b&end=490b2cc09860dd62a7595bb07364d71c12ce4e60&absolute=false&stat=instructions%3Au)
117+
118+
**Summary**:
119+
120+
| (instructions:u) | mean | range | count |
121+
|:----------------------------------:|:-----:|:--------------:|:-----:|
122+
| Regressions ❌ <br /> (primary) | 0.5% | [0.2%, 1.9%] | 58 |
123+
| Regressions ❌ <br /> (secondary) | 1.1% | [0.2%, 5.1%] | 85 |
124+
| Improvements ✅ <br /> (primary) | -2.3% | [-8.2%, -0.2%] | 116 |
125+
| Improvements ✅ <br /> (secondary) | -2.5% | [-8.9%, -0.1%] | 55 |
126+
| All ❌✅ (primary) | -1.4% | [-8.2%, 1.9%] | 174 |
127+
128+
129+
6 Regressions, 6 Improvements, 5 Mixed; 5 of them in rollups
130+
49 artifact comparisons made in total
131+
132+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/fcd028e6e8117a881b7ffab448f549410c1c0dde/triage/2024-12-03.md)
114133

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

0 commit comments

Comments
 (0)