trueskill/phpbench.json
Jens True 7b09658c25
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Minor fixes
2024-03-11 08:55:07 +00:00

18 lines
395 B
JSON

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