TS Server Performance Analysis Tooling #49006
Labels
Domain: Performance
Reports of unusually slow behavior
Infrastructure
Issue relates to TypeScript team infrastructure
Milestone
Uh oh!
There was an error while loading. Please reload this page.
We have a performance suite of code where we can test out the full build time of individual projects; however, this performance suite is limited to just the compiler. It doesn't give a sense of work being done in the language service (e.g. the amount of work auto-imports might perform, or multi-project workspace loading might involve, time for find-all-reference, etc.). We need to be able to accurately measure these things.
We want to create a tool to run language service operations and report back on them to discover regressions in performance. We've done similar things on Definitely Typed, but we need other codebases to be run as well. Things to think about:
The text was updated successfully, but these errors were encountered: