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" |
+ } |
+ ] |
+} |