| Index: tools/telemetry/unittest_data/test_missing_wpr_file.json
|
| diff --git a/tools/perf/page_sets/data/sunspider.json b/tools/telemetry/unittest_data/test_missing_wpr_file.json
|
| similarity index 52%
|
| copy from tools/perf/page_sets/data/sunspider.json
|
| copy to tools/telemetry/unittest_data/test_missing_wpr_file.json
|
| index 0e81571d039c4ad79a847ef45e35f0768d5c1a52..316c2febecbb5690b97cbc08ad2fce205a389b48 100644
|
| --- a/tools/perf/page_sets/data/sunspider.json
|
| +++ b/tools/telemetry/unittest_data/test_missing_wpr_file.json
|
| @@ -1,8 +1,11 @@
|
| {
|
| "description": "Describes the Web Page Replay archives for a page set. Don't edit by hand! Use record_wpr for updating.",
|
| "archives": {
|
| - "sunspider_000.wpr": [
|
| - "http://www.webkit.org/perf/sunspider-1.0.2/sunspider-1.0.2/driver.html"
|
| + "test_000.wpr": [
|
| + "http://www.testurl.com"
|
| + ],
|
| + "test_missing_wpr_file.wpr": [
|
| + "http://www.google.com"
|
| ]
|
| }
|
| }
|
|
|