Skip to content

Commit 52bd0d5

Browse files
authored
Merge pull request #3830 from rylev/perf-triage-2022-11-23
Add perf triage for 2022-11-23
2 parents 983303a + 08befd4 commit 52bd0d5

File tree

1 file changed

+20
-1
lines changed

1 file changed

+20
-1
lines changed

draft/2022-11-23-this-week-in-rust.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,26 @@ If you are a Rust project owner and are looking for contributors, please submit
7878

7979
### Rust Compiler Performance Triage
8080

81-
<!-- Perf results go here -->
81+
A fairly quiet week with regressions unfortunately slightly outweighing improvements. There was not any particular change of much note. Many of the regressions were justifiable since they were for critical bug fixes.
82+
83+
Triage done by **@rylev**.
84+
Revision range: [96ddd32c..a78c9bee](https://perf.rust-lang.org/?start=96ddd32c4bfb1d78f0cd03eb068b1710a8cebeef&end=a78c9bee4d9d51a3891bd8ecae1f28a93b83653b&absolute=false&stat=instructions%3Au)
85+
86+
**Summary**:
87+
88+
| (instructions:u) | mean | range | count |
89+
|:----------------------------------:|:-----:|:--------------:|:-----:|
90+
| Regressions ❌ <br /> (primary) | 0.7% | [0.2%, 3.0%] | 76 |
91+
| Regressions ❌ <br /> (secondary) | 1.5% | [0.3%, 8.4%] | 69 |
92+
| Improvements ✅ <br /> (primary) | -0.7% | [-1.8%, -0.2%] | 18 |
93+
| Improvements ✅ <br /> (secondary) | -1.4% | [-3.2%, -0.2%] | 35 |
94+
| All ❌✅ (primary) | 0.4% | [-1.8%, 3.0%] | 94 |
95+
96+
97+
7 Regressions, 4 Improvements, 6 Mixed; 5 of them in rollups
98+
47 artifact comparisons made in total
99+
100+
[Full report here](https://github.com/rust-lang/rustc-perf/blob/master/triage/2022-11-22.md)
82101

83102
### [Call for Testing](https://github.com/rust-lang/rfcs/issues?q=label%3Acall-for-testing)
84103
An important step for RFC implementation is for people to experiment with the

0 commit comments

Comments
 (0)