-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Miri subtree update #142292
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Miri subtree update #142292
Conversation
Make sure to sync on file-io.rs tokio test
Automatic Rustup
Automatic Rustup
native-lib: allow multiple libraries and/or dirs
Automatic Rustup
Automatic Rustup
use File::lock to implement flock, and add a test for File::lock
Automatic Rustup
Automatic Rustup
Automatic Rustup
TB: Add flag to disable the more precise interior mutability tracking
Automatic Rustup
add SmallVec test
float tests: test non-determinism for more operations
test_dup: ensure the FDs remain in sync even after dup'ing
native_lib: skip to next .so if function was in dependency of the first
The Miri subtree was changed cc @rust-lang/miri These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
@bors r+ |
@bors p=1 |
☀️ 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 8ce2287 (parent) -> 1677d46 (this PR) Test differencesNo test diffs found Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 1677d46cb128cc8f285dbd32b0dc4d7a46437050 --output-dir test-dashboard And 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 (1677d46): 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 -2.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -1.4%)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: 755.415s -> 755.082s (-0.04%) |
r? @ghost