Created
October 10, 2012 20:42
-
-
Save niwinz/3868290 to your computer and use it in GitHub Desktop.
other
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(env)[3/5.0.0]niwi@vaio:~/helloworld/02-routing> python benchmark.py | |
[...] | |
static[-1] msec rps tcalls funcs | |
bottle 8056 12413 64 34 | |
django 263270 380 1733 70 | |
[...] | |
[3/5.0.0]niwi@vaio:~/wrk> ab -n 10000 -c 1 http://127.0.0.1:8000/section9/feature19 | |
[...] | |
Concurrency Level: 1 | |
Time taken for tests: 17.545 seconds | |
Complete requests: 10000 | |
Failed requests: 0 | |
Write errors: 0 | |
Total transferred: 710000 bytes | |
HTML transferred: 120000 bytes | |
Requests per second: 569.97 [#/sec] (mean) | |
Time per request: 1.754 [ms] (mean) | |
Time per request: 1.754 [ms] (mean, across all concurrent requests) | |
Transfer rate: 39.52 [Kbytes/sec] received |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment