myaaghubi / PHP-Frameworks-Bench

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

webman framework #62

Closed Tinywan closed 7 months ago

Tinywan commented 7 months ago

Probably the fastest PHP web framework in the world. https://github.com/walkor/webman

joanhey commented 7 months ago

This benchmark only bench PHP frameworks using the normal Shared Nothing from PHP. Don't measure persistent async frameworks.

Thank you !

myaaghubi commented 7 months ago

I encourage people to add their frameworks, but for benchmarking async stuff, obtaining reliable and fair results(considering you can't use async for usual things) during implementation can be quite challenging, and not supported with this lib.