Kenji
kenji****@club*****
2008年 6月 8日 (日) 12:06:23 JST
Kenji です。 On Sun, 8 Jun 2008 11:28:22 +0900 "Takeshi Amano" <p****@takes*****> wrote: > 天野です > > CodeIgniterとKohanaのベンチマークを見つけました。CIは一般にKohanaよりは > 若干速いようです。 > > http://thislab.com/2008/03/25/kohana-vs-codeigniter-speed-and-memory-usage-performance-benchmark/#more-33 OOP のオーバーヘッドでしょうかね。 メモリ消費量が結構違いますね。 ところで、以下は、かなり違いますね。MacBook Pro (C2D 2.4GHz + 4GB) と ありますが、最近のマシンだとこんなに違いがでるんでしょうかね? Finally, let’s do a ‘hello world’ with ab -c 10 -t 60 (10 concurrent users for 60 seconds). We assign ‘hello world’ to a view variable and pass it onto a blank view page. Results the higher the better (requests per second). CI 1.6.1: 122.18 [#/sec] K SVN: 113.96 [#/sec] K 2.1.1: 118.54 [#/sec] As a comparison (just for fun), here are two results for CakePHP: First run: 18.66 [#/sec] Second run: 33.47 [#/sec] // Kenji