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

Perf enhancements #782

Merged
merged 3 commits into from
Nov 16, 2022
Merged

Perf enhancements #782

merged 3 commits into from
Nov 16, 2022

Commits on Nov 16, 2022

  1. Configuration menu
    Copy the full SHA
    96a57d4 View commit details
    Browse the repository at this point in the history
  2. Avoid mutating SyntaxList in a loop

    This was the single worst source of bad perf in the FullGeneration test, costing 20 seconds out of 1.9 minutes.
    AArnott committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    dc039a7 View commit details
    Browse the repository at this point in the history
  3. Turn off API docs generation in most tests

    This was greatly increasing test run time.
    AArnott committed Nov 16, 2022
    Configuration menu
    Copy the full SHA
    a178b39 View commit details
    Browse the repository at this point in the history