trueskill/phpbench.json
Jens True 6fbc2540ab
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Config update
2024-05-17 06:17:37 +00:00

16 lines
367 B
JSON

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