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

Side by Side 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: Make 50% of the searches use https 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": "Key mobile search queries on google",
3 "archive_data_file": "data/key_search_mobile.json",
4 "credentials_path": "data/credentials.json",
5 "user_agent_type": "mobile",
6 "smoothness": { "action": "scroll" },
7 "pages": [
8 {
9 "url": "http://www.google.com/",
10 "why": "An empty page should be as snappy as possible"
11 },
12 {
13 "url": "https://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=orange",
18 "why": "A reasonable search term with images but no ads usually"
19 },
20 {
21 "url": "https://www.google.com/search?q=1600+Amphitheatre+Pkwy%2C+Mountain +View%2C+CA",
22 "why": "An address search"
23 },
24 {
25 "url": "http://www.google.com/search?q=tom+hanks",
26 "why": "A search for a known actor"
27 },
28 {
29 "url": "https://www.google.com/search?q=weather+94110",
30 "why": "A search for weather"
31 },
32 {
33 "url": "http://www.google.com/search?q=goog",
34 "why": "A search for a stock"
35 },
36 {
37 "url": "https://www.google.com/search?q=population+of+california",
38 "why": "Charts"
39 },
40 {
41 "url": "http://www.google.com/search?q=sfo+jfk+flights",
42 "why": "Flights"
43 },
44 {
45 "url": "https://www.google.com/search?q=movies+94110",
46 "why": "Movie showtimes"
47 },
48 {
49 "url": "http://www.google.com/search?q=tip+on+100+bill",
50 "why": "A tip calculator"
51 },
52 {
53 "url": "https://www.google.com/search?q=time+in+san+francisco",
54 "why": "Time"
55 },
56 {
57 "url": "http://www.google.com/search?q=define+define",
58 "why": "Definitions"
59 },
60 {
61 "url": "https://www.google.com/search?q=burritos+94110",
62 "why": "Local results"
63 },
64 {
65 "url": "http://www.google.com/search?q=x^3",
66 "why": "Graph"
67 }
68 ]
69 }
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