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