phpcr/phpcr-benchmarks

Benchmarking Suite for PHPCR

dev-master / 1.0.x-dev 2015-12-23 16:11 UTC

This package is auto-updated.

Last update: 2024-03-29 03:31:28 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.