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

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

Issue 2800223002: [7] Bisecting field trial testing config perf regression.
Patch Set: Created 3 years, 8 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 | « 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 "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 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 "mac", 1328 "mac",
1329 "win" 1329 "win"
1330 ], 1330 ],
1331 "experiments": [ 1331 "experiments": [
1332 { 1332 {
1333 "name": "Enabled" 1333 "name": "Enabled"
1334 } 1334 }
1335 ] 1335 ]
1336 } 1336 }
1337 ], 1337 ],
1338 "NTPArticleSuggestions": [
1339 {
1340 "platforms": [
1341 "android"
1342 ],
1343 "experiments": [
1344 {
1345 "name": "EnabledSoftFetches",
1346 "params": {
1347 "fetching_interval_hours-wifi-active_ntp_user": "8",
1348 "scheduler_trigger_types": "persistent_scheduler_wake_up ,ntp_opened",
1349 "send_top_languages": "true",
1350 "soft_fetching_interval_hours-active-active_ntp_user": " 2",
1351 "soft_fetching_interval_hours-active-active_suggestions_ consumer": "1",
1352 "soft_fetching_interval_hours-active-rare_ntp_user": "4"
1353 },
1354 "enable_features": [
1355 "NTPArticleSuggestions"
1356 ]
1357 }
1358 ]
1359 }
1360 ],
1361 "NTPBookmarkSuggestions": [ 1338 "NTPBookmarkSuggestions": [
1362 { 1339 {
1363 "platforms": [ 1340 "platforms": [
1364 "android" 1341 "android"
1365 ], 1342 ],
1366 "experiments": [ 1343 "experiments": [
1367 { 1344 {
1368 "name": "Phase2Enabled3wWithDesktop", 1345 "name": "Phase2Enabled3wWithDesktop",
1369 "params": { 1346 "params": {
1370 "bookmarks_consider_desktop_visits": "true", 1347 "bookmarks_consider_desktop_visits": "true",
(...skipping 1813 matching lines...) Expand 10 before | Expand all | Expand 10 after
3184 { 3161 {
3185 "name": "Enabled", 3162 "name": "Enabled",
3186 "enable_features": [ 3163 "enable_features": [
3187 "use-new-media-cache" 3164 "use-new-media-cache"
3188 ] 3165 ]
3189 } 3166 }
3190 ] 3167 ]
3191 } 3168 }
3192 ] 3169 ]
3193 } 3170 }
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