-
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
Only resolve target type in try_coerce
in new solver
#114648
Conversation
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit b2e95ad62b2f32f13f18feeee6e5799c5b9d9093 with merge 52480ae4b2feca7f8ed2c5b46c0be89884f6f456... |
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 (52480ae4b2feca7f8ed2c5b46c0be89884f6f456): comparison URL. Overall result: ✅ improvements - 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 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.
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: 632.915s -> 631.09s (-0.29%) |
b2e95ad
to
214d78d
Compare
try_coerce
in new solver
@bors r+ |
⌛ Testing commit 214d78d with merge 622d88d1a9468de9f422d7dd9743f13ef96047b9... |
☀️ Test successful - checks-actions |
👀 Test was successful, but fast-forwarding failed: 422 Update is not a fast forward |
@bors retry |
This comment was marked as duplicate.
This comment was marked as duplicate.
☀️ Test successful - checks-actions |
Finished benchmarking commit (fd16988): comparison URL. Overall result: ❌✅ regressions and improvements - ACTION NEEDEDNext Steps: If you can justify the regressions found in this perf run, please indicate this with @rustbot label: +perf-regression 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)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: 633.758s -> 633.485s (-0.04%) |
Visiting for weekly performance triage
@rustbot label: +perf-regression-triaged |
Only needed in new solver, seems to affect perf in old solver.
cc #114604/#114594