Conversation
|
@bors try |
|
The Miri subtree was changed cc @rust-lang/miri |
|
Revert #143906 try-job: x86_64-gnu-aux
|
r=me when the try build is green |
|
If the CI is effectively blocked, shouldn't we do a try-merge to avoid wasting the 1h for the try build to finish? |
|
Ok, why not. @bors r=lqd p=101 |
|
🌲 The tree is currently closed for pull requests below priority 100. This pull request will be tested once the tree is reopened. |
|
We can parallelize them, now that try builds are in new bors :) |
|
☀️ 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 2886b36 (parent) -> de3efa7 (this PR) Test differencesNo test diffs found Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard de3efa79f95852c7427587f1d535bfea7c0d6779 --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 (de3efa7): comparison URL. Overall result: ❌ regressions - please read the text belowOur 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 (primary 2.4%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary 2.8%, secondary 3.6%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 465.538s -> 466.107s (0.12%) |
|
The tt-muncher results are noise: And this is a correctness revert anyway. @rustbot label: +perf-regression-triaged |
|
Okay, this could have been easily fixed by just increasing the error tolerance in that one test. 🤷 @LorrensP-2158466 can you re-spin your PR with a higher tolerance for EDIT: It seems you already did do that. We'll have to experimentally find those bounds it seems... |
|
I'm currently running: This should take a while, but I'll have a pr ready today. |

This reverts commit 71f0469, reversing changes made to 995ca3e.
Reverts #143906, which was merged in #145043.
It seems like it is causing test failures on CI that block merges (#144787 (comment).
try-job: x86_64-gnu-aux