Skip to content

Commit 38c3470

Browse files
Merge pull request #3555 from rust-lang/perf
Add perf triage report for this week
2 parents 68593a3 + 5adafa6 commit 38c3470

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

draft/2022-08-17-this-week-in-rust.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,27 @@ If you are a Rust project owner and are looking for contributors, please submit
7575

7676
### Rust Compiler Performance Triage
7777

78-
<!-- Perf results go here -->
78+
A fairly quiet week for performance, with the exception of the LLVM 15 upgrade
79+
which resulted in many changes, mostly to the positive.
80+
81+
Triage done by **@simulacrum**.
82+
Revision range: [cc4dd6fc9f..14a459b3](https://perf.rust-lang.org/?start=cc4dd6fc9f1a5c798df269933c7e442b79661a86&end=14a459bf37bc19476d43e0045d078121c12d3fef&absolute=false&stat=instructions%3Au)
83+
84+
**Summary**:
85+
86+
| (instructions:u) | mean | max | count |
87+
|:----------------:|:----:|:---:|:-----:|
88+
| Regressions ❌ <br /> (primary) | 0.7% | 7.7% | 62 |
89+
| Regressions ❌ <br /> (secondary) | 1.3% | 5.0% | 51 |
90+
| Improvements ✅ <br /> (primary) | -1.8% | -6.9% | 93 |
91+
| Improvements ✅ <br /> (secondary) | -2.4% | -22.0% | 128 |
92+
| All ❌✅ (primary) | -0.8% | 7.7% | 155 |
93+
94+
95+
2 Regressions, 4 Improvements, 2 Mixed; 1 of them in rollups
96+
38 artifact comparisons made in total
97+
98+
[Full report](https://github.com/rust-lang/rustc-perf/blob/master/triage/2022-08-16.md)
7999

80100
### Call for Testing
81101

0 commit comments

Comments
 (0)