Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
proto
  • Loading branch information
connorjclark authored and brendankenny committed Sep 23, 2019
commit 549ad904fc34bd67cf01f761e2bb1a32ad221063
7 changes: 6 additions & 1 deletion proto/sample_v2_round_trip.json
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
"id": "critical-request-chains",
"score": null,
"scoreDisplayMode": "informative",
"title": "Minimize Critical Requests Depth"
"title": "Minimize critical requests depth"
},
"custom-controls-labels": {
"description": "Custom interactive controls have associated labels, provided by aria-label or aria-labelledby. [Learn more](https://web.dev/custom-controls-labels/).",
Expand Down Expand Up @@ -2602,8 +2602,13 @@
},
"displayValue": "Third-party code blocked the main thread for 20\u00a0ms",
"id": "third-party-summary",
<<<<<<< HEAD
"score": 1.0,
"scoreDisplayMode": "binary",
=======
"score": null,
"scoreDisplayMode": "informative",
>>>>>>> proto
"title": "Third-Party usage"
},
"time-to-first-byte": {
Expand Down