From 5e22d52ced11180b49d0d4a7275f37be4a6d9e3b Mon Sep 17 00:00:00 2001 From: Mirek Ciastek Date: Tue, 3 Nov 2020 09:50:53 +0100 Subject: [PATCH] Add missing metrics to README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5683ebb..4c797de 100644 --- a/README.md +++ b/README.md @@ -283,7 +283,7 @@ Define the url of the page you have opened in that test (ignores `--orderIndex` ##### `metric` (short: `-m`) -Define the metric that you want to check (multiple possible). Available performance metrics are `estimatedInputLatency`, `timeToFirstByte`, `domContentLoaded`, `firstVisualChange`, `firstPaint`, `firstContentfulPaint`, `firstMeaningfulPaint`, `lastVisualChange`, `firstCPUIdle`, `firstInteractive`, `load`, `speedIndex`, `score`. +Define the metric that you want to check (multiple possible). Available performance metrics are `estimatedInputLatency`, `timeToFirstByte`, `domContentLoaded`, `firstVisualChange`, `firstPaint`, `firstContentfulPaint`, `firstMeaningfulPaint`, `lastVisualChange`, `firstCPUIdle`, `firstInteractive`, `load`, `speedIndex`, `score`, `largestContentfulPaint`, `totalBlockingTime`, `cumulativeLayoutShift`. _default:_ `"score"` ([Lighthouse Performance Score](https://developers.google.com/web/tools/lighthouse/scoring))