-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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] Check previous impossible preds implementation #96382
[PERF] Check previous impossible preds implementation #96382
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit ed81aa61ef6f83324da3220c5c965432cae52bda with merge 5798f00564fa7d7b4d621fef8ef2e55dcce8ab68... |
☀️ Try build successful - checks-actions |
Queued 5798f00564fa7d7b4d621fef8ef2e55dcce8ab68 with parent 1f631e8, future comparison URL. |
Finished benchmarking commit (5798f00564fa7d7b4d621fef8ef2e55dcce8ab68): comparison url. Summary:
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 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 Footnotes |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 73b8283d1acceb726999f6c90bdddc20a7044eb2 with merge 4193e323da81209cd0b520a52cb52ec215679775... |
This comment was marked as resolved.
This comment was marked as resolved.
☀️ Try build successful - checks-actions |
Queued 4193e323da81209cd0b520a52cb52ec215679775 with parent a719718, future comparison URL. |
Finished benchmarking commit (4193e323da81209cd0b520a52cb52ec215679775): comparison url. Summary:
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 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 Footnotes |
6975dc7
to
e230acf
Compare
e230acf
to
32601a2
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 32601a2 with merge 1e9960415a67acd0b77f4240e738df9bef5d54d0... |
☀️ Try build successful - checks-actions |
Queued 1e9960415a67acd0b77f4240e738df9bef5d54d0 with parent 99b70ee, future comparison URL. |
Finished benchmarking commit (1e9960415a67acd0b77f4240e738df9bef5d54d0): comparison url. Summary:
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 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 Footnotes |
Check perf for #95398 before I pushed a rewrite this morning
r? @ghost