mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 07:15:45 +01:00
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.
6 lines
No EOL
194 B
Text
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"
|
|
} |