Skip to content

Commit 77ce20c

Browse files
authored
Update to php8.4
1 parent 8dbb4fe commit 77ce20c

File tree

1 file changed

+22
-23
lines changed

1 file changed

+22
-23
lines changed

README.md

Lines changed: 22 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,13 @@ Benchmarking on components like template engines or ORM/Database libraries is ou
3333

3434
#### Environment
3535

36+
For `PHP 8.3` check out [this link](https://github.com/myaaghubi/PHP-Frameworks-Bench/tree/v2.4.1).
3637
For `PHP 8.2` check out [this link](https://github.com/myaaghubi/PHP-Frameworks-Bench/tree/v2.3.1).
3738

38-
* Ubuntu 22.04 LTS x86_64
39-
* PHP 8.3.0
39+
* Ubuntu 24.04 LTS x86_64
40+
* PHP 8.4.3
4041
* OPCache Off
41-
* Apache 2.4.52
42+
* Apache 2.4.58
4243
* WRK 4.2.0 (5 min)
4344
* CPU Core i7-3770K/4.4Ghz
4445
* Memory 16G
@@ -55,25 +56,23 @@ These are my benchmarks, not yours. **I encourage you to run on your -production
5556

5657
|framework |requests per second (rps)|relative (rps)|peak memory|relative (mem)|
5758
|-------------------|------------------------:|-------------:|----------:|-------------:|
58-
|pure-php | 27,077.31| 321.6| 0.42| 1.0|
59-
|kumbia-1.1 | 5,921.29| 70.3| 0.54| 1.3|
60-
|fastroute-1.3 | 4,516.12| 53.6| 0.56| 1.3|
61-
|phroute-2.2 | 4,198.83| 49.9| 0.58| 1.4|
62-
|leaf-3.5 | 1,487.36| 17.7| 1.11| 2.6|
63-
|fatfree-3.8 | 1,453.82| 17.3| 1.72| 4.1|
64-
|slim-4.12 | 798.17| 9.5| 1.57| 3.7|
65-
|ubiquity-2.4.x.dev | 705.12| 8.4| 1.64| 3.9|
66-
|silex-2.3 | 543.66| 6.5| 2.20| 5.2|
67-
|yii-2.0-basic | 503.76| 6.0| 2.56| 6.1|
68-
|fuelphp-1.9 | 429.18| 5.1| 2.61| 6.2|
69-
|lumen-10.0 | 325.27| 3.9| 3.61| 8.6|
70-
|symfony-5.4 | 309.74| 3.7| 3.77| 9.0|
71-
|codeigniter-4.4 | 302.21| 3.6| 3.62| 8.6|
72-
|symfony-7.0 | 286.46| 3.4| 4.07| 9.7|
73-
|symfony-6.4 | 280.83| 3.3| 4.11| 9.8|
74-
|cakephp-4.5 | 246.72| 2.9| 4.63| 11.0|
75-
|cakephp-5.0 | 243.96| 2.9| 4.74| 11.3|
76-
|laravel-10.2 | 84.19| 1.0| 13.06| 31.0|
59+
|pure-php | 25,833.28| 409.4| 0.42| 1.0|
60+
|kumbia-1.2 | 5,681.12| 90.0| 0.54| 1.3|
61+
|fastroute-1.3 | 4,262.94| 67.6| 0.56| 1.3|
62+
|phroute-2.2 | 3,949.48| 62.6| 0.58| 1.4|
63+
|fatfree-3.9 | 1,364.24| 21.6| 1.72| 4.1|
64+
|leaf-3.11 | 1,298.60| 20.6| 1.18| 2.8|
65+
|slim-4.14 | 741.19| 11.7| 1.59| 3.8|
66+
|yii-2.0-basic | 527.72| 8.4| 2.60| 6.2|
67+
|silex-2.3 | 512.44| 8.1| 2.28| 5.4|
68+
|lumen-10.0 | 301.01| 4.8| 3.78| 9.0|
69+
|symfony-5.4 | 281.95| 4.5| 3.84| 9.1|
70+
|codeigniter-4.6 | 274.93| 4.4| 3.93| 9.4|
71+
|symfony-7.0 | 261.52| 4.1| 4.20| 10.0|
72+
|symfony-6.4 | 254.35| 4.0| 4.26| 10.1|
73+
|cakephp-5.1 | 222.48| 3.5| 4.96| 11.8|
74+
|laravel-10.3 | 76.35| 1.2| 13.82| 32.9|
75+
|laravel-11.0 | 63.10| 1.0| 16.19| 38.5|
7776

7877

7978
#### OPCache On
@@ -246,4 +245,4 @@ Note: This project is based on
246245

247246
You are allowed to use this plugin/project under the terms of the GNU General Public License version 2.
248247

249-
Copyright (C) 2024 [Mohammad Yaaghubi](https://github.com/myaaghubi)
248+
Copyright (C) 2025 [Mohammad Yaaghubi](https://github.com/myaaghubi)

0 commit comments

Comments
 (0)