mirror of
https://github.com/furyfire/trueskill.git
synced 2025-01-16 01:47:39 +00:00
12 lines
264 B
JSON
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"
|
|
}
|
|
}
|
|
}
|