Skip to content

Commit 25411ae

Browse files
committed
Add perf triage for 2024-10-09
Signed-off-by: Ryan Levick <[email protected]>
1 parent f49d598 commit 25411ae

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
@@ -102,7 +102,26 @@ If you are an event organizer hoping to expand the reach of your event, please s
102102

103103
### Rust Compiler Performance Triage
104104

105-
<!-- Perf results go here -->
105+
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.
106+
107+
Triage done by **@rylev**.
108+
Revision range: [c87004a1..e6c46db4](https://perf.rust-lang.org/?start=c87004a1f5be671e3f03f69fb13d8915bdbb6a52&end=e6c46db4e9fd11e3183c397a59d946731034ede6&absolute=false&stat=instructions%3Au)
109+
110+
**Summary**:
111+
112+
| (instructions:u) | mean | range | count |
113+
|:----------------------------------:|:-----:|:--------------:|:-----:|
114+
| Regressions ❌ <br /> (primary) | 0.3% | [0.1%, 1.0%] | 63 |
115+
| Regressions ❌ <br /> (secondary) | 1.1% | [0.1%, 3.4%] | 81 |
116+
| Improvements ✅ <br /> (primary) | -0.5% | [-3.0%, -0.1%] | 19 |
117+
| Improvements ✅ <br /> (secondary) | -0.5% | [-1.5%, -0.1%] | 46 |
118+
| All ❌✅ (primary) | 0.1% | [-3.0%, 1.0%] | 82 |
119+
120+
121+
2 Regressions, 3 Improvements, 7 Mixed; 3 of them in rollups
122+
57 artifact comparisons made in total
123+
124+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/e6fcc69d6b3483f737140ff5c9fdba1ccac44776/triage/2024-10-08.md)
106125

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

0 commit comments

Comments
 (0)