Skip to content

Commit

Permalink
Define retry threshold for PHPBench
Browse files Browse the repository at this point in the history
Signed-off-by: Luís Cobucci <[email protected]>
  • Loading branch information
lcobucci committed Jan 8, 2024
1 parent d1610f7 commit d083bcf
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 @@ -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)

0 comments on commit d083bcf

Please sign in to comment.