Uh oh!
There was an error while loading. Please reload this page.
perf: move cold path of process_obligations into a separate function - #77041
Conversation
lcnr
commented
Sep 22, 2020
@bors try @rust-timer queue |
rust-timer
commented
Sep 22, 2020
Awaiting bors try build completion |
bors
commented
Sep 22, 2020
⌛ Trying commit 8f7c42bf82ac9649f17b2d709b30264d535338c4 with merge 3943bf088dc91b49ad11f4b16e68f7831e71355a... |
bors
commented
Sep 22, 2020
☀️ Try build successful - checks-actions, checks-azure |
rust-timer
commented
Sep 22, 2020
Queued 3943bf088dc91b49ad11f4b16e68f7831e71355a with parent 4519845, future comparison URL. |
rust-timer
commented
Sep 22, 2020
Finished benchmarking try commit (3943bf088dc91b49ad11f4b16e68f7831e71355a): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
e0914f4 to
923b1daComparelcnr
commented
Sep 22, 2020
let's try something else... @bors try @rust-timer queue |
rust-timer
commented
Sep 22, 2020
Awaiting bors try build completion |
bors
commented
Sep 22, 2020
⌛ Trying commit 923b1da2976f355926bea98490a8323e031642cb with merge 6f082f365d7cd6b5ca1cb5b85ca89a795d85ff52... |
bors
commented
Sep 22, 2020
☀️ Try build successful - checks-actions, checks-azure |
rust-timer
commented
Sep 22, 2020
Queued 6f082f365d7cd6b5ca1cb5b85ca89a795d85ff52 with parent e0bc267, future comparison URL. |
rust-timer
commented
Sep 22, 2020
Finished benchmarking try commit (6f082f365d7cd6b5ca1cb5b85ca89a795d85ff52): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
lcnr
commented
Sep 24, 2020
@bors try @rust-timer queue |
rust-timer
commented
Sep 24, 2020
Awaiting bors try build completion |
bors
commented
Sep 24, 2020
⌛ Trying commit f0c3c6439d9e42aa2d158728e8d79eb2fec79615 with merge 6b31c91ac8796e36a3f86a5feec9b5a78517bfc7... |
bors
commented
Sep 24, 2020
☀️ Try build successful - checks-actions, checks-azure |
rust-timer
commented
Sep 24, 2020
Queued 6b31c91ac8796e36a3f86a5feec9b5a78517bfc7 with parent 87d262a, future comparison URL. |
rust-timer
commented
Sep 24, 2020
Finished benchmarking try commit (6b31c91ac8796e36a3f86a5feec9b5a78517bfc7): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
process_obligations into a separate functionlcnr
commented
Sep 24, 2020
@bors try @rust-timer queue |
bors
commented
Sep 24, 2020
⌛ Trying commit 06d2325 with merge 74f84cdf746e754004f0df926a23c1d5c9113b77... |
bors
commented
Sep 24, 2020
☀️ Try build successful - checks-actions, checks-azure |
lcnr
commented
Sep 24, 2020
Was rust-perf down? @rust-timer build 74f84cdf746e754004f0df926a23c1d5c9113b77 |
rust-timer
commented
Sep 24, 2020
Queued 74f84cdf746e754004f0df926a23c1d5c9113b77 with parent e599b53, future comparison URL. |
rust-timer
commented
Sep 24, 2020
Finished benchmarking try commit (74f84cdf746e754004f0df926a23c1d5c9113b77): comparison url. Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. Please note that if the perf results are neutral, you should likely undo the rollup=never given below by specifying Importantly, though, if the results of this run are non-neutral do not roll this PR up -- it will mask other regressions or improvements in the roll up. @bors rollup=never |
lcnr
commented
Sep 25, 2020
bors
commented
Sep 25, 2020
📌 Commit 06d2325 has been approved by |
lcnr
commented
Sep 25, 2020
bors
commented
Sep 25, 2020
📌 Commit 06d2325 has been approved by |
bors
commented
Sep 25, 2020
bors
commented
Sep 25, 2020
☀️ Test successful - checks-actions, checks-azure |
cc #76575
This probably won't matter too much in the long run once #69218 is merged so we may not want to merge this.
r? @ecstatic-morse