Skip to content

Instantly share code, notes, and snippets.

@lloyd
Created October 27, 2009 16:37
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 lloyd/219706 to your computer and use it in GitHub Desktop.
Save lloyd/219706 to your computer and use it in GitHub Desktop.
[lth@win7nux Debug] $ time ./bpwget.exe http://localhost:1234/1.jpg > OUT
real 0m1.320s
user 0m0.015s
sys 0m0.000s
[lth@win7nux Debug] $ time ./bpwget.exe http://localhost:1234/1.jpg > OUT
real 0m1.463s
user 0m0.046s
sys 0m0.124s
[lth@win7nux Debug] $ time ./bpwget.exe http://localhost:1234/1.jpg > OUT
real 0m1.405s
user 0m0.000s
sys 0m0.031s
[lth@win7nux Debug] $ time ./bpwget.exe http://127.0.0.1:1234/1.jpg > OUT
real 0m0.237s
user 0m0.000s
sys 0m0.047s
[lth@win7nux Debug] $ time ./bpwget.exe http://127.0.0.1:1234/1.jpg > OUT
real 0m0.274s
user 0m0.000s
sys 0m0.077s
[lth@win7nux Debug] $ time ./bpwget.exe http://127.0.0.1:1234/1.jpg > OUT
real 0m0.162s
user 0m0.000s
sys 0m0.031s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment