-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Revert "Merge CrateDisambiguator into StableCrateId" #85891
Revert "Merge CrateDisambiguator into StableCrateId" #85891
Conversation
r? @varkor (rust-highfive has picked a reviewer for you, use r? to override) |
@bors try @rust-timer queue |
Awaiting bors try build completion. @rustbot label: +S-waiting-on-perf |
⌛ Trying commit 233cb5257afb4a8f3fa9e9e811acd7df9618560b with merge 6b2fbdd1b6592ef0db81db389dc81360ed9cc848... |
☀️ Try build successful - checks-actions |
Queued 6b2fbdd1b6592ef0db81db389dc81360ed9cc848 with parent 1160cf8, future comparison URL. |
Finished benchmarking try commit (6b2fbdd1b6592ef0db81db389dc81360ed9cc848): 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 |
Seems like a perf improvement. Going to leave to r? @Mark-Simulacrum for the decision. |
r=me, unfortunately looks like this has a bunch of merge conflicts now |
233cb52
to
8176ab8
Compare
Rebased |
@bors r=Mark-Simulacrum |
📌 Commit 8176ab8 has been approved by |
☀️ Test successful - checks-actions |
It doesn't seem like reverting this actually recovered performance -- this PR is a regression just like the merge run on the original was. @bjorn3 my guess is that maybe reverting the revert is a good idea but I noted you suggested some possible performance improvements on the original diff (#85804 (review)) which might be worth considering. Ultimately seems like other PRs landing in between are likely causing problems with measuring and comparing this PR. |
…mbiguator, r=michaelwoerister Reland "Merge CrateDisambiguator into StableCrateId" Reverts rust-lang#85891 as this revert of rust-lang#85804 made perf even worse. r? `@Mark-Simulacrum`
This reverts #85804