-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
get auto traits for parallel rustc #114321
Conversation
(rustbot has picked a reviewer for you, use r? to override) |
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit fa8c9e81efef424afb6402ee59e09fc462948bbe with merge edce5d2154161dfde9ad8d19239056aab2729ace... |
r? @ghost |
Failed to set assignee to
|
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 (edce5d2154161dfde9ad8d19239056aab2729ace): 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 sizeThis benchmark run did not return any relevant results for this metric. Bootstrap: 650.5s -> 700.813s (7.73%) |
⌛ Trying commit 8e64d0e9ae42b614fb4c415616fb4e4e40d8d57a with merge eb645e6032bff1f65217b238ece3523c9ca142e9... |
I looked at perf with cachegrind, because it appears that the only regression now is in
Is the regression truly just the fact that we generate N shards for the caches? And that this requires an allocation? |
This comment has been minimized.
This comment has been minimized.
oh yea, I was just wondering about that part independently from thsi PR. I guess since it's a total of 2ms it doesn't really matter in the bigger picture. |
@bors delegate=SparrowLii |
✌️ @SparrowLii, you can now approve this pull request! If @oli-obk told you to " |
☀️ Try build successful - checks-actions |
Signed-off-by: SparrowLii <[email protected]>
8e64d0e
to
90db113
Compare
@bors r+ rollup |
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
Rollup of 5 pull requests Successful merges: - rust-lang#114079 (Use `upvar_tys` in more places, make it return a list) - rust-lang#114166 (Add regression test for resolving `--extern libc=test.rlib`) - rust-lang#114321 (get auto traits for parallel rustc) - rust-lang#114335 (fix and extend ptr_comparison test) - rust-lang#114347 (x.py print more detailed format files and untracked files count) r? `@ghost` `@rustbot` modify labels: rollup
test for #106930
#[Edit] Since this doesn't block try build now, we can close #106930
fixes #106930