phpcr / phpcr-benchmarks
Benchmarking Suite for PHPCR
dev-master / 1.0.x-dev
2015-12-23 16:11 UTC
Requires
- phpbench/phpbench: dev-master
This package is auto-updated.
Last update: 2024-10-29 05:04:34 UTC
README
Benchmarking suite for PHPCR which uses the same bootstrapping process as the PHPCR-API-tests.
Usage
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.