From c3c0a4b7b2b9952084696f95ca59ad01c8792bc5 Mon Sep 17 00:00:00 2001 From: Brendan Kenny Date: Tue, 30 Oct 2018 11:41:10 -0700 Subject: [PATCH] urg --- lighthouse-core/test/results/sample_v2.json | 6 ++++++ proto/sample_v2_round_trip.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/lighthouse-core/test/results/sample_v2.json b/lighthouse-core/test/results/sample_v2.json index 0b74dc71f4db..424dc2862f4f 100644 --- a/lighthouse-core/test/results/sample_v2.json +++ b/lighthouse-core/test/results/sample_v2.json @@ -3666,6 +3666,12 @@ "duration": 100, "entryType": "measure" }, + { + "startTime": 0, + "name": "lh:audit:offline-start-url", + "duration": 100, + "entryType": "measure" + }, { "startTime": 0, "name": "lh:audit:pwa-cross-browser", diff --git a/proto/sample_v2_round_trip.json b/proto/sample_v2_round_trip.json index 222c17881fc0..6ba6afdbd63a 100644 --- a/proto/sample_v2_round_trip.json +++ b/proto/sample_v2_round_trip.json @@ -3543,6 +3543,12 @@ "name": "lh:audit:metrics", "startTime": 0.0 }, + { + "duration": 100.0, + "entryType": "measure", + "name": "lh:audit:offline-start-url", + "startTime": 0.0 + }, { "duration": 100.0, "entryType": "measure",