| ▲ | bhouston 2 hours ago | |
I do recommend turning off "isolate" for as much of your code base as possible when it makes sense. And I recommend ensuring "maxWorkers" is being used properly, I prefer something like 60% of my totals cores as the number of workers to use. And use a top level vitest start so it properly runs all the packages in a pipeline rather than as separate vitest runs (which would mess up the maxWorkers optimization anyhow.) I have my 3000 test project suite completing in 15 seconds on my MacBook Air M3. It is pretty sweet with that setup. | ||