| ▲ | mort96 3 hours ago | |||||||||||||
I don't get how a test runner can be "ultra fast". Surely all the time is taken by the tests, not calling the test functions? | ||||||||||||||
| ▲ | andrewingram 3 hours ago | parent | next [-] | |||||||||||||
At work we've tried switching to vitest, and it's 1.5-2x slower than Jest (I think it's related to our very large and circular module graph), so performance is very much a your-mileage-may-vary thing. | ||||||||||||||
| ||||||||||||||
| ▲ | sunaookami an hour ago | parent | prev | next [-] | |||||||||||||
Say this again when you have worked with Jest, one of the worst and slowest pieces of software I've ever worked with. | ||||||||||||||
| ||||||||||||||
| ▲ | re-thc 2 hours ago | parent | prev [-] | |||||||||||||
> Surely all the time is taken by the tests, not calling the test functions? Calling tests has overhead. Also knowing how to schedule and parallelize tests with dependencies is not as "simple". | ||||||||||||||