trueskill/phpbench.json

15 lines
366 B
JSON
Raw Permalink Normal View History

2024-02-02 11:04:31 +00:00
{
"runner.bootstrap": "vendor/autoload.php",
"runner.path": "benchmark/",
2024-05-17 06:17:37 +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-02 11:04:31 +00:00
"report.outputs": {
"build-artifact": {
"renderer": "html",
"path": "output/benchmark.html",
"title": "Benchmarking"
}
2024-06-18 12:50:00 +00:00
}
2024-02-02 11:04:31 +00:00
}