From 68a22321a5724a164808fe10995bb67dcace449e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Cobucci?= Date: Mon, 8 Jan 2024 21:19:56 +0100 Subject: [PATCH] Define retry threshold for PHPBench MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Luís Cobucci --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8f5854f..7e99084 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,4 @@ phpstan: .PHONY: phpbench phpbench: - @vendor/bin/phpbench run -l dots --report aggregate $(PHPBENCH_OPTIONS) + @vendor/bin/phpbench run -l dots --report aggregate --retry-threshold=15 $(PHPBENCH_OPTIONS)