Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
chore: add performance package with a project service hyperfine comparison#7870
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
chore: add performance package with a project service hyperfine comparison#7870
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Thanks for the PR,@JoshuaKGoldberg! typescript-eslint is a 100% community driven project, and we are incredibly grateful that you are contributing to that community. The core maintainers work on this in their personal time, so please understand that it may not be possible for them to review your work immediately. Thanks again! 🙏Please, if you or your company is finding typescript-eslint valuable, help us sustain the project by sponsoring it transparently onhttps://opencollective.com/typescript-eslint. |
netlifybot commentedNov 2, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
✅ Deploy Preview fortypescript-eslint ready!
To edit notification comments on pull requests, go to yourNetlify site configuration. |
nx-cloudbot commentedNov 2, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
☁️ Nx Cloud ReportCI is running/has finished running commands for commit31be1e6. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 7 targets
Sent with 💌 fromNxCloud. |
Uh oh!
There was an error while loading.Please reload this page.
PR Checklist
Overview
Adds two forms of very rudimentary performance testing:
comparison
job: . Runs a matrix of commands on generated code with my old favoritehttps://github.com/sharkdp/hyperfine. Uses the Mac runner purely so thatbrew install
can be used..js
files that aren't included in the TSConfig and 50%.ts
files that are included.summary
job: runs a directconsole.table
showing the results of running the two kinds of linting onceyarn test:project
: Traditionalproject: true
yarn test:service
EXPERIMENTAL_useProjectService
yarn test:service:seeded
:EXPERIMENTAL_useProjectService
, withallowDefaultProjectFallbackFilesGlobs
Example output from
yarn test:summary
on my M1 Max Mac ((index)
is generated file count):Includes roughly the changes from#7752 for testing purposes. But an earlier, scrappier version of them.