Skip to content

Commit

Permalink
--sequential
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 28, 2024
1 parent 32bd8ca commit 2086522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ do
git reset --hard > /dev/null 2>&1 &&
printf '%s' "$BRANCH"
composer update -q
(for _ in $(seq 1 10); do php php-cs-fixer fix --dry-run 2> /dev/null ; done) | grep -i seconds | awk '
(for _ in $(seq 1 10); do php php-cs-fixer fix --dry-run --sequential 2> /dev/null ; done) | grep -i seconds | awk '
{
total += $5;
++count;
Expand Down

0 comments on commit 2086522

Please sign in to comment.