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

Prev

Made local perf testing the default.

  • Loading branch information
asajeffrey committed Sep 5, 2016
commit 105b11ffcd9c4efe4fc9a1398712bb8235a6d385
@@ -17,8 +17,8 @@ case "${1}" in
--gecko)
engine="--engine gecko"
;;
--local)
local=1
--submit)
submit=1
;;
*)
echo "Unknown option ${1}."
@@ -45,7 +45,7 @@ PERF_FILE="output/perf-$(date --iso-8601=seconds).json"
echo "Running tests"
python3 runner.py ${engine} --runs 3 "${MANIFEST}" "${PERF_FILE}"

if [[ -z "${local:-}" ]];
if [[ "${submit:-}" ]];
then
echo "Submitting to Perfherder"
# Perfherder SSL check will fail if time is not accurate,
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.