Skip to content

Instantly share code, notes, and snippets.

@ddossot
Created June 11, 2010 16:33
Show Gist options
  • Save ddossot/434722 to your computer and use it in GitHub Desktop.
Save ddossot/434722 to your computer and use it in GitHub Desktop.
$ 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