Skip to content

Commit 3ea402d

Browse files
author
KDr2
committed
[bm] use master branch of TuringBenchmarks
1 parent 0824f07 commit 3ea402d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/run-benchmarks-on-travis.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ BM_JOB_NAME="BMCI-${SANTI_BR_NAME}-${COMMIT_SHA:0:7}-${TIME}"
2323

2424
if [[ $COMMIT_MSG != *"[bm]"* ]]; then
2525
echo "skipping the benchmark jobs."
26-
# exit 0
26+
exit 0
2727
fi
2828

2929
git config remote.origin.fetch '+refs/heads/*:refs/remotes/origin/*'
3030
git fetch --all --unshallow
3131

3232
git clone https://github.com/TuringLang/TuringBenchmarks.git ../TuringBenchmarks
33-
# TEMP: use travis-ci branch of TuringBenchmarks
34-
git -C ../TuringBenchmarks checkout -b travis-ci origin/travis-ci
33+
# Notice: uncomment the following line to use travis-ci branch of TuringBenchmarks
34+
# git -C ../TuringBenchmarks checkout -b travis-ci origin/travis-ci
3535

3636
unset JULIA_PROJECT
3737
cat > pre.jl <<EOF

0 commit comments

Comments
 (0)