Skip to content

Commit 3c3208c

Browse files
Merge pull request #1810 from Mark-Simulacrum/triage
Add triage for 2024-02-05
2 parents 060b71b + b45ee87 commit 3c3208c

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

triage/2024-02-05.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,64 @@
1+
# 2024-02-05 Triage Log
2+
3+
Rust's CI was down most of the week, leading to a much smaller collection of
4+
commits than usual.
5+
6+
Triage done by **@simulacrum**.
7+
Revision range: [5c9c3c7871d603ba13d38372830eca0c9013e575..0984becf01112cbd3583c796541760b65340c8db](https://perf.rust-lang.org/?start=5c9c3c7871d603ba13d38372830eca0c9013e575&end=0984becf01112cbd3583c796541760b65340c8db&absolute=false&stat=instructions%3Au)
8+
9+
**Summary**:
10+
11+
| (instructions:u) | mean | range | count |
12+
|:----------------------------------:|:-----:|:--------------:|:-----:|
13+
| Regressions ❌ <br /> (primary) | - | - | 0 |
14+
| Regressions ❌ <br /> (secondary) | 0.3% | [0.2%, 0.3%] | 3 |
15+
| Improvements ✅ <br /> (primary) | -0.3% | [-0.7%, -0.2%] | 7 |
16+
| Improvements ✅ <br /> (secondary) | -0.6% | [-1.0%, -0.5%] | 7 |
17+
| All ❌✅ (primary) | -0.3% | [-0.7%, -0.2%] | 7 |
18+
19+
20+
0 Regressions, 2 Improvements, 1 Mixed; 1 of them in rollups
21+
17 artifact comparisons made in total
22+
23+
#### Regressions
24+
25+
* None this week.
26+
27+
#### Improvements
28+
29+
Normalize region obligation in lexical region resolution with next-gen solver [#119101](https://github.com/rust-lang/rust/pull/119101) [(Comparison Link)](https://perf.rust-lang.org/compare.html?start=f3d71c9249072413f014b378bb5ea79c8a7dc9a7&end=cb4d9a1902b3ea17e93872dafb76d24aa6295c47&stat=instructions:u)
30+
31+
| (instructions:u) | mean | range | count |
32+
|:----------------------------------:|:-----:|:--------------:|:-----:|
33+
| Regressions ❌ <br /> (primary) | - | - | 0 |
34+
| Regressions ❌ <br /> (secondary) | - | - | 0 |
35+
| Improvements ✅ <br /> (primary) | -0.2% | [-0.3%, -0.2%] | 4 |
36+
| Improvements ✅ <br /> (secondary) | - | - | 0 |
37+
| All ❌✅ (primary) | -0.2% | [-0.3%, -0.2%] | 4 |
38+
39+
40+
hir: Refactor getters for owner nodes [#120346](https://github.com/rust-lang/rust/pull/120346) [(Comparison Link)](https://perf.rust-lang.org/compare.html?start=80deabd0987201e1b8d060400f50e03309a0105e&end=d53ddcd8bbb41cd977ab4f7a54886fd7779c0eba&stat=instructions:u)
41+
42+
| (instructions:u) | mean | range | count |
43+
|:----------------------------------:|:-----:|:--------------:|:-----:|
44+
| Regressions ❌ <br /> (primary) | - | - | 0 |
45+
| Regressions ❌ <br /> (secondary) | - | - | 0 |
46+
| Improvements ✅ <br /> (primary) | -3.6% | [-3.6%, -3.6%] | 1 |
47+
| Improvements ✅ <br /> (secondary) | -0.6% | [-1.0%, -0.5%] | 7 |
48+
| All ❌✅ (primary) | -3.6% | [-3.6%, -3.6%] | 1 |
49+
50+
#### Mixed
51+
52+
Rollup of 9 pull requests [#120660](https://github.com/rust-lang/rust/pull/120660) [(Comparison Link)](https://perf.rust-lang.org/compare.html?start=0984becf01112cbd3583c796541760b65340c8db&end=8c0b4f67c9b4bf477df38c16669fd576d46a2b3d&stat=instructions:u)
53+
54+
| (instructions:u) | mean | range | count |
55+
|:----------------------------------:|:-----:|:--------------:|:-----:|
56+
| Regressions ❌ <br /> (primary) | 0.8% | [0.2%, 1.4%] | 2 |
57+
| Regressions ❌ <br /> (secondary) | - | - | 0 |
58+
| Improvements ✅ <br /> (primary) | - | - | 0 |
59+
| Improvements ✅ <br /> (secondary) | -0.2% | [-0.3%, -0.2%] | 2 |
60+
| All ❌✅ (primary) | 0.8% | [0.2%, 1.4%] | 2 |
61+
62+
Needs further investigation. This just landed so it's hard to say whether the
63+
regressions are noise or not. Kicked off another run on the PR to see if that
64+
helps.

0 commit comments

Comments
 (0)