Skip to content
This repository has been archived by the owner on Mar 6, 2022. It is now read-only.

Commit

Permalink
FIx script
Browse files Browse the repository at this point in the history
  • Loading branch information
dantleech committed Apr 16, 2021
1 parent 33f50ce commit 8738fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/phpbench_regression_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ git fetch origin master &> /dev/null
git checkout master &> /dev/null
mv composer.lock composer.lock.pr
composer install --quiet
vendor/bin/phpbench run --report=aggregate --progress=travis --retry-threshold=$RETRY_THRESHOLD --tag=master
vendor/bin/phpbench run --report=aggregate --progress=plain --retry-threshold=$RETRY_THRESHOLD --tag=master

echo -e "\n\n"
echo -e "Benchmarking GITHUB_REF and comparing to master"
echo -e "==================================================\n\n"
git checkout - &> /dev/null
mv composer.lock.pr composer.lock
composer install --quiet
vendor/bin/phpbench run --report=aggregate --progress=travis --retry-threshold=$RETRY_THRESHOLD --ref=master
vendor/bin/phpbench run --report=aggregate --progress=plain --retry-threshold=$RETRY_THRESHOLD --ref=master

0 comments on commit 8738fb5

Please sign in to comment.