Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Etc ci performance run locally #12946

Merged
merged 17 commits into from Sep 6, 2016
Merged
Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Ooops, checked in a test version.

  • Loading branch information
asajeffrey committed Aug 19, 2016
commit 0bd05e50c8219c70b40152916b50ae24be6a3258
No changes.
@@ -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

ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.