Created
April 6, 2013 17:41
-
-
Save tj/5326925 to your computer and use it in GitHub Desktop.
npm-search results
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
λ npm-search (master): time ./query express > /dev/null | |
real 0m0.488s | |
user 0m0.162s | |
sys 0m0.027s | |
λ npm-search (master): time npm search express > /dev/null | |
real 0m3.639s | |
user 0m1.989s | |
sys 0m0.171s | |
λ npm-search (master): time npm search express > /dev/null | |
real 0m2.680s | |
user 0m1.878s | |
sys 0m0.154s | |
λ npm-search (master): time npm search express > /dev/null | |
real 0m2.533s | |
user 0m1.891s | |
sys 0m0.151s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(both are querying remotes, not my machine)