-
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
Fast-path some binder relations #105350
Fast-path some binder relations #105350
Conversation
This should come back with no results or just noise, but just checking @bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
⌛ Trying commit bc38fb773ceb25cabc71eb6208851d6ae497058f with merge fdaf42429e363c2a506d6f07a245113ace957519... |
☀️ Try build successful - checks-actions |
This comment has been minimized.
This comment has been minimized.
Finished benchmarking commit (fdaf42429e363c2a506d6f07a245113ace957519): 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)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. |
Seems good to me but leaving it up for someone else to re-check. r? types |
@bors r+ |
📌 Commit bc38fb773ceb25cabc71eb6208851d6ae497058f has been approved by It is now in the queue for this repository. |
⌛ Testing commit bc38fb773ceb25cabc71eb6208851d6ae497058f with merge 513701544d9ac79f0ab94f3907bcdebd649c561d... |
💔 Test failed - checks-actions |
bc38fb7
to
e93fe8d
Compare
e93fe8d
to
2025a96
Compare
Just needed a bless after Esteban's large type sizes PR @bors r=oli-obk |
☀️ Test successful - checks-actions |
Finished benchmarking commit (109cccb): comparison URL. Overall result: ❌ regressions - 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. |
I won't mark it as triaged now, but I'm pretty sure this is noise, and these benchmarks returning to their stable state: basically the opposite of the wins in #105436 (comment). We can look at these benchmarks' numbers in a few merged PRs (or by weekly triage) to make sure, but this has happened before. |
I'm pretty certain this is noise, yeah. |
Marking as resolved. The regression cancel out the improvements in the exact same test cases from the previous commit which is a very strong indicator that this is noise. @rustbot label: +perf-regression-triaged |
A simpler approach than #104598
Fixes #104583
r? types