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

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

Issue 2711633003: Reland of [ResourceScheduler] Yield after starting several requests (Closed)
Patch Set: Address comments from PS3 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
« no previous file with comments | « content/browser/loader/resource_scheduler_unittest.cc ('k') | 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 "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 1373 matching lines...) Expand 10 before | Expand all | Expand 10 after
1384 "Unknown.DefaultMedianKbps": "1916", 1384 "Unknown.DefaultMedianKbps": "1916",
1385 "Unknown.DefaultMedianRTTMsec": "121", 1385 "Unknown.DefaultMedianRTTMsec": "121",
1386 "WiFi.DefaultMedianKbps": "2736", 1386 "WiFi.DefaultMedianKbps": "2736",
1387 "WiFi.DefaultMedianRTTMsec": "168", 1387 "WiFi.DefaultMedianRTTMsec": "168",
1388 "correlation_logging_probability": "0.001" 1388 "correlation_logging_probability": "0.001"
1389 } 1389 }
1390 } 1390 }
1391 ] 1391 ]
1392 } 1392 }
1393 ], 1393 ],
1394 "NetworkSchedulerYielding": [
1395 {
1396 "platforms": [
1397 "chromeos",
1398 "linux",
1399 "mac",
1400 "win",
1401 "android"
1402 ],
1403 "experiments": [
1404 {
1405 "name": "Enabled",
1406 "enable_features": [
1407 "NetworkSchedulerYielding"
1408 ]
1409 }
1410 ]
1411 }
1412 ],
1394 "NetworkTimeQueries": [ 1413 "NetworkTimeQueries": [
1395 { 1414 {
1396 "platforms": [ 1415 "platforms": [
1397 "android", 1416 "android",
1398 "chromeos", 1417 "chromeos",
1399 "ios", 1418 "ios",
1400 "linux", 1419 "linux",
1401 "mac", 1420 "mac",
1402 "win" 1421 "win"
1403 ], 1422 ],
(...skipping 1527 matching lines...) Expand 10 before | Expand all | Expand 10 after
2931 { 2950 {
2932 "name": "Enabled", 2951 "name": "Enabled",
2933 "enable_features": [ 2952 "enable_features": [
2934 "use-new-media-cache" 2953 "use-new-media-cache"
2935 ] 2954 ]
2936 } 2955 }
2937 ] 2956 ]
2938 } 2957 }
2939 ] 2958 ]
2940 } 2959 }
OLDNEW
« no previous file with comments | « content/browser/loader/resource_scheduler_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698