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

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

Issue 2682163002: [ResourceScheduler] Yield after starting several requests (Closed)
Patch Set: Fix variable name Created 3 years, 10 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
OLDNEW
1 { 1 {
2 "AlternateComponentUrls": [ 2 "AlternateComponentUrls": [
3 { 3 {
4 "platforms": [ 4 "platforms": [
5 "android", 5 "android",
6 "chromeos", 6 "chromeos",
7 "ios", 7 "ios",
8 "linux", 8 "linux",
9 "mac", 9 "mac",
10 "win" 10 "win"
(...skipping 1278 matching lines...) Expand 10 before | Expand all | Expand 10 after
1289 "Unknown.DefaultMedianKbps": "1916", 1289 "Unknown.DefaultMedianKbps": "1916",
1290 "Unknown.DefaultMedianRTTMsec": "121", 1290 "Unknown.DefaultMedianRTTMsec": "121",
1291 "WiFi.DefaultMedianKbps": "2736", 1291 "WiFi.DefaultMedianKbps": "2736",
1292 "WiFi.DefaultMedianRTTMsec": "168", 1292 "WiFi.DefaultMedianRTTMsec": "168",
1293 "correlation_logging_probability": "0.001" 1293 "correlation_logging_probability": "0.001"
1294 } 1294 }
1295 } 1295 }
1296 ] 1296 ]
1297 } 1297 }
1298 ], 1298 ],
1299 "NetworkSchedulerYielding": [
1300 {
1301 "platforms": [
1302 "chromeos",
1303 "linux",
1304 "mac",
1305 "win",
1306 "android"
1307 ],
1308 "experiments": [
1309 {
1310 "name": "Enabled",
1311 "enable_features": [
1312 "NetworkSchedulerYielding"
1313 ]
1314 }
1315 ]
1316 }
1317 ],
1299 "NetworkTimeQueries": [ 1318 "NetworkTimeQueries": [
1300 { 1319 {
1301 "platforms": [ 1320 "platforms": [
1302 "android", 1321 "android",
1303 "chromeos", 1322 "chromeos",
1304 "ios", 1323 "ios",
1305 "linux", 1324 "linux",
1306 "mac", 1325 "mac",
1307 "win" 1326 "win"
1308 ], 1327 ],
(...skipping 1413 matching lines...) Expand 10 before | Expand all | Expand 10 after
2722 { 2741 {
2723 "name": "Enabled", 2742 "name": "Enabled",
2724 "enable_features": [ 2743 "enable_features": [
2725 "use-new-media-cache" 2744 "use-new-media-cache"
2726 ] 2745 ]
2727 } 2746 }
2728 ] 2747 ]
2729 } 2748 }
2730 ] 2749 ]
2731 } 2750 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698