Skip to content

Commit 6d9eb50

Browse files
authored
Merge pull request #6723 from panstromek/patch-6
Add perf triage for 2025-06-11
2 parents 54a1191 + fa08e45 commit 6d9eb50

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

draft/2025-06-11-this-week-in-rust.md

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

192192
### Rust Compiler Performance Triage
193193

194-
<!-- Perf results go here -->
194+
Mostly positive week, with a lot of improvements in the type system, especially in new solver and one big win in caching code. Regressions come from new warnings, with outsized impact on one benchmark with a lot of generated code.
195+
196+
Triage done by **@panstromek**.
197+
Revision range: [2fc3deed..c31cccb7](https://perf.rust-lang.org/?start=2fc3deed9fcb8762ad57191e0195f06f7543e4a5&end=c31cccb7b5cc098b1a8c1794ed38d7fdbec0ccb0&absolute=false&stat=instructions%3Au)
198+
199+
**Summary**:
200+
201+
| (instructions:u) | mean | range | count |
202+
|:----------------------------------:|:-----:|:---------------:|:-----:|
203+
| Regressions ❌ <br /> (primary) | 3.1% | [0.3%, 8.5%] | 22 |
204+
| Regressions ❌ <br /> (secondary) | 0.6% | [0.2%, 0.9%] | 3 |
205+
| Improvements ✅ <br /> (primary) | -1.0% | [-3.4%, -0.2%] | 151 |
206+
| Improvements ✅ <br /> (secondary) | -3.5% | [-66.5%, -0.2%] | 146 |
207+
| All ❌✅ (primary) | -0.4% | [-3.4%, 8.5%] | 173 |
208+
209+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/7a1e00ae0a30c783bdfa8e3c35e3b49ce88b58e9/triage/2025-06-09.md)
195210

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

0 commit comments

Comments
 (0)