Quality improvements

This commit is contained in:
2024-02-02 11:04:31 +00:00
parent 23fc14af0a
commit 36dea4ea03
8 changed files with 269 additions and 4 deletions

11
phpbench.json Normal file
View File

@ -0,0 +1,11 @@
{
"runner.bootstrap": "vendor/autoload.php",
"runner.path": "benchmark/",
"report.outputs": {
"build-artifact": {
"renderer": "html",
"path": "output/benchmark.html",
"title": "Benchmarking"
}
}
}