trueskill/phpbench.json
Jens True c72112c5aa
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Minor dependency upgrade
2024-02-20 10:43:33 +00:00

17 lines
423 B
JSON

{
"runner.bootstrap": "vendor/autoload.php",
"runner.path": "benchmark/",
"runner.php_disable_ini": true,
"runner.retry_threshold": 10,
"runner.iterations": 10,
"storage.xml_storage_path": "output/benchmarking/",
"report.outputs": {
"build-artifact": {
"renderer": "html",
"path": "output/benchmark.html",
"title": "Benchmarking"
}
}
}