-
Notifications
You must be signed in to change notification settings - Fork 13.3k
rustdoc: unify the short-circuit on all lints #129975
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
rustbot has assigned @GuillaumeGomez. Use |
This comment has been minimized.
This comment has been minimized.
0e96b94
to
75e0767
Compare
This comment has been minimized.
This comment has been minimized.
This is a bit of an experiment to see if it improves perf.
75e0767
to
d4b246b
Compare
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
@bors try |
rustdoc: unify the short-circuit on all lints This is a bit of an experiment to see if it improves perf.
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (df93667): comparison URL. Overall result: ❌✅ regressions and improvements - 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. Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @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)Results (secondary 1.3%)This 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. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 752.275s -> 752.572s (0.04%) |
This only changes rustdoc, yet a debug build is the listed regression. It can't be real. |
It definitely does improve performance, great work! @bors r+ rollup=never |
☀️ Test successful - checks-actions |
Finished benchmarking commit (a9fb00b): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression 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)Results (secondary -3.6%)This 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.
CyclesResults (secondary -2.8%)This 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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 756.936s -> 756.649s (-0.04%) |
This is a bit of an experiment to see if it improves perf.