-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[DO NOT MERGE] pref test for https://github.com/rust-lang/rust/pull/95250 #95264
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
Conversation
r? @cjgillot (rust-highfive has picked a reviewer for you, use r? to override) |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit e0b33e2 with merge 7a1507dcff353cc82016ad274de4015f5a45bf88... |
☀️ Try build successful - checks-actions |
Queued 7a1507dcff353cc82016ad274de4015f5a45bf88 with parent 6970f88, future comparison URL. |
Finished benchmarking commit (7a1507dcff353cc82016ad274de4015f5a45bf88): comparison url. Summary: This benchmark run shows 20 relevant improvements 🎉 to instruction counts.
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking 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 led to changes in compiler perf. @bors rollup=never |
Maybe we should just merge this PR (reverting the original) The correct solution to the rustdoc problem is to remove the rustdoc specific hack and change how rustdoc queries information. Since this is a perf problem AND a hack, reverting and then removing the original hack, too, seems like the best way forward to me |
I'm fine with it but I'll need help from someone who knows how to do it. Do you have an idea on how to do it? (Also, I'd really prefer to do it before merging this one so the issue doesn't reappear in the meantime if possible) |
Ok, so I guess we mark the perf regression as triaged and work on a fix independently of this change |
Sounds good to me! |
No description provided.