-
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
Tidy is incredibly slow #127453
Comments
#127428 is at fault, a revert makes the perf good again. that cute |
yeah, that array contains 2084 different elements. moving the |
I still think we should not revert the commit as it fixes issues with case alteration. We should simply do the check on |
sounds fine, feel free to do a follow-up doing that. I just wanted to get something working again quickly |
It's perfectly fine to revert then reland the fixes! |
Make tidy problematic const checking fast again fixes pathological tidy performance described in rust-lang#127453 by reverting rust-lang#127428 i think anyone can approve this ASAP, it makes working on this repo significantly worse.
has been fixed. the new PR to make it better is open |
Running
git push
with the tidy check hook just hangs.perf top
shows that it's doing lots of string operations:x test tidy
takes 97s???
The text was updated successfully, but these errors were encountered: