Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(194)

Side by Side Diff: tools/perf/page_sets/startup_pages_record.json

Issue 132593003: Fix errors in start with URL tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « tools/perf/page_sets/startup_pages.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "description": 2 "description":
3 ["Pages to record data for testing starting Chrome with a URL. We can't use", 3 ["Pages to record data for testing starting Chrome with a URL. We can't use",
4 "startup_pages.json with record_wpr, since record_wpr requires a default", 4 "startup_pages.json with record_wpr, since record_wpr requires a default",
5 "navigate step, which we don't want for startup testing; but we do want to", 5 "navigate step, which we don't want for startup testing; but we do want to",
6 "record the pages it uses.", 6 "record the pages it uses.",
7 "Also, record_wpr fails on about:blank, which we want to include in startup", 7 "Also, record_wpr fails on about:blank, which we want to include in startup",
8 "testing."], 8 "testing."],
9 "archive_data_file": "data/startup_pages.json", 9 "archive_data_file": "data/startup_pages.json",
10 "pages": [ 10 "pages": [
11 { 11 {
12 "url": "http://news.bbc.co.uk", 12 "url": "http://bbc.co.uk",
13 "why": "typical page" 13 "why": "typical page"
14 }, 14 },
15 { 15 {
16 "url": "http://kapook.com", 16 "url": "http://kapook.com",
17 "why": "Horribly complex page - stress test!" 17 "why": "Horribly complex page - stress test!"
18 } 18 }
19 ] 19 ]
20 } 20 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/startup_pages.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698