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

Repo: add tooling to performance test the tooling #6218

Open
bradzacher opened this issue Dec 15, 2022 · 0 comments
Open

Repo: add tooling to performance test the tooling #6218

bradzacher opened this issue Dec 15, 2022 · 0 comments
Labels
performance Issues regarding performance repo maintenance things to do with maintenance of the repo, and not with code/docs team assigned A member of the typescript-eslint team should work on this. tests anything to do with testing

Comments

@bradzacher
Copy link
Member

Suggestion

We really should have tooling which lets us perf test our tooling.
Specifically we'd want to the test to monitor two main metrics:

  1. total runtime
  2. peak memory usage

There's a few ideas we could use as tests:

  1. parse all fixtures to test TS parse + conversion runtime
  2. lint our codebase to test type-aware performance
  3. lint some predefined set of OSS codebases at specific commits to validate real-world performance (type-aware and non-type-aware)

Maybe we don't need to do this on every PR - perhaps something we could trigger via a bot command (similar to what the TS team does in the TS repo).

@bradzacher bradzacher added tests anything to do with testing performance Issues regarding performance repo maintenance things to do with maintenance of the repo, and not with code/docs accepting prs Go ahead, send a pull request that resolves this issue labels Dec 15, 2022
@JoshuaKGoldberg JoshuaKGoldberg self-assigned this Nov 2, 2023
@JoshuaKGoldberg JoshuaKGoldberg added team assigned A member of the typescript-eslint team should work on this. and removed accepting prs Go ahead, send a pull request that resolves this issue labels Jun 2, 2024
@JoshuaKGoldberg JoshuaKGoldberg removed their assignment Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Issues regarding performance repo maintenance things to do with maintenance of the repo, and not with code/docs team assigned A member of the typescript-eslint team should work on this. tests anything to do with testing
Projects
None yet
Development

No branches or pull requests

2 participants