Created
June 9, 2010 17:56
-
-
Save ddossot/431868 to your computer and use it in GitHub Desktop.
This file contains 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
$ time for (( i = 0 ; i < 10; i++ )); do curl -d "msg$i" http://localhost:9600/application ; done | |
real 0m10.157s | |
user 0m0.064s | |
sys 0m0.048s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment