Skip to content

Instantly share code, notes, and snippets.

@bitemyapp
Created July 28, 2013 20:22
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 bitemyapp/6100049 to your computer and use it in GitHub Desktop.
Save bitemyapp/6100049 to your computer and use it in GitHub Desktop.
practical benchmarking of clabango (/), selmer (/selmer), stencil (/stencil) and mustache.clj (/mustache)
[master][~/code/wrk]$ ./wrk -c50 -t20 -d15s http://localhost:8080/
Running 15s test @ http://localhost:8080/
20 threads and 50 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 0.00us 0.00us 0.00us -nan%
Req/Sec 0.00 0.00 0.00 -nan%
1799 requests in 15.30s, 1.95MB read
Requests/sec: 117.61
Transfer/sec: 130.81KB
[master][~/code/wrk]$ ./wrk -c50 -t20 -d15s http://localhost:8080/selmer
Running 15s test @ http://localhost:8080/selmer
20 threads and 50 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 0.00us 0.00us 0.00us -nan%
Req/Sec 0.00 0.00 0.00 -nan%
64941 requests in 15.00s, 70.05MB read
Requests/sec: 4329.95
Transfer/sec: 4.67MB
[master][~/code/wrk]$ ./wrk -c50 -t20 -d15s http://localhost:8080/stencil
Running 15s test @ http://localhost:8080/stencil
20 threads and 50 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 0.00us 0.00us 0.00us -nan%
Req/Sec 0.00 0.00 0.00 -nan%
71302 requests in 15.00s, 76.91MB read
Requests/sec: 4753.33
Transfer/sec: 5.13MB
[master][~/code/wrk]$ ./wrk -c50 -t20 -d15s http://localhost:8080/mustache
Running 15s test @ http://localhost:8080/mustache
20 threads and 50 connections
Thread Stats Avg Stdev Max +/- Stdev
Latency 0.00us 0.00us 0.00us -nan%
Req/Sec 0.00 0.00 0.00 -nan%
71227 requests in 15.00s, 76.83MB read
Requests/sec: 4747.52
Transfer/sec: 5.12MB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment