Chromium Code Reviews| Index: tools/perf/page_sets/data/octane.json |
| diff --git a/tools/perf/page_sets/data/octane.json b/tools/perf/page_sets/data/octane.json |
| index 79c9786f5b70ba347c415090ba552e28e5356b53..2ec00ae298038450093db203673997a41c716d3a 100644 |
| --- a/tools/perf/page_sets/data/octane.json |
| +++ b/tools/perf/page_sets/data/octane.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": { |
| "octane_001.wpr": [ |
|
nednguyen
2016/08/05 18:50:58
You can just remove this one
|
| "http://octane-benchmark.googlecode.com/svn/latest/index.html?auto=1" |
| + ], |
| + "octane_002.wpr": [ |
| + "http://chromium.github.io/octane/index.html?auto=1" |
| ] |
| - } |
| + }, |
| + "description": "Describes the Web Page Replay archives for a story set. Don't edit by hand! Use record_wpr for updating." |
| } |