diff --git a/phpbench.json b/phpbench.json index da058c9..71cc53e 100644 --- a/phpbench.json +++ b/phpbench.json @@ -1,6 +1,9 @@ { "runner.bootstrap": "vendor/autoload.php", "runner.path": "benchmark/", + "runner.php_disable_ini": true, + "runner.retry_threshold": 5, + "runner.iterations": 10, "report.outputs": { "build-artifact": { "renderer": "html",