Skip to content

Commit 9fe0aa4

Browse files
authored
Merge pull request #5426 from rylev/perf-2024-04-24
Add perf report for 2024-04-24
2 parents 494167d + c698b39 commit 9fe0aa4

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

102102
### Rust Compiler Performance Triage
103103

104-
<!-- Perf results go here -->
104+
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.
105+
106+
Triage done by **@rylev**.
107+
Revision range: [ccfcd950..a77f76e2](https://perf.rust-lang.org/?start=ccfcd950b333fed046275dd8d54fe736ca498aa7&end=a77f76e26302e9a084fb321817675b1dfc1dcd63&absolute=false&stat=instructions%3Au)
108+
109+
**Summary**:
110+
111+
| (instructions:u) | mean | range | count |
112+
|:----------------------------------:|:-----:|:--------------:|:-----:|
113+
| Regressions ❌ <br /> (primary) | 0.4% | [0.2%, 1.8%] | 57 |
114+
| Regressions ❌ <br /> (secondary) | 0.4% | [0.2%, 1.9%] | 26 |
115+
| Improvements ✅ <br /> (primary) | -0.8% | [-3.4%, -0.2%] | 50 |
116+
| Improvements ✅ <br /> (secondary) | -0.6% | [-1.9%, -0.1%] | 32 |
117+
| All ❌✅ (primary) | -0.2% | [-3.4%, 1.8%] | 107 |
118+
119+
120+
0 Regressions, 5 Improvements, 6 Mixed; 2 of them in rollups
121+
62 artifact comparisons made in total
122+
123+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/e29814aa8d206406ae2711773bd882b39598a9d8/triage/2024-04-23.md)
105124

106125
## Call for Testing
107126
An important step for RFC implementation is for people to experiment with the

0 commit comments

Comments
 (0)