Skip to content

Instantly share code, notes, and snippets.

@ddossot
Created June 11, 2010 16:34
Show Gist options
  • Save ddossot/434724 to your computer and use it in GitHub Desktop.
Save ddossot/434724 to your computer and use it in GitHub Desktop.
$ time for (( i = 0 ; i < 10; i++ )); do curl -d "msg$i" http://localhost:9500/throttler ; done
real 0m0.310s
user 0m0.052s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment