trueskill/phpbench.json
2024-02-02 11:04:31 +00:00

12 lines
264 B
JSON

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