Skip to content

Commit 2931064

Browse files
authored
Merge pull request #5996 from rylev/perf-triage-2024-10-09
Add perf triage for 2024-10-09
2 parents 7524a9d + 25411ae commit 2931064

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

draft/2024-10-09-this-week-in-rust.md

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

202202
### Rust Compiler Performance Triage
203203

204-
<!-- Perf results go here -->
204+
One regression dominated this week (dealing with a correctness fix around type system caching that was deemed necessary), but it luckily did not produce large regressions in any benchmarks. Overall, performance still ended up relatively in the same place as the beginning of the week.
205+
206+
Triage done by **@rylev**.
207+
Revision range: [c87004a1..e6c46db4](https://perf.rust-lang.org/?start=c87004a1f5be671e3f03f69fb13d8915bdbb6a52&end=e6c46db4e9fd11e3183c397a59d946731034ede6&absolute=false&stat=instructions%3Au)
208+
209+
**Summary**:
210+
211+
| (instructions:u) | mean | range | count |
212+
|:----------------------------------:|:-----:|:--------------:|:-----:|
213+
| Regressions ❌ <br /> (primary) | 0.3% | [0.1%, 1.0%] | 63 |
214+
| Regressions ❌ <br /> (secondary) | 1.1% | [0.1%, 3.4%] | 81 |
215+
| Improvements ✅ <br /> (primary) | -0.5% | [-3.0%, -0.1%] | 19 |
216+
| Improvements ✅ <br /> (secondary) | -0.5% | [-1.5%, -0.1%] | 46 |
217+
| All ❌✅ (primary) | 0.1% | [-3.0%, 1.0%] | 82 |
218+
219+
220+
2 Regressions, 3 Improvements, 7 Mixed; 3 of them in rollups
221+
57 artifact comparisons made in total
222+
223+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/e6fcc69d6b3483f737140ff5c9fdba1ccac44776/triage/2024-10-08.md)
205224

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

0 commit comments

Comments
 (0)