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

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

Issue 2488513003: Revert of 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 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": "Enabled", 197 "name": "Default"
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 }
205 }, 198 },
206 { 199 {
207 "name": "EnableViaFlag", 200 "name": "EnableViaFlag",
208 "forcing_flag": "enable-browser-task-scheduler", 201 "forcing_flag": "enable-browser-task-scheduler",
209 "params": { 202 "params": {
210 "Background": "3;8;0.1;0;30000", 203 "Background": "3;8;0.1;0;30000",
211 "BackgroundFileIO": "3;8;0.1;0;30000", 204 "BackgroundFileIO": "3;8;0.1;0;30000",
212 "Foreground": "8;32;0.3;0;30000", 205 "Foreground": "8;32;0.3;0;30000",
213 "ForegroundFileIO": "8;32;0.3;0;30000", 206 "ForegroundFileIO": "8;32;0.3;0;30000",
214 "RedirectSequencedWorkerPools": "true" 207 "RedirectSequencedWorkerPools": "true"
(...skipping 2028 matching lines...) Expand 10 before | Expand all | Expand 10 after
2243 { 2236 {
2244 "name": "Enabled", 2237 "name": "Enabled",
2245 "enable_features": [ 2238 "enable_features": [
2246 "use-new-media-cache" 2239 "use-new-media-cache"
2247 ] 2240 ]
2248 } 2241 }
2249 ] 2242 ]
2250 } 2243 }
2251 ] 2244 ]
2252 } 2245 }
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