Skip to content

Instantly share code, notes, and snippets.

@lparry
Created November 23, 2011 00:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lparry/1387503 to your computer and use it in GitHub Desktop.
Save lparry/1387503 to your computer and use it in GitHub Desktop.
sh-3.2$ time ( curl -s http://graphicriver.local/javascripts/jquery-1.7.0.min.js > /dev/null )
real 0m5.009s
user 0m0.004s
sys 0m0.003s
sh-3.2$ time ( curl -s http://localhost/javascripts/jquery-1.7.0.min.js > /dev/null )
real 0m0.008s
user 0m0.004s
sys 0m0.002s
sh-3.2$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment