- Clone repository:
git clone https://github.com/jfsimon/symfony-finder-benchmark.git
- Go into application source:
cd symfony-finder-benchmark
- Install composer:
curl -s http://getcomposer.org/installer | php
- Install vendors with composer:
php composer.phar install
- Run the benchmark:
./bin/benchmark run
- Cases are declared in
FinderBench\Console\Application
constructor - A case must implement
FinderBench\BenchCase\CaseInterface
- Cases can be composed with
FinderBench\BenchCase\ComposedCase