Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 600 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 600 Bytes

PHPCR Benchmarks

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.