Uh oh!
There was an error while loading. Please reload this page.
Move Queries::new out of the macro - #101635
Conversation
jyn514
commented
Sep 10, 2022
@bors try @rust-timer queue |
rust-timer
commented
Sep 10, 2022
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
bors
commented
Sep 10, 2022
⌛ Trying commit d2c53ca with merge a256dbf44508d90594a50b5e9a7aa4f1e857b939... |
bors
commented
Sep 10, 2022
☀️ Try build successful - checks-actions |
rust-timer
commented
Sep 10, 2022
Queued a256dbf44508d90594a50b5e9a7aa4f1e857b939 with parent 1d37ed6, future comparison URL. |
rust-timer
commented
Sep 10, 2022
Finished benchmarking commit (a256dbf44508d90594a50b5e9a7aa4f1e857b939): 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.
CyclesResultsThis 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.
Footnotes |
cjgillot
commented
Sep 10, 2022
@bors r+ rollup |
bors
commented
Sep 10, 2022
Rollup of 6 pull requests Successful merges: - rust-lang#101578 (remove bound var hack in `resolve`) - rust-lang#101606 (doc: fix minor typo) - rust-lang#101614 (Equate fn outputs when inferring RPITIT hidden types) - rust-lang#101631 (rustdoc: avoid cleaning modules with duplicate names) - rust-lang#101635 (Move `Queries::new` out of the macro) - rust-lang#101641 (Update browser-ui-test version to 0.9.8) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Split out from #101178 to make sure it's not contributing to the perf impact.
r? @cjgillot