testo / bench
Benchmark plugin for the Testo testing framework.
Fund package maintenance!
0.1.2
2026-05-02 20:47 UTC
Requires
- php: >=8.2
- testo/data: 0.1 - 1
- testo/inline: 0.1 - 1
- testo/testo: *
README
Benchmark plugin
Important
🪞 This is a read-only mirror.
Active development of the Testo project lives in 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, 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
composer require --dev testo/bench