-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
proc_macro bridge fxhash perf testing #134434
Conversation
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
`proc_macro`: add dependency on `rustc-hash` and update to 2.0 let's see if this affects perf at all... `rustc-hash` diff: rust-lang/rustc-hash@master...lukas-code:rustc-hash:dep-of-std r? ghost
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.
51749d0
to
6b61fd1
Compare
Finished benchmarking commit (0511dbb): comparison URL. Overall result: no relevant changes - no 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. @bors rollup=never Instruction countThis benchmark run did not return any relevant results for this metric. Max RSS (memory usage)Results (secondary -3.4%)This 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.
CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 770.185s -> 770.679s (0.06%) |
This comment has been minimized.
This comment has been minimized.
6b61fd1
to
49843b2
Compare
hmm, no changes at at all. let's see if we can just use the default hasher then: @bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
`proc_macro`: add dependency on `rustc-hash` and update to 2.0 let's see whether this affects perf at all... `rustc-hash` diff: rust-lang/rustc-hash@master...lukas-code:rustc-hash:dep-of-std r? ghost
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (66534ef): comparison URL. Overall result: ❌✅ regressions and improvements - please read the text belowBenchmarking 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 the most reliable metric that we have; it was used to determine the overall result at the top of this comment. However, even this metric can sometimes exhibit noise.
Max RSS (memory usage)This benchmark run did not return any relevant results for this metric. CyclesThis benchmark run did not return any relevant results for this metric. Binary sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 769.242s -> 769.828s (0.08%) |
I wonder if the perf suite just isn't exercising proc macros very much. Using the builtin |
I was just about to close, but if you want to keep this, then r? @tgross35 i guess |
proc_macro
: add dependency on rustc-hash
and update to 2.0
Well, the regressions aren't huge but probably enough that removing ~100 LOC isn't worth it. I guess you can close this if that was what you intended. |
Alright, closing then. |
results:
rustc-hash
v2: no changes: proc_macro bridge fxhash perf testing #134434 (comment)