Skip to content

Commit

Permalink
rebase sample json
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickhulce committed Apr 18, 2018
1 parent 7f939ee commit db29c17
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions lighthouse-core/test/results/sample_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down Expand Up @@ -1583,6 +1577,11 @@
"timing": 3969.136,
"timestamp": 185607289048
},
{
"metricName": "firstCPUIdle",
"timing": 4927.278,
"timestamp": 185608247190
},
{
"metricName": "timeToInteractive",
"timing": 4927.278,
Expand Down Expand Up @@ -4729,7 +4728,7 @@
"group": "perf-metric"
},
{
"id": "first-interactive",
"id": "first-cpu-idle",
"weight": 5,
"group": "perf-metric"
},
Expand Down Expand Up @@ -5386,6 +5385,6 @@
}
},
"timing": {
"total": 788
"total": 836
}
}

0 comments on commit db29c17

Please sign in to comment.