trueskill/phpbench.json
2024-02-15 09:08:01 +00:00

17 lines
422 B
JSON

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