trueskill/phpbench.json

17 lines
423 B
JSON
Raw Normal View History

2024-02-02 11:04:31 +00:00
{
"runner.bootstrap": "vendor/autoload.php",
"runner.path": "benchmark/",
2024-02-14 16:02:27 +00:00
"runner.php_disable_ini": true,
2024-02-20 10:43:33 +00:00
"runner.retry_threshold": 10,
2024-02-14 16:02:27 +00:00
"runner.iterations": 10,
2024-02-15 09:08:01 +00:00
"storage.xml_storage_path": "output/benchmarking/",
2024-02-02 11:04:31 +00:00
"report.outputs": {
"build-artifact": {
"renderer": "html",
"path": "output/benchmark.html",
"title": "Benchmarking"
}
}
2024-02-15 09:08:01 +00:00
2024-02-02 11:04:31 +00:00
}