respect-validation/phpbench.json.dist
Alexandre Gomes Gaigalas abdc73bd56 Introduce phpbench benchmarks and profiles
This commit is the first step in setting up *Continuous Performance*
for the repository.

 - Adds phpbench/phpbench to dev dependencies.
 - Adds an initial `ValidatorBench.php` file with validate benchmarks
   for several validators.
 - Adds `composer bench` script to run benchmarks.
 - Adds `composer bench:profile` script to generate profiles.
2026-01-12 23:44:38 +00:00

6 lines
No EOL
194 B
Text

{
"$schema": "./vendor/phpbench/phpbench/phpbench.schema.json",
"runner.bootstrap": "vendor/autoload.php",
"runner.path": "tests/benchmark",
"runner.file_pattern": "*Bench.php"
}