You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To track the speed of compilation and performance of the query builder using the TypeScript language server, we will introduce a separate package that can benchmark the last 4 published versions of TypeScript + the next tag against the latest published version of the query builder + the current HEAD of the current branch.
As a first step toward getting good numbers here, we should attempt to build a reasonably complex project that utilizes a broad range of query builder features (shapes, backlinks, multiple modules) and just time a full build.
The text was updated successfully, but these errors were encountered:
To track the speed of compilation and performance of the query builder using the TypeScript language server, we will introduce a separate package that can benchmark the last 4 published versions of TypeScript + the
next
tag against the latest published version of the query builder + the currentHEAD
of the current branch.As a first step toward getting good numbers here, we should attempt to build a reasonably complex project that utilizes a broad range of query builder features (shapes, backlinks, multiple modules) and just time a full build.
The text was updated successfully, but these errors were encountered: