Skip to content
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

[Fix #10919] Fix a huge performance regression between 1.32.0 and 1.33.0 #10953

Merged
merged 1 commit into from Aug 26, 2022

Commits on Aug 25, 2022

  1. [Fix rubocop#10919] Fix a huge performance regression between 1.32.0 …

    …and 1.33.0
    
    Fix: rubocop#10919
    
    Before:
    - 1.32.0 (using Parser 3.1.2.1, rubocop-ast 1.21.0, running on ruby 2.7.2 x86_64-darwin21)
    
    `bundle exec rubocop --cache false --only   16.83s user 1.30s system 93% cpu 19.320 total`
    
    - 1.35.0 (using Parser 3.1.2.1, rubocop-ast 1.21.0, running on ruby 2.7.2 x86_64-darwin21)
    
    `bundle exec rubocop --cache false --only   1255.21s user 5.32s system 71% cpu 29:17.76 total`
    
    After:
    
    `bundle exec rubocop --cache false --only 16.64s user 1.25s system 94% cpu 19.002 total`
    ydah committed Aug 25, 2022
    Configuration menu
    Copy the full SHA
    8ebe36c View commit details
    Browse the repository at this point in the history