Benchmarking suite for PHPCR which uses the same bootstrapping process as the PHPCR-API-tests.
The benchmarking suite uses the existing phpunit.xml
configuration. Ensure that the PHPCR-API tests are working.
Include as a dev requirement:
$ composer require "phpcr/phpcr-benchmarks"
Run:
$ ./vendor/bin/phpbench run --config=vendor/phpcr/phpcr-benchmarks/config/phpbench.json
For more information see the documentation for PHPBench.