diff vendor/zendframework/zend-stdlib/README.md @ 16:c2387f117808

Routine composer update
author Chris Cannam
date Tue, 10 Jul 2018 15:07:59 +0100
parents 7a779792577d
children
line wrap: on
line diff
--- a/vendor/zendframework/zend-stdlib/README.md	Thu Apr 26 11:26:54 2018 +0100
+++ b/vendor/zendframework/zend-stdlib/README.md	Tue Jul 10 15:07:59 2018 +0100
@@ -1,7 +1,7 @@
 # zend-stdlib
 
 [![Build Status](https://secure.travis-ci.org/zendframework/zend-stdlib.svg?branch=master)](https://secure.travis-ci.org/zendframework/zend-stdlib)
-[![Coverage Status](https://coveralls.io/repos/zendframework/zend-stdlib/badge.svg?branch=master)](https://coveralls.io/r/zendframework/zend-stdlib?branch=master)
+[![Coverage Status](https://coveralls.io/repos/github/zendframework/zend-stdlib/badge.svg?branch=master)](https://coveralls.io/github/zendframework/zend-stdlib?branch=master)
 
 `Zend\Stdlib` is a set of components that implements general purpose utility
 class for different scopes like:
@@ -15,3 +15,15 @@
 
 - File issues at https://github.com/zendframework/zend-stdlib/issues
 - Documentation is at https://docs.zendframework.com/zend-stdlib/
+
+## Benchmarks
+
+We provide scripts for benchmarking zend-stdlib using the
+[PHPBench](https://github.com/phpbench/phpbench) framework; these can be
+found in the `benchmark/` directory.
+
+To execute the benchmarks you can run the following command:
+
+```bash
+$ vendor/bin/phpbench run --report=aggregate
+```