Closed sebastianrath closed 2 years ago
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
main.ts | 2 | 61.1% | ||
src/io.ts | 5 | 86.43% | ||
src/repository.ts | 9 | 85.57% | ||
<!-- | Total: | 16 | --> |
Totals | |
---|---|
Change from base Build 2158921067: | 4.7% |
Covered Lines: | 1699 |
Relevant Lines: | 2020 |
This pull request's base commit is no longer the HEAD commit of its target branch. This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.
Files with Coverage Reduction | New Missed Lines | % | ||
---|---|---|---|---|
main.ts | 2 | 61.1% | ||
src/io.ts | 5 | 88.84% | ||
src/repository.ts | 9 | 88.3% | ||
<!-- | Total: | 16 | --> |
Totals | |
---|---|
Change from base Build 2158921067: | 9.5% |
Covered Lines: | 1924 |
Relevant Lines: | 2119 |
@daniellanner This dramatically reduces the startup time of debug builds of SnowFS. Before 2-3 seconds, now around 200ms.
LGTM 🚀
According to the discussion https://github.com/TypeStrong/ts-node/discussions/1276, adding
swc
speeds up the execution ofts-node
tremendously.This will result in a faster execution of workflows in CLI tests.Overall time of unit-tests before:
Overall time of unit-tests after: