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
* based on a prior perf run (which predicted 16 primary regressions of roughly the same magnitude as observed here), the T-libs team had [already approved this PR](https://github.com/rust-lang/rust/pull/126557#issuecomment-2329482185) under the assumption that there wouldn't be a *runtime impact* from this.
88
+
* there was a note from nnethercote that it isn't totally clear if the binary size increases were anticipated.
89
+
* marking as triaged
73
90
74
91
Rollup of 8 pull requests [#131690](https://github.com/rust-lang/rust/pull/131690)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=17a19e684cdf3ca088af8b4da6a6209d128913f4&end=9322d183f45e0fd5a509820874cc5ff27744a479&stat=instructions:u)
75
92
@@ -81,6 +98,9 @@ Rollup of 8 pull requests [#131690](https://github.com/rust-lang/rust/pull/13169
81
98
| Improvements ✅ <br /> (secondary) | - | - | 0 |
82
99
| All ❌✅ (primary) | -0.2% |[-0.8%, 0.4%]| 3 |
83
100
101
+
* regression to cargo opt-full; improvements to image and html5ever opt-full
* not worth digging into further; marking as triaged
84
104
85
105
Use `ThinVec` for PredicateObligation storage [#131422](https://github.com/rust-lang/rust/pull/131422)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=9ce3675b438aae22ef0c6147cde2003a418ab722&end=9618da7c9995a673af4841149ba2d1f53b69dd92&stat=instructions:u)
86
106
@@ -92,6 +112,8 @@ Use `ThinVec` for PredicateObligation storage [#131422](https://github.com/rust-
* primary regressions to miscellaneous cargo and clap scenarios. (single primary improvement was to cargo incr-patched::println).
129
+
* overall seems like minor regressions, potentially "just" instrumentation bias, compared to the expected benefit for microbenchmark reported in PR description.
130
+
* marking as triaged.
106
131
107
132
Rollup of 8 pull requests [#131934](https://github.com/rust-lang/rust/pull/131934)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=a2a1206811d864df2bb61b2fc27ddc45a3589424&end=8069f8d17a6c86a8fd881939fcce359a90c57ff2&stat=instructions:u)
108
133
@@ -114,6 +139,10 @@ Rollup of 8 pull requests [#131934](https://github.com/rust-lang/rust/pull/13193
114
139
| Improvements ✅ <br /> (secondary) | - | - | 0 |
115
140
| All ❌✅ (primary) | 0.1% |[-0.2%, 0.3%]| 3 |
116
141
142
+
* primary regressions to helloworld (doc) and hyper (opt); primary improvement to libc (doc).
143
+
* all the secondary regressions are to doc benchmarks, which led lqd to hypothesize that this is due to PR 131908 which changed the hash used for filename generation to sha256 since it should be stable going forward.
144
+
* hyper history seems really noisy.
145
+
* marking as triaged
117
146
118
147
Update rustc-hash to version 2 but again [#131949](https://github.com/rust-lang/rust/pull/131949)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=de977a5acf210f7d71ff83f4b8bc42c274ce4ed9&end=662180b34d95f72d05b7c467b0baf4d23d36b1e1&stat=instructions:u)
119
148
@@ -125,41 +154,6 @@ Update rustc-hash to version 2 but again [#131949](https://github.com/rust-lang/
0 commit comments