Index: tools/perf/page_sets/top_search_mobile.json |
diff --git a/tools/perf/page_sets/top_search_mobile.json b/tools/perf/page_sets/top_search_mobile.json |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c48ef40da5172292f04d68e5d71cc45c7a0fa82c |
--- /dev/null |
+++ b/tools/perf/page_sets/top_search_mobile.json |
@@ -0,0 +1,41 @@ |
+{ |
+ "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.
|
+ "archive_data_file": "data/top_search_mobile.json", |
+ "credentials_path": "data/credentials.json", |
+ "user_agent_type": "mobile", |
+ "smoothness": { "action": "scroll" }, |
+ "pages": [ |
+ { |
+ "url": "https://www.google.com/", |
+ "why": "An empty page should be as snappy as possible" |
+ }, |
+ { |
+ "url": "http://www.google.com/search?q=science", |
+ "why": "A reasonable search term with no images or ads usually" |
+ }, |
+ { |
+ "url": "http://www.google.com/search?q=android", |
+ "why": "A search with a top ad but no images" |
+ }, |
+ { |
+ "url": "http://www.google.com/search?q=orange", |
+ "why": "A reasonable search term with images but no ads usually" |
+ }, |
+ { |
+ "url": "http://www.google.com/search?q=starbucks", |
+ "why": "A reasonable search term with ad and a map" |
+ }, |
+ { |
+ "url": "http://www.google.com/search?q=1600+Amphitheatre+Pkwy%2C+Mountain+View%2C+CA", |
+ "why": "An address search" |
+ }, |
+ { |
+ "url": "http://www.google.com/search?q=fisherman's+wharf", |
+ "why": "A location search" |
+ }, |
+ { |
+ "url": "http://www.google.com/search?q=e+*+Pi", |
+ "why": "A math equation" |
+ } |
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.
|
+ ] |
+} |