i've done a simple benchmark between pylons and web2py both testing
page have one single query  one inherit template

pylons: use the quickwiki demo, sqlite sqlalchemy mako
web2py: made a similiar wiki using sqlite





web2py:
This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking 10.8.8.18 (be patient)
Completed 100 requests
Completed 200 requests
Finished 200 requests


Server Software:        Apache/2.2.3
Server Hostname:        10.8.8.18
Server Port:            80

Document Path:          /welcometest/wiki
Document Length:        1277 bytes

Concurrency Level:      1
Time taken for tests:   19.245 seconds
Complete requests:      200
Failed requests:        0
Write errors:           0
Total transferred:      334600 bytes
HTML transferred:       255400 bytes
Requests per second:    10.39 [#/sec] (mean)
Time per request:       96.224 [ms] (mean)
Time per request:       96.224 [ms] (mean, across all concurrent
requests)
Transfer rate:          16.98 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    1   3.0      0      30
Processing:    75   96  22.7     87     194
Waiting:       74   95  22.7     87     193
Total:         75   96  22.9     88     194

Percentage of the requests served within a certain time (ms)
  50%     88
  66%     94
  75%    103
  80%    112
  90%    126
  95%    141
  98%    171
  99%    187
 100%    194 (longest request)



pylons:

This is ApacheBench, Version 2.3 <$Revision: 655654 $>
Copyright 1996 Adam Twiss, Zeus Technology Ltd, http://www.zeustech.net/
Licensed to The Apache Software Foundation, http://www.apache.org/

Benchmarking 10.8.8.17 (be patient)
Completed 100 requests
Completed 200 requests
Finished 200 requests


Server Software:        Apache/2.2.3
Server Hostname:        10.8.8.17
Server Port:            80

Document Path:          /wiki/
Document Length:        511 bytes

Concurrency Level:      1
Time taken for tests:   19.706 seconds
Complete requests:      200
Failed requests:        0
Write errors:           0
Total transferred:      142394 bytes
HTML transferred:       102200 bytes
Requests per second:    10.15 [#/sec] (mean)
Time per request:       98.530 [ms] (mean)
Time per request:       98.530 [ms] (mean, across all concurrent
requests)
Transfer rate:          7.06 [Kbytes/sec] received

Connection Times (ms)
              min  mean[+/-sd] median   max
Connect:        0    0   1.0      0      13
Processing:    78   98  20.0     90     193
Waiting:       77   98  20.0     90     193
Total:         78   98  20.0     91     193

Percentage of the requests served within a certain time (ms)
  50%     91
  66%     98
  75%    107
  80%    112
  90%    127
  95%    138
  98%    161
  99%    190
 100%    193 (longest request)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web2py Web Framework" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/web2py?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to