Phedenskog has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/405693 )

Change subject: Collect FirstInteractive and TimeToInteractive.
......................................................................

Collect FirstInteractive and TimeToInteractive.

When we move to the Linux agents (or new version of WPT) the
FirstInteractive and TimeToInteractive will be availible.

When we push the new agent we can also update the test.json
files so it includes all the new metrics.

Bug: T115606
Change-Id: Ie4049750347a270748ae39c4ca366c26a0d977f8
---
M lib/cli.js
1 file changed, 1 insertion(+), 2 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/performance/WebPageTest 
refs/changes/93/405693/1

diff --git a/lib/cli.js b/lib/cli.js
index 56bd37c..d7b0e96 100644
--- a/lib/cli.js
+++ b/lib/cli.js
@@ -21,8 +21,7 @@
 // #TOC-Sample
 // Not 100% sure it's the latest though. Test by logging the output from 
WebPageTest
 // Note: It can differ depending on what agent that runs the tests.
-// In the future we can add LastInteractive = TTI but it only works in Chrome
-const DEFAULT_METRICS = 
'SpeedIndex,render,TTFB,fullyLoaded,lastVisualChange,visualComplete95,visualComplete99,LastInteractive';
+const DEFAULT_METRICS = 
'SpeedIndex,render,TTFB,fullyLoaded,lastVisualChange,visualComplete95,visualComplete99,FirstInteractive,TimeToInteractive,LastInteractive';
 
 module.exports = {
        /**

-- 
To view, visit https://gerrit.wikimedia.org/r/405693
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie4049750347a270748ae39c4ca366c26a0d977f8
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

Reply via email to