-
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
perf test #87280 #87407
perf test #87280 #87407
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 08b62679f832a8b458ecede284807ba4994c9e32 with merge d14be679290d89abfb8d698975d47a816e3a30b4... |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
💔 Test failed - checks-actions |
☔ The latest upstream changes (presumably #86461) made this pull request unmergeable. Please resolve the merge conflicts. |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 41d1486e11d7d1c2dea2179e449bb7e8e44d7a75 with merge 906e14b8a1c37638d5227149717e52bba78c9bd5... |
☀️ Try build successful - checks-actions |
Queued 906e14b8a1c37638d5227149717e52bba78c9bd5 with parent 70f7471, future comparison URL. |
Finished benchmarking try commit (906e14b8a1c37638d5227149717e52bba78c9bd5): comparison url. Summary: This change led to significant regressions 😿 in compiler performance.
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking 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 led to changes in compiler perf. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @bors rollup=never |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit ac752bfab3d933a774f4d0d49ef1204bfb0123b8 with merge a04ea67a5182d089f522d6fdc21c69404b3447c4... |
☀️ Try build successful - checks-actions |
Queued a04ea67a5182d089f522d6fdc21c69404b3447c4 with parent effea9a, future comparison URL. |
Finished benchmarking try commit (a04ea67a5182d089f522d6fdc21c69404b3447c4): comparison url. Summary: This change led to significant regressions 😿 in compiler performance.
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking 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 led to changes in compiler perf. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @bors rollup=never |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 6515738 with merge 22a1bd761de8b0ac85d9ecaae5f262d5798a4409... |
☀️ Try build successful - checks-actions |
Queued 22a1bd761de8b0ac85d9ecaae5f262d5798a4409 with parent 3b5df01, future comparison URL. |
Finished benchmarking try commit (22a1bd761de8b0ac85d9ecaae5f262d5798a4409): comparison url. Summary: This change led to large relevant regressions 😿 in compiler performance.
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. Benchmarking 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 led to changes in compiler perf. Next Steps: If you can justify the regressions found in this perf run, please indicate this with @bors rollup=never |
slightly modified to figure out where the regression is coming from
cc #87280
r? @ghost