mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Ooops, checked in a test version.
This commit is contained in:
parent
fb289812cf
commit
0bd05e50c8
2 changed files with 2 additions and 2 deletions
0
etc/ci/performance/prepare_manifest.sh
Normal file → Executable file
0
etc/ci/performance/prepare_manifest.sh
Normal file → Executable file
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue