Don't hash DelayedLints#155248
Conversation
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Don't hash `DelayedLints`
This comment has been minimized.
This comment has been minimized.
|
r? @GuillaumeGomez |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (172ee0e): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking means the PR may be perf-sensitive. It's automatically marked not fit for rolling up. Overriding is possible but disadvised: it risks changing compiler perf. @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -2.2%, secondary -1.9%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -2.5%, secondary 28.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 491.114s -> 494.706s (0.73%) |
|
Well, sounds good to me and that unblocks #154432 so yeay. r=me once you're sure everything is ok on your side too. |
|
Actually this PR is sound but properly documenting why and making sure it doesn't regress is a challenge |
f45125b to
57ede4f
Compare
57ede4f to
5c7384e
Compare
|
Awesome work, thanks! @bors r+ |
|
📋 This PR cannot be approved because it currently has the following label: |
|
@bors r=GuillaumeGomez rollup=never |
This comment has been minimized.
This comment has been minimized.
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 4dbafc3 (parent) -> f29256d (this PR) Test differencesShow 190 test diffsStage 1
Stage 2
Additionally, 187 doctest diffs were found. These are ignored, as they are noisy. Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard f29256dd1420dc681bf4956e3012ffe9eccdc7e7 --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 |
|
Finished benchmarking commit (f29256d): comparison URL. Overall result: ✅ improvements - no action needed@rustbot label: -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary 0.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -6.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 493.358s -> 490.91s (-0.50%) |
This PR unblocks #154432, and was also a minor perf win locally