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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
+ ]
+}
« 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