]> git.lizzy.rs Git - rust.git/blobdiff - src/ci/run.sh
Rollup merge of #98796 - compiler-errors:no-semi-if-comma, r=estebank
[rust.git] / src / ci / run.sh
index 16d8bdb81536775b08784a8aa7608b723c5cdcba..6545475d996419ef4d607aa44e7453546cdada85 100755 (executable)
@@ -43,7 +43,7 @@ else
     PYTHON="python2"
 fi
 
-if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try; then
+if ! isCI || isCiBranch auto || isCiBranch beta || isCiBranch try || isCiBranch try-perf; then
     RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.print-step-timings --enable-verbose-tests"
     RUST_CONFIGURE_ARGS="$RUST_CONFIGURE_ARGS --set build.metrics"
 fi