@@ -15,7 +15,7 @@ Benchmarking on components like template engines or ORM/Database libraries is ou
1515- [ PHP Frameworks Bench] ( #php-frameworks-bench )
1616 - [ Benchmarks] ( #benchmarks )
1717 - [ Latest] ( #latest )
18- - [ OPCache] ( #opcache )
18+ - [ OPCache On/Off ] ( #opcache-on )
1919 - [ Benchmarking Policy] ( #benchmarking-policy )
2020 - [ How to Benchmark] ( #how-to-benchmark )
2121 - [ Commands] ( #commands )
@@ -34,7 +34,7 @@ Benchmarking on components like template engines or ORM/Database libraries is ou
3434 * PHP 8.2.5
3535 * OPCache Off
3636 * Apache 2.4.52
37- * WRK 4.2.0
37+ * WRK 4.2.0 (5 min)
38383939 * Memory 16G
4040
@@ -51,6 +51,7 @@ These are my benchmarks, not yours. **I encourage you to run on your (production
5151| framework | requests per second (rps)| relative (rps)| peak memory| relative (mem)|
5252| -------------------| ------------------------:| -------------:| ----------:| -------------:|
5353| pure-php | 27,379.94| 282.4| 0.42| 1.0|
54+ | kumbiaphp-1.1 | 5,862.48| 60.5| 0.54| 1.3|
5455| fastroute-1.3 | 4,591.01| 47.3| 0.56| 1.3|
5556| phroute-2.2 | 4,303.07| 44.4| 0.58| 1.4|
5657| leaf-3.3 | 1,576.68| 16.3| 1.10| 2.6|
@@ -72,8 +73,8 @@ These are my benchmarks, not yours. **I encourage you to run on your (production
7273| laravel-10.0 | 96.97| 1.0| 11.99| 28.5|
7374
7475
75- #### OPCache
76- [ ![ IMAGE ALT TEXT HERE ] ( http://img.youtube.com/vi/Dk8YHQZ6jfY/0.jpg )] ( http://www.youtube.com/watch?v=Dk8YHQZ6jfY )
76+ #### OPCache On
77+ [ ![ Results with OPCache On/Off & How to add your framework ] ( http://img.youtube.com/vi/Dk8YHQZ6jfY/0.jpg )] ( http://www.youtube.com/watch?v=Dk8YHQZ6jfY )
7778
7879
7980## Benchmarking Policy
@@ -123,7 +124,6 @@ $ bash check.sh
1231243- Run benchmarks:
124125
125126``` bash
126- # bash check.sh -t pure-php
127127$ bash benchmark.sh
128128```
129129
0 commit comments