Thursday, January 1, 2009

new benchmarks of PHP frameworks

Yii project had updated their Performance Comparison page:
http://www.yiiframework.com/performance

The core developer of Yii also created a project to host the code
needed for benchmarks:
http://code.google.com/p/phpmark/

Based on that project, I did some tests on my computer and the result
is here:
http://code.google.com/p/twpug/downloads/detail?name=framework_benchmark.zip

The difference I did was putting the output in view instead of in
controller. And the tool I used is siege with following command:
siege -c 100 -r 3

With the 'Transaction rate' result, I also make a bar chart with
OpenOffice.org.

The good news is CakePHP 1.2 is faster than Symfony 1.2.1 on my
computer. ;)

ps. I didn't use APC, just comparing the execution time in one simple
request.

---
kiang
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "CakePHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to cake-php+unsubscribe@googlegroups.com
For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
-~----------~----~----~----~------~----~------~--~---

No comments: