Skip to content

Instantly share code, notes, and snippets.

@ry
Created June 20, 2012 20:52
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 ry/2962145 to your computer and use it in GitHub Desktop.
Save ry/2962145 to your computer and use it in GitHub Desktop.
# ab -t 30 -c 100 http://localhost:8000/bytes/123 | grep Req
## v0.7.12-9-gc10e412
Requests per second: 7404.23 [#/sec] (mean)
Requests per second:    7419.61 [#/sec] (mean)
Requests per second: 7421.72 [#/sec] (mean)
## v0.6.19-7-gdd1c3d7
Requests per second: 7538.35 [#/sec] (mean)
Requests per second: 7627.76 [#/sec] (mean)
Requests per second: 7538.97 [#/sec] (mean)
-------
# ab -t 30 -c 100 http://localhost:8000/bytes/12345 | grep Req
## v0.7.12-9-gc10e412
Requests per second: 4607.07 [#/sec] (mean)
Requests per second: 4534.29 [#/sec] (mean)
Requests per second: 4586.20 [#/sec] (mean)
## v0.6.19-7-gdd1c3d7
Requests per second: 2951.16 [#/sec] (mean)
Requests per second: 2998.20 [#/sec] (mean)
Requests per second: 2960.05 [#/sec] (mean)
@tim-smart
Copy link

Is the server code anywhere?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment