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

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

Issue 2446603002: Enable SequencedWorkerPool to TaskScheduler redirection in testing config. (Closed)
Patch Set: Created 4 years, 1 month 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 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 { 199 {
200 "name": "EnableViaFlag", 200 "name": "EnableViaFlag",
201 "forcing_flag": "enable-browser-task-scheduler", 201 "forcing_flag": "enable-browser-task-scheduler",
202 "params": { 202 "params": {
203 "Background": "3;8;0.1;0;30000", 203 "Background": "3;8;0.1;0;30000",
204 "BackgroundFileIO": "3;8;0.1;0;30000", 204 "BackgroundFileIO": "3;8;0.1;0;30000",
205 "Foreground": "8;32;0.3;0;30000", 205 "Foreground": "8;32;0.3;0;30000",
206 "ForegroundFileIO": "8;32;0.3;0;30000", 206 "ForegroundFileIO": "8;32;0.3;0;30000",
207 "RedirectSequencedWorkerPools": "true" 207 "RedirectSequencedWorkerPools": "true"
208 } 208 }
209 },
210 {
211 "name": "Enabled",
gab 2016/10/24 19:51:29 I think the first group is the one that runs by de
fdoray 2016/10/25 13:06:53 Done.
212 "params": {
213 "Background": "3;8;0.1;0;30000",
214 "BackgroundFileIO": "3;8;0.1;0;30000",
215 "Foreground": "8;32;0.3;0;30000",
216 "ForegroundFileIO": "8;32;0.3;0;30000",
217 "RedirectSequencedWorkerPools": "true"
218 }
209 } 219 }
210 ] 220 ]
211 } 221 }
212 ], 222 ],
213 "CaptivePortalInterstitial": [ 223 "CaptivePortalInterstitial": [
214 { 224 {
215 "platforms": [ 225 "platforms": [
216 "chromeos", 226 "chromeos",
217 "linux", 227 "linux",
218 "mac", 228 "mac",
(...skipping 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after
2254 { 2264 {
2255 "name": "Enabled", 2265 "name": "Enabled",
2256 "enable_features": [ 2266 "enable_features": [
2257 "use-new-media-cache" 2267 "use-new-media-cache"
2258 ] 2268 ]
2259 } 2269 }
2260 ] 2270 ]
2261 } 2271 }
2262 ] 2272 ]
2263 } 2273 }
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