Uh oh!
There was an error while loading. Please reload this page.
perf: delay checking of #[rustc_no_implicit_autorefs] in autoref lint - #140406
Conversation
rustbot
commented
Apr 28, 2025
r? @nnethercote rustbot has assigned @nnethercote. Use |
Urgau
commented
Apr 28, 2025
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
bors
commented
Apr 28, 2025
perf: delay checking of `#[rustc_no_implicit_autorefs]` in autoref lint Try to address the regression seen in rust-lang#123239 (comment) by delaying the checking of `#[rustc_no_implicit_autorefs]` on method call.
bors
commented
Apr 28, 2025
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
nnethercote
commented
Apr 28, 2025
Code changes look fine. r=me with the nits fixed, if it helps perf. |
rust-timer
commented
Apr 28, 2025
Finished benchmarking commit (c219daa): comparison URL. Overall result: ❌✅ regressions and improvements - please read the text belowBenchmarking 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 the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (primary -0.2%, secondary 1.9%)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 (primary -0.6%, secondary 2.0%)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 sizeResults (primary 1.1%)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.
Bootstrap: 765.314s -> 765.615s (0.04%) |
nnethercote
commented
Apr 29, 2025
Looks like the perf regression has been reversed! :) @bors delegate=Urgau |
bors
commented
Apr 29, 2025
✌️ @Urgau, you can now approve this pull request! If @nnethercote told you to " |
Urgau
commented
Apr 29, 2025
bors
commented
Apr 29, 2025
perf: delay checking of `#[rustc_no_implicit_autorefs]` in autoref lint Try to address the regression seen in rust-lang#123239 (comment) by delaying the checking of `#[rustc_no_implicit_autorefs]` on method call.
bors
commented
May 2, 2025
bors
commented
May 2, 2025
☀️ Test successful - checks-actions |
What is this?This is an experimental post-merge analysis report that shows differences in test outcomes between the merged PR and its parent PR.Comparing 7c96085 (parent) -> 4824c2b (this PR) Test differencesNo test diffs found Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 4824c2bb7445cb2478aab0190c268c939d77a0f6 --output-dir test-dashboardAnd then open Job duration changes
How to interpret the job duration changes?Job durations can vary a lot, based on the actual runner instance |
rust-timer
commented
May 2, 2025
Finished benchmarking commit (4824c2b): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countThis is the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)Results (primary -0.7%, secondary -0.2%)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 (primary -0.9%, secondary 3.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.
Binary sizeResults (primary -1.1%)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.
Bootstrap: 769.081s -> 767.886s (-0.16%) |
Try to address the regression seen in #123239 (comment) by delaying the checking of
#[rustc_no_implicit_autorefs]on method call.