diff --git a/.benchmark.sh b/.benchmark.sh index 2910dddc4..2fcceaf80 100644 --- a/.benchmark.sh +++ b/.benchmark.sh @@ -2,6 +2,9 @@ set -e +o pipefail +# bit too spammy +return + if [ "$TRAVIS_PULL_REQUEST" != "false" ] ; then echo -e "NOTE: The CPU benchmarks are performed on Travis VMs and vary widly between runs," > .benchmark.body echo -e " you can't trust them. The memory benchmarks are OK\n\n" >> .benchmark.body