-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Check for occupied niches #121174
base: master
Are you sure you want to change the base?
Check for occupied niches #121174
Conversation
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #120881) made this pull request unmergeable. Please resolve the merge conflicts. |
f1ea82e
to
93a537f
Compare
This comment has been minimized.
This comment has been minimized.
93a537f
to
1da8347
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #121370) made this pull request unmergeable. Please resolve the merge conflicts. |
1da8347
to
2335ab8
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #121955) made this pull request unmergeable. Please resolve the merge conflicts. |
2335ab8
to
71e0b42
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #122190) made this pull request unmergeable. Please resolve the merge conflicts. |
71e0b42
to
5c11b58
Compare
This comment has been minimized.
This comment has been minimized.
5c11b58
to
39f8046
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #122980) made this pull request unmergeable. Please resolve the merge conflicts. |
39f8046
to
2c12cd5
Compare
This comment has been minimized.
This comment has been minimized.
2c12cd5
to
625ad60
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #123385) made this pull request unmergeable. Please resolve the merge conflicts. |
625ad60
to
84ccc60
Compare
☔ The latest upstream changes (presumably #125379) made this pull request unmergeable. Please resolve the merge conflicts. |
a2c0650
to
9c866bc
Compare
☔ The latest upstream changes (presumably #125574) made this pull request unmergeable. Please resolve the merge conflicts. |
9c866bc
to
ae8f62f
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #128313) made this pull request unmergeable. Please resolve the merge conflicts. |
ae8f62f
to
b11e564
Compare
This comment has been minimized.
This comment has been minimized.
☔ The latest upstream changes (presumably #121614) made this pull request unmergeable. Please resolve the merge conflicts. |
b11e564
to
8e99635
Compare
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
Check for occupied niches This is a replacement for rust-lang#104862 r? `@ghost`
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (19ff801): comparison URL. Overall result: ❌ regressions - 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)Results (primary 9.1%, secondary 2.5%)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.
CyclesResults (primary 13.3%, secondary 13.0%)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.
Binary sizeResults (primary 10.4%, secondary 6.3%)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.
Bootstrap: 769.736s -> 772.551s (0.37%) |
This is a replacement for #104862
r? @ghost