diff --git a/lighthouse-core/test/results/sample_v2.json b/lighthouse-core/test/results/sample_v2.json index acae515527bb..14126983d3fd 100644 --- a/lighthouse-core/test/results/sample_v2.json +++ b/lighthouse-core/test/results/sample_v2.json @@ -324,20 +324,14 @@ } } }, - "first-interactive": { + "first-cpu-idle": { "score": 0.82, "displayValue": "4,930 ms", "rawValue": 4927.278, - "extendedInfo": { - "value": { - "timeInMs": 4927.278, - "timestamp": 185608247190 - } - }, "scoreDisplayMode": "numeric", - "name": "first-interactive", - "description": "First Interactive (beta)", - "helpText": "First Interactive marks the time at which the page is minimally interactive. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." + "name": "first-cpu-idle", + "description": "First CPU Idle", + "helpText": "First CPU Idle marks the first time at which the page's main thread is quiet enough to handle input. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/first-interactive)." }, "consistently-interactive": { "score": 0.82, @@ -1583,6 +1577,11 @@ "timing": 3969.136, "timestamp": 185607289048 }, + { + "metricName": "firstCPUIdle", + "timing": 4927.278, + "timestamp": 185608247190 + }, { "metricName": "timeToInteractive", "timing": 4927.278, @@ -4729,7 +4728,7 @@ "group": "perf-metric" }, { - "id": "first-interactive", + "id": "first-cpu-idle", "weight": 5, "group": "perf-metric" }, @@ -5386,6 +5385,6 @@ } }, "timing": { - "total": 788 + "total": 836 } } \ No newline at end of file