From the project page:
PHPBench is a benchmark runner for PHP analogous to PHPUnit but for performance rather than correctness.
https://github.com/phpbench/phpbench
I'm curious how/if it could fit into our existing profiling/benchmarking tools. It could be interesting to use it in CI to guard against performance regressions.
Further reading Blog Post: Benchmarking MediaWiki with PHPBench