-
Notifications
You must be signed in to change notification settings - Fork 13.3k
[DO NOT MERGE] perf: test prototype mum-add-hasher #124940
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
rustbot has assigned @Mark-Simulacrum. Use |
These commits modify the If this was unintentional then you should revert the changes before this PR is merged. |
r? @thomcc |
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
[DO NOT MERGE] perf: test prototype mum-add-hasher This PR solely exists to do a perf run of a prototype hash I created to see if it would be a worthwhile replacement for FxHash. ?r `@thomcc`
Heads-up: I would not be surprised to see little difference or even a slight increase in instruction count, but my hash function has significantly higher instruction-level parallelism than FxHash for compound types, so wall-clock time should be improved. The quality of the hash should also be higher, so perhaps instruction count will be lower after all due to having less collisions. |
This comment has been minimized.
This comment has been minimized.
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (4a1a0eb): comparison URL. Overall result: ❌ regressions - ACTION NEEDEDBenchmarking 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 a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis 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.
CyclesResultsThis 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 sizeResultsThis 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.
Bootstrap: 675.773s -> 680.881s (0.76%) |
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
@orlp: 🔑 Insufficient privileges: not in try users |
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
[DO NOT MERGE] perf: test prototype mum-add-hasher This PR solely exists to do a perf run of a prototype hash I created to see if it would be a worthwhile replacement for FxHash. The hash function being tested: https://github.com/orlp/rustc-hash/blob/576bcaf44a3dd1820b0e28166a0244e1f68e0875/src/mum_add_hasher.rs. ?r `@thomcc`
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
[DO NOT MERGE] perf: test prototype mum-add-hasher This PR solely exists to do a perf run of a prototype hash I created to see if it would be a worthwhile replacement for FxHash. The hash function being tested: https://github.com/orlp/rustc-hash/blob/576bcaf44a3dd1820b0e28166a0244e1f68e0875/src/mum_add_hasher.rs. ?r `@thomcc`
This comment has been minimized.
This comment has been minimized.
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
guess bors delegate doesn't work for the timer. oh well. @bors delegate- |
[DO NOT MERGE] perf: test prototype mum-add-hasher This PR solely exists to do a perf run of a prototype hash I created to see if it would be a worthwhile replacement for FxHash. The hash function being tested: https://github.com/orlp/rustc-hash/blob/576bcaf44a3dd1820b0e28166a0244e1f68e0875/src/mum_add_hasher.rs. ?r `@thomcc`
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (b911d5c): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDBenchmarking 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 a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis 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.
CyclesResultsThis 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 sizeResultsThis 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.
Bootstrap: 673.586s -> 671.812s (-0.26%) |
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
[DO NOT MERGE] perf: test prototype mum-add-hasher This PR solely exists to do a perf run of a prototype hash I created to see if it would be a worthwhile replacement for FxHash. The hash function being tested: https://github.com/orlp/rustc-hash/blob/576bcaf44a3dd1820b0e28166a0244e1f68e0875/src/mum_add_hasher.rs. ?r `@thomcc`
The job Click to see the possible cause of the failure (guessed by this bot)
|
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (1460f88): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDBenchmarking 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 a highly reliable metric that was used to determine the overall result at the top of this comment.
Max RSS (memory usage)ResultsThis 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.
CyclesResultsThis 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 sizeResultsThis 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.
Bootstrap: 675.13s -> 674.66s (-0.07%) |
This PR solely exists to do a perf run of a prototype hash I created to see if it would be a worthwhile replacement for FxHash.
The hash function being tested: https://github.com/orlp/rustc-hash/blob/576bcaf44a3dd1820b0e28166a0244e1f68e0875/src/mum_add_hasher.rs.
?r @thomcc