Here are some "hello world" benchmarks not using web2py by the barebone wsgi hello world:
benchmark web2pySWGIServer ================ massimo-di-pierros-macbook:gluon mdipierro$ ab -n 10000 http://127.0.0.1:8002/ Concurrency Level: 1 Time taken for tests: 5.609 seconds Complete requests: 10000 Failed requests: 0 Write errors: 0 Total transferred: 1280000 bytes HTML transferred: 130000 bytes Requests per second: 1782.88 [#/sec] (mean) Time per request: 0.561 [ms] (mean) Time per request: 0.561 [ms] (mean, across all concurrent requests) Transfer rate: 222.86 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.0 0 2 Processing: 0 0 0.1 0 2 Waiting: 0 0 0.1 0 2 Total: 0 1 0.1 0 3 Percentage of the requests served within a certain time (ms) 50% 0 66% 1 75% 1 80% 1 90% 1 95% 1 98% 1 99% 1 100% 3 (longest request) benchmark Cherrypy ================ massimo-di-pierros-macbook:gluon mdipierro$ ab -n 10000 http://127.0.0.1:8002/ Concurrency Level: 1 Time taken for tests: 7.247 seconds Complete requests: 10000 Failed requests: 0 Write errors: 0 Total transferred: 1350000 bytes HTML transferred: 130000 bytes Requests per second: 1379.87 [#/sec] (mean) Time per request: 0.725 [ms] (mean) Time per request: 0.725 [ms] (mean, across all concurrent requests) Transfer rate: 181.92 [Kbytes/sec] received Connection Times (ms) min mean[+/-sd] median max Connect: 0 0 0.0 0 1 Processing: 0 1 0.1 1 3 Waiting: 0 0 0.1 0 3 Total: 1 1 0.1 1 3 Percentage of the requests served within a certain time (ms) 50% 1 66% 1 75% 1 80% 1 90% 1 95% 1 98% 1 99% 1 100% 3 (longest request) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to web2py@googlegroups.com To unsubscribe from this group, send email to web2py+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/web2py?hl=en -~----------~----~----~----~------~----~------~--~---