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

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

Issue 2446603002: Enable SequencedWorkerPool to TaskScheduler redirection in testing config. (Closed)
Patch Set: CR gab #7 (remove default) 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 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 "platforms": [ 187 "platforms": [
188 "android", 188 "android",
189 "chromeos", 189 "chromeos",
190 "ios", 190 "ios",
191 "linux", 191 "linux",
192 "mac", 192 "mac",
193 "win" 193 "win"
194 ], 194 ],
195 "experiments": [ 195 "experiments": [
196 { 196 {
197 "name": "Default" 197 "name": "Enabled",
198 "params": {
199 "Background": "3;8;0.1;0;30000",
200 "BackgroundFileIO": "3;8;0.1;0;30000",
201 "Foreground": "8;32;0.3;0;30000",
202 "ForegroundFileIO": "8;32;0.3;0;30000",
203 "RedirectSequencedWorkerPools": "true"
204 }
198 }, 205 },
199 { 206 {
200 "name": "EnableViaFlag", 207 "name": "EnableViaFlag",
201 "forcing_flag": "enable-browser-task-scheduler", 208 "forcing_flag": "enable-browser-task-scheduler",
202 "params": { 209 "params": {
203 "Background": "3;8;0.1;0;30000", 210 "Background": "3;8;0.1;0;30000",
204 "BackgroundFileIO": "3;8;0.1;0;30000", 211 "BackgroundFileIO": "3;8;0.1;0;30000",
205 "Foreground": "8;32;0.3;0;30000", 212 "Foreground": "8;32;0.3;0;30000",
206 "ForegroundFileIO": "8;32;0.3;0;30000", 213 "ForegroundFileIO": "8;32;0.3;0;30000",
207 "RedirectSequencedWorkerPools": "true" 214 "RedirectSequencedWorkerPools": "true"
(...skipping 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after
2236 { 2243 {
2237 "name": "Enabled", 2244 "name": "Enabled",
2238 "enable_features": [ 2245 "enable_features": [
2239 "use-new-media-cache" 2246 "use-new-media-cache"
2240 ] 2247 ]
2241 } 2248 }
2242 ] 2249 ]
2243 } 2250 }
2244 ] 2251 ]
2245 } 2252 }
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