Skip to content

Instantly share code, notes, and snippets.

@cab
Last active March 15, 2016 22:44
Show Gist options
  • Save cab/e674126a1c4d21dfbb3e to your computer and use it in GitHub Desktop.
Save cab/e674126a1c4d21dfbb3e to your computer and use it in GitHub Desktop.
$ time ied install babel-cli
real 0m14.378s
user 0m6.914s
sys 0m3.525s
$ time ied install babel-cli
real 0m1.020s
user 0m0.512s
sys 0m0.089s
$ rm -rf node_modules
$ time npm-2 install babel-cli
real 0m30.379s
user 0m21.756s
sys 0m8.091s
$ time npm-2 install babel-cli
real 0m31.803s
user 0m23.761s
sys 0m8.577s
$ rm -rf node_modules
$ time npm install babel-cli
real 0m46.851s
user 0m26.316s
sys 0m8.788s
$ time npm install babel-cli
real 0m21.516s
user 0m10.224s
sys 0m2.196s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment