forked from mozilla/activity-stream
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathexperiments.json
227 lines (227 loc) · 6.12 KB
/
experiments.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
{
"sample": {
"name": "Sample Experiment",
"active": false,
"description": "This is just a sample experiment. It will not be included since active is false",
"control": {
"value": "#000",
"description": "This is black"
},
"variant": {
"id": "do-not-delete-this-is-a-sample",
"value": "#FFF",
"threshold": 0.5,
"description": "This is white"
}
},
"recommendedHighlight": {
"name": "Recommended Highlights",
"active": false,
"description": "Show a recommendation from Pocket to the user",
"control": {
"value": false,
"description": "Do not show a recommendation"
},
"variant": {
"id": "exp-002-recommended-highlights",
"value": true,
"threshold": 0.3,
"description": "Show a recommendation in the third highlights spot"
}
},
"weightedHighlights": {
"name": "Weighted Highlights",
"active": false,
"description": "Use weighted highlights instead of the query based ones.",
"control": {
"value": false,
"description": "Use the query based system."
},
"variant": {
"id": "exp-003-weighted-highlights",
"value": true,
"threshold": 0.4,
"description": "Use the score based highlights."
}
},
"localMetadata": {
"name": "Local Page Scraper",
"active": false,
"description": "Locally compute metadata for pages",
"control": {
"value": false,
"description": "Do not compute metadata locally"
},
"variant": {
"id": "exp-004-local-metadata",
"value": true,
"threshold": 0.2,
"description": "Locally compute metadata"
}
},
"metadataService": {
"name": "Use Mozilla MetadataService",
"active": false,
"description": "Compute metadata using MetadataService",
"control": {
"value": false,
"description": "Use Embedly"
},
"variant": {
"id": "exp-005-metadata-service",
"value": true,
"threshold": 0.2,
"description": "Use MetadataService"
}
},
"dedupedCombinedFrecency": {
"name": "Combine score of deduped sites",
"active": false,
"description": "Add frecencies of deduped top sites for ranking",
"control": {
"value": false,
"description": "Use last frecency"
},
"variant": {
"id": "exp-006-deduped-combined-frecency",
"value": true,
"threshold": 0.2,
"description": "Use combined frecency"
}
},
"locallyFetchMetadata": {
"name": "Fetch Page Content Locally",
"active": false,
"description": "Make a network request for content of a URL",
"control": {
"value": false,
"description": "Use remote service for metadata"
},
"variant": {
"id": "exp-007-locally-fetch-metadata",
"value": true,
"threshold": 0.1,
"description": "Fetch page content locally"
}
},
"originalNewTabSites": {
"name": "Original about:newtab top sites",
"active": false,
"description": "Use the sites from the original about:newtab",
"control": {
"value": false,
"description": "Use sites from tiles"
},
"variant": {
"id": "exp-008-original-newtab-sites",
"value": true,
"threshold": 0.2,
"description": "Use sites from activity stream"
}
},
"screenshots": {
"name": "Screenshots for Top Sites",
"active": false,
"description": "Add screenshots for some Top Sites",
"control": {
"value": false,
"description": "Don't show screenshots"
},
"variant": {
"id": "exp-009-screenshots",
"value": true,
"threshold": 0.3,
"description": "Show screenshots"
}
},
"locallyFetchMetadata20": {
"name": "Fetch Page Content Locally",
"active": false,
"description": "Make a network request for content of a URL",
"control": {
"value": false,
"description": "Use remote service for metadata"
},
"variant": {
"id": "exp-010-locally-fetch-metadata",
"value": true,
"threshold": 0.2,
"description": "Fetch page content locally"
}
},
"newTabPrefs": {
"name": "Preferences Pane",
"active": true,
"description": "Enable the New Tab Prefs feature",
"control": {
"value": false,
"description": "New Tab Prefs is disabled"
},
"variant": {
"id": "exp-011-newtab-prefs",
"value": true,
"threshold": 0.2,
"description": "New Tab Prefs is enabled"
}
},
"screenshotsAsync": {
"name": "High Res Icons and Screenshots for Top Sites",
"active": false,
"description": "Add high res icons or screenshots for some Top Sites",
"control": {
"value": false,
"description": "Don't show screenshots"
},
"variant": {
"id": "exp-012-screenshotsasync",
"value": true,
"threshold": 0.3,
"description": "Show screenshots"
}
},
"bookmarkScreenshots": {
"name": "Screenshots for Highlights",
"active": true,
"description": "Show a screenshot for Highlights that otherwise don't have an image",
"control": {
"value": false,
"description": "Don't show screenshots in Highlights"
},
"variant": {
"id": "exp-013-bookmark-screenshots",
"value": true,
"threshold": 0.2,
"description": "Show screenshots in Highlights"
}
},
"screenshotsLongCache": {
"name": "High Res Icons and Screenshots for Top Sites with a long metadata cache",
"active": true,
"description": "Add high res icons or screenshots for some Top Sites",
"control": {
"value": false,
"description": "Don't show screenshots"
},
"variant": {
"id": "exp-014-screenshotsasync",
"value": true,
"threshold": 0.2,
"description": "Show screenshots"
}
},
"metadataLongCache": {
"name": "Metadata with Long Cache",
"active": true,
"description": "Change the timeout for metadata to a long time",
"control": {
"value": false,
"description": "Short metadata timeout"
},
"variant": {
"id": "exp-015-metadatalongcache",
"value": true,
"threshold": 0.2,
"description": "Long metadata timeout"
}
}
}