项目作者: attogram

项目描述 :
PHP Router Benchmarks.
高级语言: PHP
项目地址: git://github.com/attogram/http-router-benchmark.git
创建时间: 2019-06-04T15:59:53Z
项目社区:https://github.com/attogram/http-router-benchmark

开源协议:MIT License

下载


http-router-benchmark

PHP Router Benchmarks.

Routers

Installation

  1. # Clone repository
  2. git clone git@github.com:sunrise-php/http-router-benchmark.git
  3. # Install dependecies
  4. composer install

Run Benchmarks

unix:

  1. php vendor/bin/phpbench run --report=routers --iterations=1000

windows:

  1. vendor\bin\phpbench.bat run --report=routers --iterations=1000