azu / JavaScript-Plugin-Architecture

JavaScriptプラグインアーキテクチャの本
https://azu.github.io/JavaScript-Plugin-Architecture/
MIT License
250 stars 12 forks source link

feat(npm): use "npm-run-all" for npm test #30

Closed azu closed 9 years ago

azu commented 9 years ago

use npm-run-all --parallel for npm test via npm-run-all と concurrently を試す | アカベコマイリ.

Before

$ time npm test
npm test  11.06s user 1.41s system 99% cpu 12.520 total

After

$ time npm test
npm test  14.87s user 1.79s system 387% cpu 4.302 total
azu commented 9 years ago

npm-run-all is 3x faster