Skip to content

Commit

Permalink
Increase PHPBench retry threshold
Browse files Browse the repository at this point in the history
Signed-off-by: Luís Cobucci <lcobucci@gmail.com>
  • Loading branch information
lcobucci committed Apr 14, 2024
1 parent b41d30d commit 8a83d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ endif

.PHONY: phpbench
phpbench:
@vendor/bin/phpbench run -l dots --report=$(PHPBENCH_REPORT) $(PHPBENCH_FLAGS)
@vendor/bin/phpbench run -l dots --retry-threshold=5 --report=$(PHPBENCH_REPORT) $(PHPBENCH_FLAGS)

0 comments on commit 8a83d6b

Please sign in to comment.