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

Side by Side Diff: testing/variations/fieldtrial_testing_config.json

Issue 2353973002: Add BrowserScheduler field trial to testing config for desktop. (Closed)
Patch Set: rebase Created 4 years, 2 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
« 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
1 { 1 {
2 "AndroidSessionNotifications": [ 2 "AndroidSessionNotifications": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android" 5 "android"
6 ], 6 ],
7 "experiments": [ 7 "experiments": [
8 { 8 {
9 "name": "Disabled" 9 "name": "Disabled"
10 } 10 }
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
175 "platforms": [ 175 "platforms": [
176 "win" 176 "win"
177 ], 177 ],
178 "experiments": [ 178 "experiments": [
179 { 179 {
180 "name": "Enabled" 180 "name": "Enabled"
181 } 181 }
182 ] 182 ]
183 } 183 }
184 ], 184 ],
185 "BrowserScheduler": [
186 {
187 "platforms": [
188 "chromeos",
189 "linux",
190 "mac",
191 "win"
192 ],
193 "experiments": [
194 {
195 "name": "Enabled",
196 "params": {
197 "Background": "3;8;0.1;0;30000",
198 "BackgroundFileIO": "3;8;0.1;0;30000",
199 "Foreground": "8;32;0.3;0;30000",
200 "ForegroundFileIO": "8;32;0.3;0;30000",
201 "RedirectSequencedWorkerPools": "true"
202 }
203 }
204 ]
205 }
206 ],
185 "CaptivePortalInterstitial": [ 207 "CaptivePortalInterstitial": [
186 { 208 {
187 "platforms": [ 209 "platforms": [
188 "chromeos", 210 "chromeos",
189 "linux", 211 "linux",
190 "mac", 212 "mac",
191 "win" 213 "win"
192 ], 214 ],
193 "experiments": [ 215 "experiments": [
194 { 216 {
(...skipping 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after
2188 { 2210 {
2189 "name": "Enabled", 2211 "name": "Enabled",
2190 "enable_features": [ 2212 "enable_features": [
2191 "use-new-media-cache" 2213 "use-new-media-cache"
2192 ] 2214 ]
2193 } 2215 }
2194 ] 2216 ]
2195 } 2217 }
2196 ] 2218 ]
2197 } 2219 }
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