Skip to content

Instantly share code, notes, and snippets.

@Lothiraldan
Created May 18, 2013 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Lothiraldan/5604552 to your computer and use it in GitHub Desktop.
Save Lothiraldan/5604552 to your computer and use it in GitHub Desktop.
Hello world benchmark.
&> python hello_tornado.py &
&> boom http://localhost:8888 -c 100 -n 1000
Server Software: TornadoServer/3.0.1
Running GET http://127.0.0.1:8888
Host: localhost
Running 1000 times per 100 workers.
Starting the load [========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================] Done
-------- Results --------
Successful calls 1000
Total time 1.5308 s
Average 0.1104 s
Fastest 0.0397 s
Slowest 0.1491 s
Amplitude 0.1094 s
RPS 653
BSI Woooooo Fast
-------- Status codes --------
Code 200 1000 times.
-------- Legend --------
RPS: Request Per Second
BSI: Boom Speed Index
$> circusd test.circus.ini
$> boom http://localhost:8888 -c 100 -n 1000
Server Software: TornadoServer/3.0.1
Running GET http://127.0.0.1:8888
Host: localhost
Running 1000 times per 100 workers.
Starting the load [========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================] Done
-------- Results --------
Successful calls 1000
Total time 1.4871 s
Average 0.1014 s
Fastest 0.0597 s
Slowest 0.1408 s
Amplitude 0.0812 s
RPS 672
BSI Woooooo Fast
-------- Status codes --------
Code 200 1000 times.
-------- Legend --------
RPS: Request Per Second
BSI: Boom Speed Index
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment