Skip to content

Commit c698b39

Browse files
committed
Add perf report for 2024-04-24
1 parent c04b310 commit c698b39

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

draft/2024-04-24-this-week-in-rust.md

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

100100
### Rust Compiler Performance Triage
101101

102-
<!-- Perf results go here -->
102+
A week dominated by small mixed changes to perf with improvements slightly outweighing regressions. There were no pure regressions, and many of the mixed perf results were deemed worth it for their potential improvements to runtime performance through further optimization from LLVM.
103+
104+
Triage done by **@rylev**.
105+
Revision range: [ccfcd950..a77f76e2](https://perf.rust-lang.org/?start=ccfcd950b333fed046275dd8d54fe736ca498aa7&end=a77f76e26302e9a084fb321817675b1dfc1dcd63&absolute=false&stat=instructions%3Au)
106+
107+
**Summary**:
108+
109+
| (instructions:u) | mean | range | count |
110+
|:----------------------------------:|:-----:|:--------------:|:-----:|
111+
| Regressions ❌ <br /> (primary) | 0.4% | [0.2%, 1.8%] | 57 |
112+
| Regressions ❌ <br /> (secondary) | 0.4% | [0.2%, 1.9%] | 26 |
113+
| Improvements ✅ <br /> (primary) | -0.8% | [-3.4%, -0.2%] | 50 |
114+
| Improvements ✅ <br /> (secondary) | -0.6% | [-1.9%, -0.1%] | 32 |
115+
| All ❌✅ (primary) | -0.2% | [-3.4%, 1.8%] | 107 |
116+
117+
118+
0 Regressions, 5 Improvements, 6 Mixed; 2 of them in rollups
119+
62 artifact comparisons made in total
120+
121+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/e29814aa8d206406ae2711773bd882b39598a9d8/triage/2024-04-23.md)
103122

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

0 commit comments

Comments
 (0)