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

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

Issue 113563004: Add perf tests for starting Chrome with URL (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Improve name of option setting methords 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
OLDNEW
(Empty)
1 {
2 "description":
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",
5 "navigate step, which we don't want for startup testing; but we do want to",
6 "record the pages it uses.",
7 "Also, record_wpr fails on about:blank, which we want to include in startup",
8 "testing."],
9 "archive_data_file": "data/startup_pages.json",
10 "pages": [
11 {
12 "url": "http://news.bbc.co.uk",
13 "why": "typical page"
14 },
15 {
16 "url": "http://kapook.com",
17 "why": "Horribly complex page - stress test!"
18 }
19 ]
20 }
OLDNEW
« no previous file with comments | « tools/perf/page_sets/startup_pages.json ('k') | tools/telemetry/telemetry/page/actions/gesture_action.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698