-
Notifications
You must be signed in to change notification settings - Fork 263
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
Painfully slow in rspec with version 0.9.36 #407
Comments
Install rbspy per these instructions https://rbspy.github.io/ Then, run:
|
That's what I gets:
More readable: https://gist.github.com/manaka/34c15488d22bfab383bc9fcb1fd26820 |
I find out that parser update (3.0.2.0 → 3.0.3.2) is breaking working before 0.9.35 |
@manaka Please file an issue in https://github.com/whitequark/parser/
I've edited your comment to use triple backticks instead of a single backtick and now it's readable here as well |
I can confirm that downgrading Thank you @manaka! There was an issue regarding performance opened in the |
Fixed in |
This is the first version which includes the fix (whitequark/parser#924) to a performance issue (whitequark/parser#918) first introduced in 3.0.3.0 (whitequark/parser@547d731) Fixes #407
This is the first version which includes the fix (whitequark/parser#924) to a performance issue (whitequark/parser#918) first introduced in 3.0.3.0 (whitequark/parser@547d731) Fixes #407
We have couple tests using i18n-tasks ( https://gist.github.com/manaka/2a6f32b11853f1f31709247ed682403f )
After update from 0.9.35 to 0.9.36 it takes 73 minutes to finish this tests, before update it takes 1 and half minute.
Also same problem with 0.9.35 if switch ruby from 2.7.3 to 3.0.3 or 3.0.2
What can i do to try find source of the problem?
The text was updated successfully, but these errors were encountered: