-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
[perftest] Use LTO for compiling rustdoc
#102885
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 3b4f19def7bdb4735789ccee560d0ad68c5d824a with merge dac891620058ebee5be0f07de78fa232da86a7de... |
💔 Test failed - checks-actions |
This comment has been minimized.
This comment has been minimized.
@bors try |
⌛ Trying commit d0cdda0fd25f04894e54a4a430b348f43f690577 with merge 7ba8fc4f935a67c23318821d69a711ed1243205f... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hmm, looks like we're missing bitcode for
I wonder why this wasn't a problem for I noticed that |
I don't think I tested that. |
I asked because |
☔ The latest upstream changes (presumably #103048) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors try |
⌛ Trying commit 0b38d6de615621b4cdb348d90621d89994cc04e6 with merge b7339bc24f5637c9784f27c199e176a1891af429... |
💔 Test failed - checks-actions |
@bors try |
⌛ Trying commit 9a473cc with merge 13e91afe8ca2f1641d8d6cbcffe6e2860b18cc33... |
This comment has been minimized.
This comment has been minimized.
☀️ Try build successful - checks-actions |
Queued 13e91afe8ca2f1641d8d6cbcffe6e2860b18cc33 with parent 85d089b, future comparison URL. |
Finished benchmarking commit (13e91afe8ca2f1641d8d6cbcffe6e2860b18cc33): comparison URL. Overall result: ✅ improvements - 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 is a highly reliable metric that was used to determine the overall result at the top of this comment.
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.
CyclesResultsThis 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.
Footnotes |
This probably hit the modifications of the perf. CI machine, rerunning perf. @bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
After discussing this with @lqd and @nnethercote, I think that this is actually not needed. @bjorn3 Do you agree with my assessment of the |
Rustdoc uses several external crates like a markdown parser. Those could benefit from LTO. I don't know how big the effect would be though. |
r? @ghost