You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* primary regressions are to cratelift-codegen llvm-opt-full and helloworld llvm-doc-full
35
+
* from the graphs, the cranelift regression looks like a blip, and the helloworld regression seems tiny compared to other changes in its history -- I infer the auto-computed significance threshold is quite low here, probably because historically the build time for helloworld is very stable?
36
+
* In any case, doesn't seem worth investigating. Marking as triaged.
34
37
35
38
Rollup of 9 pull requests [#129365](https://github.com/rust-lang/rust/pull/129365)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=a32d4a0e822a29a6682e08b75a8df4c29c7fa9f1&end=739b1fdb158a3216d1b592d0d79d77d256f59815&stat=instructions:u)
36
39
@@ -42,6 +45,10 @@ Rollup of 9 pull requests [#129365](https://github.com/rust-lang/rust/pull/12936
42
45
| Improvements ✅ <br /> (secondary) | - | - | 0 |
43
46
| All ❌✅ (primary) | 0.3% |[0.2%, 0.4%]| 15 |
44
47
48
+
* primary regressions are solely to various incr-patched scenarios
49
+
* confirmed that PR #127279 is root cause
50
+
* note that PR #127279 is addressing an issue in incr-comp; it might be expected that it would cause some incr-comp benchmarks to be impacted.
51
+
* left some comments and marked as triaged.
45
52
46
53
Rollup of 9 pull requests [#129521](https://github.com/rust-lang/rust/pull/129521)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=697d9530d78aeba31458cadfc338adb2aea90bee&end=717aec0f8eebdc5eb51756e5129dde15e8b25710&stat=instructions:u)
47
54
@@ -53,6 +60,11 @@ Rollup of 9 pull requests [#129521](https://github.com/rust-lang/rust/pull/12952
53
60
| Improvements ✅ <br /> (secondary) | - | - | 0 |
54
61
| All ❌✅ (primary) | 0.7% |[0.4%, 0.9%]| 6 |
55
62
63
+
* primary regressions are solely to various incremental scenarios for the bitmaps crate
64
+
* PR #129513 and PR #129546 seem to have recovered much of the losses here... but after review, they are probably just masking the loss introduced by PR #129521
65
+
* opened [discussion in zulip](https://rust-lang.zulipchat.com/#narrow/stream/247081-t-compiler.2Fperformance/topic/numeric.20precision.20in.20rustc-perf.20detailed.20results/near/466074054) about how to actually dig more deeply into regressions like this.
66
+
* nothing here seems like it should have impacted incr-comp, and this regression seems minor enough that it does not warrant deeper investigation
67
+
* marking as triaged
56
68
57
69
Rollup of 9 pull requests [#129632](https://github.com/rust-lang/rust/pull/129632)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=515395af0efdbdd657ff08a1f6d28e553856654f&end=bf662eb80838008acabc307dd64d84935ce3a20d&stat=instructions:u)
58
70
@@ -64,6 +76,10 @@ Rollup of 9 pull requests [#129632](https://github.com/rust-lang/rust/pull/12963
64
76
| Improvements ✅ <br /> (secondary) | - | - | 0 |
65
77
| All ❌✅ (primary) | 1.4% |[0.6%, 2.3%]| 2 |
66
78
79
+
* primary doc-full regressions to typenum and stm32f4
80
+
* the regression for typenum's walltime is flagged as significant as well.
81
+
* the self-profile results for typenum imply that we are spending more time in create_renderer
82
+
* enqueued a rust-timer run against PR #192560 which is the most obvious candidate as a rustdoc change
67
83
68
84
Implement a first version of RFC 3525: struct target features [#127537](https://github.com/rust-lang/rust/pull/127537)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=100fde5246bf56f22fb5cc85374dd841296fce0e&end=acb4e8b6251f1d8da36f08e7a70fa23fc581839e&stat=instructions:u)
69
85
@@ -75,6 +91,8 @@ Implement a first version of RFC 3525: struct target features [#127537](https://
75
91
| Improvements ✅ <br /> (secondary) | - | - | 0 |
76
92
| All ❌✅ (primary) | 0.4% |[0.2%, 1.0%]| 72 |
77
93
94
+
* this is being actively investigated by the PR author after getting feedback from @nnethercote
95
+
* not marking as triaged
78
96
79
97
#### Improvements
80
98
@@ -123,6 +141,8 @@ Rollup of 6 pull requests [#129275](https://github.com/rust-lang/rust/pull/12927
* sole primary regression is to helloworld doc-full.
145
+
* marked as triaged.
126
146
127
147
Don't generate functions with the `rustc_intrinsic_must_be_overridden` attribute [#129239](https://github.com/rust-lang/rust/pull/129239)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=a971212545766fdfe0dd68e5d968133f79944a19&end=4d5b3b196284aded6ae99d12bcf149ffdc8ef379&stat=instructions:u)
128
148
@@ -134,6 +154,9 @@ Don't generate functions with the `rustc_intrinsic_must_be_overridden` attribute
* sole primary regression is to html5ever opt-full
158
+
* from inspecting the PR, its hard to imagine doing this in a better way, and Isuspect the reported regression is noise.
159
+
* marked as triaged
137
160
138
161
Add a precondition check for Layout::from_size_align_unchecked [#126556](https://github.com/rust-lang/rust/pull/126556)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=59a74db37df8628f778faf75faa41958bb07a42a&end=982c6f8721416431ec62bb0b9105c0578a9fc603&stat=instructions:u)
139
162
@@ -146,40 +169,5 @@ Add a precondition check for Layout::from_size_align_unchecked [#126556](https:/
146
169
| All ❌✅ (primary) | -0.3% |[-0.5%, -0.2%]| 9 |
147
170
148
171
149
-
#### Untriaged Pull Requests
150
-
151
-
-[#129632 Rollup of 9 pull requests](https://github.com/rust-lang/rust/pull/129632)
152
-
-[#129521 Rollup of 9 pull requests](https://github.com/rust-lang/rust/pull/129521)
153
-
-[#129365 Rollup of 9 pull requests](https://github.com/rust-lang/rust/pull/129365)
154
-
-[#129275 Rollup of 6 pull requests](https://github.com/rust-lang/rust/pull/129275)
155
-
-[#129239 Don't generate functions with the `rustc_intrinsic_must_be_overridden` attribute](https://github.com/rust-lang/rust/pull/129239)
156
-
-[#128936 Support reading thin archives in ArArchiveBuilder](https://github.com/rust-lang/rust/pull/128936)
0 commit comments