TESTO

Benchmark plugin

[![Documentation](https://img.shields.io/badge/Documentation-blue?style=for-the-badge&logo=gitbook&logoColor=white)](https://php-testo.github.io) [![Support on Boosty](https://img.shields.io/static/v1?style=for-the-badge&label=&message=Sponsorship&logo=Boosty&logoColor=white&color=%23F15F2C)](https://boosty.to/roxblnfk)

> [!IMPORTANT] > ## 🪞 This is a read-only mirror. > > Active development of the Testo project lives in [**php-testo/testo**](https://github.com/php-testo/testo) under `plugin/bench/`. This repository is **automatically synchronized** from there on every release. > > File issues and pull requests in the [main monorepo](https://github.com/php-testo/testo/issues), not here. ## About Runs benchmark methods many times, collects per-iteration timings, and reports descriptive statistics with diagnostic warnings about variance, outliers and noisy environments. Useful for tracking performance characteristics alongside correctness tests. ## Install ```bash composer require --dev testo/bench ``` [![PHP](https://img.shields.io/packagist/php-v/testo/bench.svg?style=flat-square&logo=php)](https://packagist.org/packages/testo/bench) [![Latest Version on Packagist](https://img.shields.io/packagist/v/testo/bench.svg?style=flat-square&logo=packagist)](https://packagist.org/packages/testo/bench) [![License](https://img.shields.io/packagist/l/testo/bench.svg?style=flat-square)](https://github.com/php-testo/testo/blob/1.x/LICENSE.md) [![Total Downloads](https://img.shields.io/packagist/dt/testo/bench.svg?style=flat-square)](https://packagist.org/packages/testo/bench/stats)