Skip to content

Commit

Permalink
[bm] use master branch of TuringBenchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
KDr2 committed Jun 24, 2019
1 parent 0824f07 commit 3ea402d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/run-benchmarks-on-travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ BM_JOB_NAME="BMCI-${SANTI_BR_NAME}-${COMMIT_SHA:0:7}-${TIME}"

if [[ $COMMIT_MSG != *"[bm]"* ]]; then
echo "skipping the benchmark jobs."
# exit 0
exit 0
fi

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

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

unset JULIA_PROJECT
cat > pre.jl <<EOF
Expand Down

1 comment on commit 3ea402d

@BayesBot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The benchmark job for this commit is finished.

The report is committed in this commit: TuringLang/TuringBenchmarks#88677b1ac4864a33d0220885ecdbd55ad21cf79d.

You can see the report at https://github.com/TuringLang/TuringBenchmarks/blob/report/jobs/BMCI-zhuo_bm_on_ci-3ea402d-20190624020957.report.md.

Please sign in to comment.