performance comparison

This commit is contained in:
Alexander Kuzmenkov 2020-08-06 02:33:32 +03:00
parent 88aa371e0c
commit a92438eff2

View File

@ -14,7 +14,7 @@ function find_reference_sha
# master, the merge base is the tested commit itself, so we have to step back
# once.
start_ref=$(git -C right/ch merge-base origin/master pr)
if [ "PR_TO_TEST" == "0" ]
if [ "$PR_TO_TEST" == "0" ]
then
start_ref=$start_ref~
fi