Thursday, October 9, 2008

PHP Framework Benchmarks

PHP Framework Benchmarks

I've added this page to display the results for the bench marking described in CakePHP & CodeIgniter for easier reading (Each time I add a new result I rerun the other test so the absolute values may change slightly):

CodeIgniter 1.5.1

Concurrency Level:      10
Time taken for tests:   60.2027 seconds
Complete requests:      3511
Failed requests:        0
Write errors:           0
Requests per second:    58.51 [#/sec] (mean)
Time per request:       170.897 [ms] (mean)
Time per request:       17.090 [ms] (mean, all concurrent)

Connection Times (ms)
.             min  mean[+/-sd] median   max
Connect:        0    0   0.0      0       0
Processing:    16  168 497.2     30   13850
Waiting:        8  168 497.2     30   13850
Total:         16  168 497.2     30   13850

CakePHP 1.1.11.4064

Concurrency Level:      10
Time taken for tests:   60.15314 seconds
Complete requests:      2248
Failed requests:        0
Write errors:           0
Requests per second:    37.46 [#/sec] (mean)
Time per request:       266.972 [ms] (mean)
Time per request:       26.697 [ms] (mean, all concurrent)

Connection Times (ms)
.             min  mean[+/-sd] median   max
Connect:        0   16  44.6      0     268
Processing:    25  247 620.9     27   12276
Waiting:        0  240 621.9     26   12276
Total:         25  263 621.6     27   12276

Symfony 1.0.0beta1

Concurrency Level:      10
Time taken for tests:   60.21327 seconds
Complete requests:      1367
Failed requests:        0
Write errors:           0
Requests per second:    22.78 [#/sec] (mean)
Time per request:       439.073 [ms] (mean)
Time per request:       43.907 [ms] (mean, all concurrent)

Connection Times (ms)
.             min  mean[+/-sd] median   max
Connect:        0   23  66.3      0     438
Processing:    42  409 740.9     86    9224
Waiting:        0  399 742.4     44    9209
Total:         42  433 740.0    128    9396


No comments:

Post a Comment