Skip to content

Instantly share code, notes, and snippets.

@feryardiant
Last active July 29, 2016 17:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save feryardiant/9a16747ed7e6c0a47de4 to your computer and use it in GitHub Desktop.
Save feryardiant/9a16747ed7e6c0a47de4 to your computer and use it in GitHub Desktop.
Just try to bench using AB, Lumen vs Slim 2.x vs Slim 3.dev vs Panada vs Codeigniter 3.x

Benchmarks tldr;

OS: Ubuntu 14.04 64bit
Server Hostname: localhost
Server Software: PHP 5.5.23 Build-in server
Benchmark command: ab -t 60 -c 5

Bench Lumen Slim 2.x Slim 3.x Silex Panada CI 3
Document Path / / / / / /
Document Length (bytes) 1422 6895 858 11 2081 1901
Concurrency Level 5 5 5 5 5 5
Time taken for tests (seconds) 60.001 60.002 60.002 60.006 34.916 60.002
Complete requests 25364 17788 13205 7683 50000 23081
Failed requests 0 0 0 0 0 0
Total transferred (bytes) 39872208 125298672 13667175 2074410 111550000 47339131
HTML transferred (bytes) 36067608 122648260 11329890 84513 104050000 43876981
Requests per second [#/sec] (mean) 422.72 296.46 220.08 128.04 1432.00 384.67
Time per request [ms] (mean) 11.828 16.866 22.719 39.051 3.492 12.998
Time per request [ms] (mean, across all concurrent requests) 2.366 3.373 4.544 7.810 0.698 2.600
Transfer rate [Kbytes/sec] received 648.95 2039.31 222.44 33.76 3119.90 770.47
@takujeng
Copy link

waw, Panada amazing

@k-msalehi
Copy link

k-msalehi commented Jul 24, 2016

hey
is there any next round? :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment