mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-15 17:37:39 +00:00
15 lines
366 B
JSON
15 lines
366 B
JSON
{
|
|
"runner.bootstrap": "vendor/autoload.php",
|
|
"runner.path": "benchmark/",
|
|
"runner.php_disable_ini": true,
|
|
"runner.retry_threshold": 10,
|
|
"runner.iterations": 10,
|
|
"report.outputs": {
|
|
"build-artifact": {
|
|
"renderer": "html",
|
|
"path": "output/benchmark.html",
|
|
"title": "Benchmarking"
|
|
}
|
|
}
|
|
}
|