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

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

Issue 139883003: Key search on mobile page set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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
(Empty)
1 {
2 "description": "Top mobile search queries on google",
tonyg 2014/01/15 23:50:46 Let's call this key_search_mobile instead of top_s
fmeawad 2014/01/16 00:10:49 Done.
3 "archive_data_file": "data/top_search_mobile.json",
4 "credentials_path": "data/credentials.json",
5 "user_agent_type": "mobile",
6 "smoothness": { "action": "scroll" },
7 "pages": [
8 {
9 "url": "https://www.google.com/",
10 "why": "An empty page should be as snappy as possible"
11 },
12 {
13 "url": "http://www.google.com/search?q=science",
14 "why": "A reasonable search term with no images or ads usually"
15 },
16 {
17 "url": "http://www.google.com/search?q=android",
18 "why": "A search with a top ad but no images"
19 },
20 {
21 "url": "http://www.google.com/search?q=orange",
22 "why": "A reasonable search term with images but no ads usually"
23 },
24 {
25 "url": "http://www.google.com/search?q=starbucks",
26 "why": "A reasonable search term with ad and a map"
27 },
28 {
29 "url": "http://www.google.com/search?q=1600+Amphitheatre+Pkwy%2C+Mountain+ View%2C+CA",
30 "why": "An address search"
31 },
32 {
33 "url": "http://www.google.com/search?q=fisherman's+wharf",
34 "why": "A location search"
35 },
36 {
37 "url": "http://www.google.com/search?q=e+*+Pi",
38 "why": "A math equation"
39 }
tonyg 2014/01/15 23:50:46 Let's get some other interesting widgets: Movies:
fmeawad 2014/01/16 00:10:49 Done, waiting on Andy's feedback.
40 ]
41 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698