Skip to content

Commit 8e8128b

Browse files
committed
Add perf triage for 2022-11-23
1 parent 1d32a39 commit 8e8128b

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
@@ -77,7 +77,26 @@ If you are a Rust project owner and are looking for contributors, please submit
7777

7878
### Rust Compiler Performance Triage
7979

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

82101
### Call for Testing
83102

0 commit comments

Comments
 (0)