From b966a930a4cb191a8ab01f068362b3f86a96f732 Mon Sep 17 00:00:00 2001 From: Jens True Date: Wed, 14 Feb 2024 16:02:27 +0000 Subject: [PATCH] Store benchmark history --- phpbench.json | 3 +++ 1 file changed, 3 insertions(+) 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",