-
Notifications
You must be signed in to change notification settings - Fork 58
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
[Feature Request] [Contributions Welcome] Performance benchmarks #7
Comments
Yes, automating this will require using tsc compiler to :
I'm not too familiar with ts language server. first two should not pose any challenge |
This looks very interesting https://github.com/arktypeio/arktype/blob/d90ca63/dev/test/operator.bench.ts |
I am working on a library that may be helpful https://github.com/webNeat/ts-perf it's still in beta as I am still experimenting different approaches to it. My goal is to have a command line that can do the following
|
Arktype now has a benchmark tool. This can be useful for tests and benchmarks |
We should add some tooling to easily compare how changes affect type-checking performance
The text was updated successfully, but these errors were encountered: