phpcr / phpcr-benchmarks
Benchmarking Suite for PHPCR
Installs: 139
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/phpcr/phpcr-benchmarks
Requires
- phpbench/phpbench: dev-master
This package is auto-updated.
Last update: 2025-09-29 01:31:53 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.