-
-
Notifications
You must be signed in to change notification settings - Fork 14.3k
Add allocator parameter to HashMap #148545
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
Conversation
|
r? @ibraheemdev rustbot has assigned @ibraheemdev. Use |
This comment was marked as resolved.
This comment was marked as resolved.
|
r? libs-api |
|
@Amanieu requested a crater run on this PR in #148550 (comment) in order to check for inference failures. |
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
This comment was marked as outdated.
This comment was marked as outdated.
This comment has been minimized.
This comment has been minimized.
Add allocator parameter to HashMap
This comment was marked as outdated.
This comment was marked as outdated.
|
@bors try |
Add allocator parameter to HashMap
This comment has been minimized.
This comment has been minimized.
|
@craterbot check |
|
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
|
🎉 Experiment
Footnotes
|
|
@Amanieu I think this is ready to go. The failures look unrelated. |
|
@bors r+ |
|
@bors rollup=never (for perf) |
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 4586feb (parent) -> 31cd367 (this PR) Test differencesShow 546 test diffs546 doctest diffs were found. These are ignored, as they are noisy. Test dashboardRun cargo run --manifest-path src/ci/citool/Cargo.toml -- \
test-dashboard 31cd367b9ca1ce359268e7adf4ea540408c0ad85 --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 (31cd367): 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 -1.7%, secondary -0.2%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (secondary -2.2%)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: 478.143s -> 474.812s (-0.70%) |
|
This seems expected to cause some regressions. I'm actually rather surprised they're not larger. |
Hashbrown support originally added in rust-lang/hashbrown#133
Part of rust-lang/wg-allocators#7
See also: hashset support in #148550(Edit: merged into this PR for crater)