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

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: Add missing file Created 7 years 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": "Pages to record data for testing starting Chrome with a URL",
jeremy 2013/12/15 13:03:36 Can you expand this description please, not clear
aberent 2013/12/16 17:07:43 Done. Had to turn the description into a list of s
3 "archive_data_file": "data/startup_pages.json",
4 "pages": [
5 {
6 "url": "http://news.bbc.co.uk",
7 "why": "typical page"
8 },
9 {
10 "url": "http://kapook.com",
11 "why": "Horribly complex page - stress test!"
12 }
13 ]
14 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698