Closed azu closed 9 years ago
use npm-run-all --parallel for npm test via npm-run-all と concurrently を試す | アカベコマイリ.
npm test
$ time npm test npm test 11.06s user 1.41s system 99% cpu 12.520 total
$ time npm test npm test 14.87s user 1.79s system 387% cpu 4.302 total
npm-run-all is 3x faster
use npm-run-all --parallel for
npm test
via npm-run-all と concurrently を試す | アカベコマイリ.Before
After