Uh oh!
There was an error while loading. Please reload this page.
Only keep a single query for well-formed checking - #98222
Conversation
cjgillot
commented
Jun 18, 2022
@bors try @rust-timer queue |
rust-timer
commented
Jun 18, 2022
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
bors
commented
Jun 18, 2022
⌛ Trying commit 8c9db2bd13646486dd4aa70df31f0a0456c935bb with merge f63048577aa48b759330fc42ece772164f7b0950... |
This comment has been minimized.
This comment has been minimized.
bors
commented
Jun 18, 2022
☀️ Try build successful - checks-actions |
rust-timer
commented
Jun 18, 2022
Queued f63048577aa48b759330fc42ece772164f7b0950 with parent ff86b27, future comparison URL. |
rust-timer
commented
Jun 18, 2022
Finished benchmarking commit (f63048577aa48b759330fc42ece772164f7b0950): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
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. @bors rollup=never Footnotes |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
cjgillot
commented
Jun 22, 2022
r? rust-lang/compiler |
michaelwoerister
commented
Jun 27, 2022
bors
commented
Jun 27, 2022
📌 Commit f446bbc has been approved by |
bors
commented
Jun 28, 2022
bors
commented
Jun 28, 2022
☀️ Test successful - checks-actions |
rust-timer
commented
Jun 28, 2022
Finished benchmarking commit (5ffa8f6): comparison url. Instruction count
Max RSS (memory usage)Results
CyclesResults
If you disagree with this performance assessment, please file an issue in rust-lang/rustc-perf. @rustbot label: -perf-regression Footnotes |
There are currently 3 queries to perform wf checks on different item-likes. This complexity is not required.
This PR replaces the query by:
This allows to remove HIR
ParItemLikeVisitor.