Closed fisker closed 11 months ago
Do you have any before/after for how long this takes to run Prettier's tests?
Since Prettier tests runs with --runInBand
, so there is nothing to compare at all. I'll make it work for --maxWorkers
first.
Here is the result:
With piscina
(1m 27s)
https://github.com/nicolo-ribaudo/jest-light-runner/actions/runs/7013294881/job/19079198358?pr=82
With tinypool
(1m 28s)
https://github.com/nicolo-ribaudo/jest-light-runner/actions/runs/7013320207/job/19079264994?pr=82
Given that this does introduce perf regressions, I'm accepting the change given that it reduces the number of deps.
Let me know if this is ready to merge, then I'll update the Babel tests :)
I think it's ready.
Fixes #59