Phedenskog has uploaded a new change for review. https://gerrit.wikimedia.org/r/242513
Change subject: Verify the base page on WPT.org ...................................................................... Verify the base page on WPT.org A couyple 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(-) git pull ssh://gerrit.wikimedia.org:29418/performance/WebPageTest refs/changes/13/242513/1 diff --git a/scripts/batch/desktop-wpt-org.txt b/scripts/batch/desktop-wpt-org.txt new file mode 100644 index 0000000..64daea8 --- /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 lib/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> --sendMetrics --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: newchange Gerrit-Change-Id: Ib2d44ab45848dc5e72a604e89af0d04a01620d65 Gerrit-PatchSet: 1 Gerrit-Project: performance/WebPageTest Gerrit-Branch: master Gerrit-Owner: Phedenskog <phedens...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits