antonmedv / jsize

Find out minified and gzipped npm package size
MIT License
178 stars 12 forks source link

Switch to running each bundle in a child process #44

Closed DylanPiercey closed 7 years ago

DylanPiercey commented 7 years ago

Resolves https://github.com/antonmedv/jsize/issues/33.

Also since each process will use a random folder we can actually parallelize it a bit more (hence the switch to Promise.all). In testing it is much faster now 😄.