myaaghubi / PHP-Frameworks-Bench

A library to make benchmarks from PHP frameworks.
GNU General Public License v2.0
109 stars 4 forks source link

Add Laravel 11.0 #58

Closed joanhey closed 7 months ago

joanhey commented 7 months ago

This version is faster than v10

myaaghubi commented 7 months ago

Nope, with my measurements it is a lot slower than v10.2


|-------------------|------------------------:|-------------:|----------:|-------------:|
|framework          |requests per second (rps)|relative (rps)|peak memory|relative (mem)|
|-------------------|------------------------:|-------------:|----------:|-------------:|
 > opcache on:
|laravel-11.0       |                62.44 (-)|           1.0|   3.08 (-)|           1.0|
 > opcache off:
|laravel-11.0       |                30.84 (-)|           1.0|  18.98 (-)|           1.0|
joanhey commented 7 months ago

My comment was a call to attention !! :)

PD: but now we have the results for Laravel 11, before release the bench results :)

myaaghubi commented 7 months ago

You're right about that.