jenkins-bot has submitted this change and it was merged. Change subject: Verify the base page on WPT.org ......................................................................
Verify the base page on WPT.org A couple of days ago we had an increase in the TTFB on our WPT agent. To easier verify that it's true, it good to collect metrics from another instance. So lets verify the blank page on WPT.org. When this reaches Jenkins, we should split the currrent job into two, so we can run one with only the wpt.org job (longer timeouts). Change-Id: Ib2d44ab45848dc5e72a604e89af0d04a01620d65 --- A scripts/batch/desktop-wpt-org.txt 1 file changed, 14 insertions(+), 0 deletions(-) Approvals: Ori.livneh: Looks good to me, approved jenkins-bot: Verified diff --git a/scripts/batch/desktop-wpt-org.txt b/scripts/batch/desktop-wpt-org.txt new file mode 100644 index 0000000..37549e3 --- /dev/null +++ b/scripts/batch/desktop-wpt-org.txt @@ -0,0 +1,14 @@ +# Collect metrics using WebPageTest.org with real devices. We can make 1000 runs per day +# First + repeat = 2 runs. +# You can check what we can use here: http://www.webpagetest.org/getLocations.php + +# To run this you need to set the following environment variables: +# WPT_ORG_WPT_KEY - The secret API key to WebPageTest.org +# STATSV_ENDPOINT - The endpoint of where we send the statsv data +# WPT_ORG_RUNS - The number of runs per test + +# If you want to try this out locally you can run it like this (you need to have +# nodejs installed), just make sure to change the value of the WebPageTest key: +# $ WPT_ORG_WPT_KEY=SECRET_KEY STATSV_ENDPOINT=http://localhost WPT_ORG_RUNS=1 node bin/index.js --batch ./scripts/batch/desktop-wpt-org.txt + +--webPageTestKey <%WPT_ORG_WPT_KEY> --webPageTestHost www.webpagetest.org --median SpeedIndex --location Dulles:Chrome --label chrome-dulles --runs <%WPT_ORG_RUNS> --endpoint <%STATSV_ENDPOINT> --namespace webpagetest.enwiki.BlankPage --timeout 2400 https://en.wikipedia.org/wiki/Special:BlankPage -- To view, visit https://gerrit.wikimedia.org/r/242513 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib2d44ab45848dc5e72a604e89af0d04a01620d65 Gerrit-PatchSet: 2 Gerrit-Project: performance/WebPageTest Gerrit-Branch: master Gerrit-Owner: Phedenskog <[email protected]> Gerrit-Reviewer: Krinkle <[email protected]> Gerrit-Reviewer: Ori.livneh <[email protected]> Gerrit-Reviewer: Phedenskog <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
