From 6d65f30f4819aff02fce9bd2873a1ce726b5507d Mon Sep 17 00:00:00 2001 From: Dane Powell Date: Wed, 24 Apr 2024 08:51:58 -0700 Subject: [PATCH] 8 threads --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 2e2bbb148..8c78367a6 100644 --- a/composer.json +++ b/composer.json @@ -130,10 +130,10 @@ "php var/box.phar compile" ], "mutation": [ - "infection --threads=2 --only-covered" + "infection --threads=8 --only-covered" ], "mutation-diff-lines": [ - "infection --threads=2 --only-covered --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --min-covered-msi=100" + "infection --threads=8 --only-covered --git-diff-lines --git-diff-base=origin/$GITHUB_BASE_REF --min-covered-msi=100" ], "cs": "phpcs", "cbf": "phpcbf",