-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove generation of tuple struct fields in the search index #103799
Remove generation of tuple struct fields in the search index #103799
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 5062a77 with merge 8d08687ba9abdf11ea7dcedd6300e421c2396a9c... |
☀️ Try build successful - checks-actions |
Queued 8d08687ba9abdf11ea7dcedd6300e421c2396a9c with parent 4596f4f, future comparison URL. |
Finished benchmarking commit (8d08687ba9abdf11ea7dcedd6300e421c2396a9c): comparison URL. Overall result: no relevant changes - no action neededBenchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf. @bors rollup=never Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)ResultsThis is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.
CyclesThis benchmark run did not return any relevant results for this metric. |
doc-bytes results https://perf.rust-lang.org/compare.html?start=4596f4f8b565bdd02d3b99d1ab12ff09146a93de&end=8d08687ba9abdf11ea7dcedd6300e421c2396a9c&stat=size%3Adoc_bytes:
|
It's more than I expected. |
In any case, @bors r+ rollup |
Rollup of 10 pull requests Successful merges: - rust-lang#103007 (Add better python discovery) - rust-lang#103674 (Update note about unstable split-debuginfo flag.) - rust-lang#103692 (Add `walk_generic_arg`) - rust-lang#103749 (Reduce span of let else irrefutable_let_patterns warning) - rust-lang#103772 (better error for `rustc_strict_coherence` misuse) - rust-lang#103788 (Fix ICE in checking transmutability of NaughtyLenArray) - rust-lang#103793 (rustdoc: add margins to all impl-item toggles, not just methods) - rust-lang#103798 (interpret: move type_name implementation to an interpreter-independent helper file) - rust-lang#103799 (Remove generation of tuple struct fields in the search index) - rust-lang#103805 (Enable RUSTC_BOOTSTRAP for a few steps) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This comes from this discussion as they're not very useful.
r? @notriddle