trueskill/phpbench.json

12 lines
264 B
JSON
Raw Normal View History

2024-02-02 11:04:31 +00:00
{
"runner.bootstrap": "vendor/autoload.php",
"runner.path": "benchmark/",
"report.outputs": {
"build-artifact": {
"renderer": "html",
"path": "output/benchmark.html",
"title": "Benchmarking"
}
}
}