-
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
perf: move cold path of process_obligations
into a separate function
#77041
Conversation
@bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit 8f7c42bf82ac9649f17b2d709b30264d535338c4 with merge 3943bf088dc91b49ad11f4b16e68f7831e71355a... |
☀️ Try build successful - checks-actions, checks-azure |
Queued 3943bf088dc91b49ad11f4b16e68f7831e71355a with parent 4519845, future comparison URL. |
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
923b1da
Compare
let's try something else... @bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit 923b1da2976f355926bea98490a8323e031642cb with merge 6f082f365d7cd6b5ca1cb5b85ca89a795d85ff52... |
☀️ Try build successful - checks-actions, checks-azure |
Queued 6f082f365d7cd6b5ca1cb5b85ca89a795d85ff52 with parent e0bc267, future comparison URL. |
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 |
923b1da
to
f0c3c64
Compare
@bors try @rust-timer queue |
Awaiting bors try build completion |
⌛ Trying commit f0c3c6439d9e42aa2d158728e8d79eb2fec79615 with merge 6b31c91ac8796e36a3f86a5feec9b5a78517bfc7... |
☀️ Try build successful - checks-actions, checks-azure |
Queued 6b31c91ac8796e36a3f86a5feec9b5a78517bfc7 with parent 87d262a, future comparison URL. |
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 |
f0c3c64
to
06d2325
Compare
process_obligations
into a separate function
@bors try @rust-timer queue |
⌛ Trying commit 06d2325 with merge 74f84cdf746e754004f0df926a23c1d5c9113b77... |
☀️ Try build successful - checks-actions, checks-azure |
Was rust-perf down? @rust-timer build 74f84cdf746e754004f0df926a23c1d5c9113b77 |
Queued 74f84cdf746e754004f0df926a23c1d5c9113b77 with parent e599b53, future comparison URL. |
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 |
📌 Commit 06d2325 has been approved by |
📌 Commit 06d2325 has been approved by |
☀️ 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