Skip to content

Commit 5813453

Browse files
Merge pull request #1230 from Mark-Simulacrum/triage
Add triage for this week
2 parents 6037bc0 + c6d851d commit 5813453

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

triage/2022-03-22.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# 2022-03-22 Triage Log
2+
3+
Very quiet week for performance, with just one statistically significant change
4+
landing in the last week. This change was a regression, though primarily in
5+
stress tests, and was a result of a soundness fix.
6+
7+
Triage done by **@simulacrum**.
8+
Revision range: [3ba1ebea122238d1a5c613deb1bf60ce24bd8fd8..3ea44938e21f0de8ae7d4f6399a8a30f97867c70](https://perf.rust-lang.org/?start=3ba1ebea122238d1a5c613deb1bf60ce24bd8fd8&end=3ea44938e21f0de8ae7d4f6399a8a30f97867c70&absolute=false&stat=instructions%3Au)
9+
10+
1 Regressions, 0 Improvements, 0 Mixed; 0 of them in rollups
11+
37 comparisons made in total
12+
13+
#### Regressions
14+
15+
Disable almost certainly unsound early otherwise branch MIR opt [#95161](https://github.com/rust-lang/rust/pull/95161)
16+
- Arithmetic mean of relevant regressions: 3.1%
17+
- Largest regression in [instruction counts](https://perf.rust-lang.org/compare.html?start=3c17c84a386e7badf6b2c6018d172496b3a28a04&end=cf8531064e44a335c7da75c745279457f42660c5&stat=instructions:u): 8.5% on `full` builds of `deeply-nested-multi check`
18+
- Minimal impact on primary benchmarks, and as a soundness fix naturally pretty
19+
justified.
20+
21+
#### Improvements
22+
23+
- No improvements.
24+
25+
#### Mixed
26+
27+
- No mixed results.

0 commit comments

Comments
 (0)