Created
June 11, 2010 16:33
-
-
Save ddossot/434722 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment