From 0bd05e50c8219c70b40152916b50ae24be6a3258 Mon Sep 17 00:00:00 2001 From: Alan Jeffrey Date: Fri, 19 Aug 2016 16:29:34 -0500 Subject: [PATCH] Ooops, checked in a test version. --- etc/ci/performance/prepare_manifest.sh | 0 etc/ci/performance/test_all.sh | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100644 => 100755 etc/ci/performance/prepare_manifest.sh diff --git a/etc/ci/performance/prepare_manifest.sh b/etc/ci/performance/prepare_manifest.sh old mode 100644 new mode 100755 diff --git a/etc/ci/performance/test_all.sh b/etc/ci/performance/test_all.sh index e63fe6a529b..b0257b34d2b 100755 --- a/etc/ci/performance/test_all.sh +++ b/etc/ci/performance/test_all.sh @@ -43,7 +43,7 @@ MANIFEST="page_load_test/tp5n/20160509.manifest" # A manifest that excludes PERF_FILE="output/perf-$(date --iso-8601=seconds).json" echo "Running tests" -echo python3 runner.py ${engine} --runs 3 "${MANIFEST}" "${PERF_FILE}" +python3 runner.py ${engine} --runs 3 "${MANIFEST}" "${PERF_FILE}" if [[ -z "${local:-}" ]]; then @@ -53,7 +53,7 @@ then # TODO: we are using Servo's revision hash for Gecko's result to make both # results appear on the same date. Use the correct result when Perfherder # allows us to change the date. - echo python3 submit_to_perfherder.py \ + python3 submit_to_perfherder.py \ "${output:-}" "${engine}" "${PERF_FILE}" servo/revision.json fi