dev-master
9999999-devPHP Benchmarking Framework
MIT
The Requires
- symfony/console 2.4.*
- symfony/finder 2.4.*
- symfony/event-dispatcher 2.4.*
- doctrine/annotations 1.*
- pimple/pimple 1.*
The Development Requires
by Andreas Lutro
PHP Benchmarking Framework
In early development stages. Nothing to be considered stable., (*1)
Inspired by PHPUnit, aimed to provide a simple way to measure PHP code's performance., (*2)
Install the package via composer and run ./vendor/bin/phpbench
. This file scans {current working directory]/bench/ for files ending in Benchmark.php (classes must be named the same as the file) and runs all public methods beginning with "bench", providing output on the time it took., (*3)
You can control the number of iterations yourself by doing a for loop or use an annotation as shown in the example., (*4)
Open an issue on GitHub if you have any problems or suggestions., (*5)
The contents of this repository is released under the MIT license., (*6)
PHP Benchmarking Framework
MIT