jenkins-bot has submitted this change and it was merged. ( https://gerrit.wikimedia.org/r/334415 )
Change subject: Collect timings as authenticated for Firefox ...................................................................... Collect timings as authenticated for Firefox By also collecting metrics from Firefox it will be easier for us to investigate problems. Today we have a really high TTFB for Chrome authenticated users. Bug: T153640 Change-Id: I3d18f8ee6bd6ef6ecdfda3998691e7bdb0296e5c --- M scripts/batch/login-desktop.txt 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Krinkle: Looks good to me, approved jenkins-bot: Verified diff --git a/scripts/batch/login-desktop.txt b/scripts/batch/login-desktop.txt index 5be36d7..da6934d 100644 --- a/scripts/batch/login-desktop.txt +++ b/scripts/batch/login-desktop.txt @@ -14,3 +14,5 @@ # $ WMF_WPT_KEY=SECRET_KEY STATSV_ENDPOINT=http://localhost WPT_RUNS=1 WPT_USER=wptuser WPT_USER_PASSWORD=SECRET_PASSWORD WMF_WPT_LOCATION=us-west-1 bin/index.js --batch ./scripts/batch/login-desktop.txt --webPageTestKey <%WMF_WPT_KEY> --median SpeedIndex --webPageTestHost wpt.wmftest.org --location <%WMF_WPT_LOCATION>:Chrome --label chrome-authenticated --runs <%WPT_RUNS> --first true --endpoint <%STATSV_ENDPOINT> --namespace webpagetest.enwiki.authenticated.Facebook --reporter statsv --timeline true --bodies true ./scripts/wptscripts/login-desktop-enwiki-facebook.txt + +--webPageTestKey <%WMF_WPT_KEY> --median SpeedIndex --webPageTestHost wpt.wmftest.org --location <%WMF_WPT_LOCATION>:Firefox --label firefox-authenticated --runs <%WPT_RUNS> --first true --endpoint <%STATSV_ENDPOINT> --namespace webpagetest.enwiki.authenticated.Facebook --reporter statsv ./scripts/wptscripts/login-desktop-enwiki-facebook.txt -- To view, visit https://gerrit.wikimedia.org/r/334415 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I3d18f8ee6bd6ef6ecdfda3998691e7bdb0296e5c Gerrit-PatchSet: 2 Gerrit-Project: performance/WebPageTest Gerrit-Branch: master Gerrit-Owner: Phedenskog <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
