Uh oh!
There was an error while loading. Please reload this page.
[DO NOT MERGE] pref test for https://github.com/rust-lang/rust/pull/95250 - #95264
[DO NOT MERGE] pref test for https://github.com/rust-lang/rust/pull/95250#95264matthiaskrgr wants to merge 2 commits into
Conversation
rust-highfive
commented
Mar 24, 2022
r? @cjgillot (rust-highfive has picked a reviewer for you, use r? to override) |
matthiaskrgr
commented
Mar 24, 2022
@bors try @rust-timer queue |
rust-timer
commented
Mar 24, 2022
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
bors
commented
Mar 24, 2022
⌛ Trying commit e0b33e2 with merge 7a1507dcff353cc82016ad274de4015f5a45bf88... |
bors
commented
Mar 24, 2022
☀️ Try build successful - checks-actions |
rust-timer
commented
Mar 24, 2022
Queued 7a1507dcff353cc82016ad274de4015f5a45bf88 with parent 6970f88, future comparison URL. |
rust-timer
commented
Mar 24, 2022
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 |
oli-obk
commented
Mar 24, 2022
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 |
GuillaumeGomez
commented
Mar 24, 2022
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) |
oli-obk
commented
Mar 24, 2022
Ok, so I guess we mark the perf regression as triaged and work on a fix independently of this change |
GuillaumeGomez
commented
Mar 24, 2022
Sounds good to me! |
No description provided.