Uh oh!
There was an error while loading. Please reload this page.
Fast path for register_region_obligation - #141129
Conversation
compiler-errors
commented
May 17, 2025
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
bors
commented
May 17, 2025
… r=<try> Fast path for `register_region_obligation` r? `@ghost`
bors
commented
May 17, 2025
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
rust-timer
commented
May 17, 2025
Finished benchmarking commit (d04c987): 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 -1.2%, secondary 0.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 (secondary -0.7%)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: 775.66s -> 776.299s (0.08%) |
compiler-errors
commented
May 17, 2025
compiler-errors
commented
May 17, 2025
This is marked as "perf regression" but it only regresses on nalgebra, which has been super bimodal recently afaict. |
83d8e03 to
98cdb82Compareoli-obk
commented
May 18, 2025
@bors r+ |
bors
commented
May 18, 2025
bors
commented
May 18, 2025
bors
commented
May 18, 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 ae3b909 (parent) -> 7205fc5 (this PR) Test differencesShow 1 test diffStage 2
Job group index
Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 7205fc537d0fe8c3c2560b313e54fcb91ab6f3d1 --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 18, 2025
Finished benchmarking commit (7205fc5): 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 -2.8%, secondary -0.7%)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 -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.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 777.393s -> 777.426s (0.00%) |
If a type has no params, infer, placeholder, or non-
'staticfree regions, then we can skip registering outlives obligations since the type has no components which affect lifetime checking in an interesting way.