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

Unified Diff: tools/perf/page_sets/key_search_mobile.json

Issue 139883003: Key search on mobile page set (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Refine the search term 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/key_search_mobile.json
diff --git a/tools/perf/page_sets/key_search_mobile.json b/tools/perf/page_sets/key_search_mobile.json
new file mode 100644
index 0000000000000000000000000000000000000000..77ed60f916a27e05166fefa410f2e3fb665f459a
--- /dev/null
+++ b/tools/perf/page_sets/key_search_mobile.json
@@ -0,0 +1,69 @@
+{
+ "description": "Key mobile search queries on google",
+ "archive_data_file": "data/key_search_mobile.json",
+ "credentials_path": "data/credentials.json",
+ "user_agent_type": "mobile",
+ "smoothness": { "action": "scroll" },
+ "pages": [
+ {
+ "url": "http://www.google.com/",
tonyg 2014/01/16 01:41:34 One more note, when I search from the omnibox is c
fmeawad 2014/01/16 01:51:28 Done.
+ "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=orange",
+ "why": "A reasonable search term with images but no ads usually"
+ },
+ {
+ "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=tom+hanks",
+ "why": "A search for a known actor"
+ },
+ {
+ "url": "http://www.google.com/search?q=weather+94110",
+ "why": "A search for weather"
+ },
+ {
+ "url": "http://www.google.com/search?q=goog",
+ "why": "A search for a stock"
+ },
+ {
+ "url": "http://www.google.com/search?q=population+of+california",
+ "why": "Charts"
+ },
+ {
+ "url": "http://www.google.com/search?q=sfo+jfk+flights",
+ "why": "Flights"
+ },
+ {
+ "url": "http://www.google.com/search?q=movies+94110",
+ "why": "Movie showtimes"
+ },
+ {
+ "url": "http://www.google.com/search?q=tip+on+100+bill",
+ "why": "A tip calculator"
+ },
+ {
+ "url": "http://www.google.com/search?q=time+in+san+francisco",
+ "why": "Time"
+ },
+ {
+ "url": "http://www.google.com/search?q=define+define",
+ "why": "Definitions"
+ },
+ {
+ "url": "http://www.google.com/search?q=burritos+94110",
+ "why": "Local results"
+ },
+ {
+ "url": "http://www.google.com/search?q=x^3",
fmeawad 2014/01/16 01:29:04 x^2 shows also a movie at the top before the graph
+ "why": "Graph"
+ }
+ ]
+}
« 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