Dont rerun stalled goals if erased runs succeeded*#157910
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.
Dont rerun stalled goals if erased runs succeeded*
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (d5c2f17): comparison URL. Overall result: ❌✅ regressions and improvements - please read:Benchmarking 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. Next, please: If you can, justify the regressions found in this try perf run in writing along with @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 -3.0%, secondary -38.9%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -34.3%)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: 522.814s -> 518.78s (-0.77%) |
50abd7b to
43dadf1
Compare
|
@rustbot review |
|
@bors r+ rollup=never |
43dadf1 to
1844738
Compare
|
This pull request was unapproved. |
|
@bors r+ rollup=never |
|
@bors r- |
|
This pull request was unapproved. |
|
@bors r=lcnr rollup=never |
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
|
⌛ Trying commit 1844738 with merge 3c7e14d… To cancel the try build, run the command Workflow: https://github.com/rust-lang/rust/actions/runs/27622701400 |
Dont rerun stalled goals if erased runs succeeded*
|
@bors try cancel |
|
Try build cancelled. Cancelled workflows: |
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 9e2abe0 (parent) -> 1c0f175 (this PR) Test differencesShow 2 test diffs2 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 1c0f17520a62ebdb757b5015633e0fab2df553a4 --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 (1c0f175): comparison URL. Overall result: ❌✅ regressions and improvements - please read:Our benchmarks found a performance regression caused by this PR. Next Steps:
@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 (secondary -23.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -33.8%)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: 522.871s -> 523.093s (0.04%) |
View all comments
* Unless the succesful erased run was conditional on the state of opaque type storage, and the opaque type storage changed in a significant way
r? @lcnr