Chromium Code Reviews| Index: tools/perf/page_sets/startup_pages.json |
| diff --git a/tools/perf/page_sets/startup_pages.json b/tools/perf/page_sets/startup_pages.json |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9b0ed4976f76c6a78e01d7783711fb119bfc2042 |
| --- /dev/null |
| +++ b/tools/perf/page_sets/startup_pages.json |
| @@ -0,0 +1,34 @@ |
| +{ |
| + "description": [ |
| + "Pages for testing starting Chrome with a URL. ", |
| + "Note that this file can't be used with record_wpr, since record_wpr ", |
| + "requires a true navigate step, which we do not want for startup testing.", |
| + "Instead use record_wpr startup_pages_record to record data for this test"], |
|
jeremy
2013/12/17 11:29:44
nit: s/test/test./
aberent
2013/12/17 17:31:27
Done.
|
| + "archive_data_file": "data/startup_pages.json", |
| + "pages": [ |
| + { |
| + "url": "about:blank", |
| + "why": "typical page", |
| + "navigate_steps" : [ |
| + {"action": "set_startup_url", "startup_url": "about:blank"}, |
| + {"action": "wait", "seconds": 10 } |
| + ] |
| + }, |
| + { |
| + "url": "http://news.bbc.co.uk", |
| + "why": "typical page", |
| + "navigate_steps" : [ |
| + {"action": "set_startup_url", "startup_url": "http://news.bbc.co.uk"}, |
| + {"action": "wait", "seconds": 10 } |
| + ] |
| + }, |
| + { |
| + "url": "http://kapook.com", |
| + "why": "Horribly complex page - stress test!", |
| + "navigate_steps" : [ |
| + {"action": "set_startup_url", "startup_url": "http://kapook.com"}, |
| + {"action": "wait", "seconds": 10 } |
| + ] |
| + } |
| + ] |
| +} |