Skip to content

Instantly share code, notes, and snippets.

@ddossot
Created June 11, 2010 16:33

Revisions

  1. ddossot created this gist Jun 11, 2010.
    3 changes: 3 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    $ time for (( i = 0 ; i < 10; i++ )); do curl -d "msg$i" http://localhost:9600/application ; done
    real 0m10.157s
    user 0m0.064s