PHP Router Benchmarks.
# Clone repository
git clone [email protected]:sunrise-php/http-router-benchmark.git
# Install dependecies
composer install
unix:
php vendor/bin/phpbench run --report=routers --iterations=1000
windows:
vendor\bin\phpbench.bat run --report=routers --iterations=1000