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

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

Issue 2800753002: Bisecting field trial testing config perf regression.
Patch Set: rebase 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 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "mac", 118 "mac",
119 "win" 119 "win"
120 ], 120 ],
121 "experiments": [ 121 "experiments": [
122 { 122 {
123 "name": "Enabled" 123 "name": "Enabled"
124 } 124 }
125 ] 125 ]
126 } 126 }
127 ], 127 ],
128 "AutofillCreditCardDropdownVariations": [
129 {
130 "platforms": [
131 "android"
132 ],
133 "experiments": [
134 {
135 "name": "LastUsedDate_IncreaseDropdownItemHeight_Experiment" ,
136 "params": {
137 "dropdown_item_height": "56"
138 },
139 "enable_features": [
140 "AutofillCreditCardLastUsedDateDisplay",
141 "AutofillCreditCardPopupLayout"
142 ]
143 }
144 ]
145 }
146 ],
147 "AutofillCreditCardSigninPromo": [
148 {
149 "platforms": [
150 "android",
151 "chromeos",
152 "linux",
153 "mac",
154 "win"
155 ],
156 "experiments": [
157 {
158 "name": "EnabledThree",
159 "params": {
160 "impression_limit": "3"
161 },
162 "enable_features": [
163 "AutofillCreditCardSigninPromo"
164 ]
165 }
166 ]
167 }
168 ],
169 "AutofillFieldMetadata": [ 128 "AutofillFieldMetadata": [
170 { 129 {
171 "platforms": [ 130 "platforms": [
172 "android", 131 "android",
173 "chromeos", 132 "chromeos",
174 "ios", 133 "ios",
175 "linux", 134 "linux",
176 "mac", 135 "mac",
177 "win" 136 "win"
178 ], 137 ],
(...skipping 17 matching lines...) Expand all
196 "experiments": [ 155 "experiments": [
197 { 156 {
198 "name": "Enabled", 157 "name": "Enabled",
199 "enable_features": [ 158 "enable_features": [
200 "AutofillProfileCleanup" 159 "AutofillProfileCleanup"
201 ] 160 ]
202 } 161 }
203 ] 162 ]
204 } 163 }
205 ], 164 ],
206 "AutofillProfileOrderByFrecency": [
207 {
208 "platforms": [
209 "android",
210 "chromeos",
211 "ios",
212 "linux",
213 "mac",
214 "win"
215 ],
216 "experiments": [
217 {
218 "name": "EnabledLimitTo3",
219 "params": {
220 "limit": "3"
221 }
222 },
223 {
224 "name": "Enabled"
225 }
226 ]
227 }
228 ],
229 "AutomaticTabDiscarding": [ 165 "AutomaticTabDiscarding": [
230 { 166 {
231 "platforms": [ 167 "platforms": [
232 "mac", 168 "mac",
233 "win" 169 "win"
234 ], 170 ],
235 "experiments": [ 171 "experiments": [
236 { 172 {
237 "name": "Enabled_Once_10-gen2", 173 "name": "Enabled_Once_10-gen2",
238 "params": { 174 "params": {
239 "MinimumProtectionTime": "600" 175 "MinimumProtectionTime": "600"
240 }, 176 },
241 "enable_features": [ 177 "enable_features": [
242 "AutomaticTabDiscarding" 178 "AutomaticTabDiscarding"
243 ] 179 ]
244 } 180 }
245 ] 181 ]
246 } 182 }
247 ], 183 ],
248 "BackgroundVideoOptimizations": [
249 {
250 "platforms": [
251 "android",
252 "chromeos",
253 "linux",
254 "mac",
255 "win"
256 ],
257 "experiments": [
258 {
259 "name": "BackgroundOptimizationEnabled5sOrLess",
260 "params": {
261 "max_keyframe_distance_ms": "5000"
262 },
263 "enable_features": [
264 "BackgroundVideoTrackOptimization"
265 ]
266 }
267 ]
268 }
269 ],
270 "BrowserBlacklist": [ 184 "BrowserBlacklist": [
271 { 185 {
272 "platforms": [ 186 "platforms": [
273 "win" 187 "win"
274 ], 188 ],
275 "experiments": [ 189 "experiments": [
276 { 190 {
277 "name": "Enabled" 191 "name": "Enabled"
278 } 192 }
279 ] 193 ]
280 } 194 }
281 ], 195 ],
282 "BrowserScheduler": [
283 {
284 "platforms": [
285 "android",
286 "chromeos",
287 "ios",
288 "linux",
289 "mac",
290 "win"
291 ],
292 "experiments": [
293 {
294 "name": "Default",
295 "params": {
296 "RedirectSequencedWorkerPools": "true"
297 }
298 },
299 {
300 "name": "EnableViaFlag",
301 "forcing_flag": "enable-browser-task-scheduler",
302 "params": {
303 "RedirectHistoryService": "true",
304 "RedirectNonUINonIOBrowserThreads": "true",
305 "RedirectSequencedWorkerPools": "true"
306 }
307 },
308 {
309 "name": "DisableViaFlag",
310 "forcing_flag": "disable-browser-task-scheduler"
311 }
312 ]
313 }
314 ],
315 "CSSExternalScanner": [
316 {
317 "platforms": [
318 "win",
319 "mac",
320 "chromeos",
321 "linux",
322 "android"
323 ],
324 "experiments": [
325 {
326 "name": "Enabled_ScanAndPreload",
327 "params": {
328 "cssExternalScannerNoPreload": "false",
329 "cssExternalScannerPreload": "true"
330 }
331 }
332 ]
333 }
334 ],
335 "CaptivePortalInterstitial": [ 196 "CaptivePortalInterstitial": [
336 { 197 {
337 "platforms": [ 198 "platforms": [
338 "chromeos", 199 "chromeos",
339 "linux", 200 "linux",
340 "mac", 201 "mac",
341 "win" 202 "win"
342 ], 203 ],
343 "experiments": [ 204 "experiments": [
344 { 205 {
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
418 "experiments": [ 279 "experiments": [
419 { 280 {
420 "name": "Control" 281 "name": "Control"
421 }, 282 },
422 { 283 {
423 "name": "Enabled" 284 "name": "Enabled"
424 } 285 }
425 ] 286 ]
426 } 287 }
427 ], 288 ],
428 "DataCompressionProxyLoFi": [
429 {
430 "platforms": [
431 "android"
432 ],
433 "experiments": [
434 {
435 "name": "Enabled",
436 "params": {
437 "hysteresis_period_seconds": "120",
438 "rtt_msec": "2000"
439 }
440 }
441 ]
442 }
443 ],
444 "DataCompressionProxyPromoVisibility": [ 289 "DataCompressionProxyPromoVisibility": [
445 { 290 {
446 "platforms": [ 291 "platforms": [
447 "android" 292 "android"
448 ], 293 ],
449 "experiments": [ 294 "experiments": [
450 { 295 {
451 "name": "Enabled" 296 "name": "Enabled"
452 } 297 }
453 ] 298 ]
454 } 299 }
455 ], 300 ],
456 "DataReductionProxyFREPromo": [
457 {
458 "platforms": [
459 "android"
460 ],
461 "experiments": [
462 {
463 "name": "Enabled_Warmup",
464 "params": {
465 "enable_warmup": "true"
466 }
467 }
468 ]
469 }
470 ],
471 "DataReductionProxyMainMenu": [
472 {
473 "platforms": [
474 "android"
475 ],
476 "experiments": [
477 {
478 "name": "Enabled",
479 "enable_features": [
480 "DataReductionProxyMainMenu"
481 ]
482 },
483 {
484 "name": "Enabled_Persistent",
485 "params": {
486 "persistent_menu_item_enabled": "true"
487 },
488 "enable_features": [
489 "DataReductionProxyMainMenu"
490 ]
491 }
492 ]
493 }
494 ],
495 "DataReductionProxyServerExperiments": [
496 {
497 "platforms": [
498 "android"
499 ],
500 "experiments": [
501 {
502 "name": "Brotli",
503 "params": {
504 "exp": "allow_brotli"
505 }
506 },
507 {
508 "name": "Control1",
509 "params": {
510 "exp": "finch_control1"
511 }
512 },
513 {
514 "name": "Control2",
515 "params": {
516 "exp": "finch_control2"
517 }
518 }
519 ]
520 }
521 ],
522 "DataReductionProxyUseQuic": [ 301 "DataReductionProxyUseQuic": [
523 { 302 {
524 "platforms": [ 303 "platforms": [
525 "android", 304 "android",
526 "chromeos", 305 "chromeos",
527 "linux", 306 "linux",
528 "mac", 307 "mac",
529 "win" 308 "win"
530 ], 309 ],
531 "experiments": [ 310 "experiments": [
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
574 "experiments": [ 353 "experiments": [
575 { 354 {
576 "name": "DefaultEnableGpuRasterization", 355 "name": "DefaultEnableGpuRasterization",
577 "enable_features": [ 356 "enable_features": [
578 "DefaultEnableGpuRasterization" 357 "DefaultEnableGpuRasterization"
579 ] 358 ]
580 } 359 }
581 ] 360 ]
582 } 361 }
583 ], 362 ],
584 "DelayNavigation": [
585 {
586 "platforms": [
587 "android",
588 "chromeos",
589 "linux",
590 "mac",
591 "win"
592 ],
593 "experiments": [
594 {
595 "name": "DelayNavigation",
596 "params": {
597 "delay_millis": "4",
598 "delay_probability": "0.5",
599 "randomize_delay": "true"
600 },
601 "enable_features": [
602 "DelayNavigation"
603 ]
604 }
605 ]
606 }
607 ],
608 "DirectCompositionOverlays": [
609 {
610 "platforms": [
611 "win"
612 ],
613 "experiments": [
614 {
615 "name": "DirectCompositionOverlays",
616 "enable_features": [
617 "DirectCompositionOverlays"
618 ]
619 }
620 ]
621 }
622 ],
623 "DisallowFetchForDocWrittenScriptsInMainFrame": [
624 {
625 "platforms": [
626 "android"
627 ],
628 "experiments": [
629 {
630 "name": "DocumentWriteEvaluatorGroup",
631 "params": {
632 "disallowFetchForDocWrittenScriptsInMainFrame": "false",
633 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConne ctions": "false"
634 },
635 "enable_features": [
636 "DocumentWriteEvaluator"
637 ]
638 }
639 ]
640 },
641 {
642 "platforms": [
643 "chromeos"
644 ],
645 "experiments": [
646 {
647 "name": "DocumentWriteScriptBlockGroup",
648 "params": {
649 "disallowFetchForDocWrittenScriptsInMainFrame": "true"
650 },
651 "disable_features": [
652 "DocumentWriteEvaluator"
653 ]
654 }
655 ]
656 },
657 {
658 "platforms": [
659 "linux"
660 ],
661 "experiments": [
662 {
663 "name": "DocumentWriteEvaluatorGroup",
664 "params": {
665 "disallowFetchForDocWrittenScriptsInMainFrame": "false",
666 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConne ctions": "false"
667 },
668 "enable_features": [
669 "DocumentWriteEvaluator"
670 ]
671 }
672 ]
673 },
674 {
675 "platforms": [
676 "mac",
677 "win"
678 ],
679 "experiments": [
680 {
681 "name": "DocumentWriteScriptBlockGroup_20161208_Launch",
682 "params": {
683 "disallowFetchForDocWrittenScriptsInMainFrame": "false",
684 "disallowFetchForDocWrittenScriptsInMainFrameOnSlowConne ctions": "true"
685 },
686 "disable_features": [
687 "DocumentWriteEvaluator"
688 ]
689 }
690 ]
691 }
692 ],
693 "DownloadAttributionPerformanceTest": [ 363 "DownloadAttributionPerformanceTest": [
694 { 364 {
695 "platforms": [ 365 "platforms": [
696 "chromeos", 366 "chromeos",
697 "linux", 367 "linux",
698 "mac", 368 "mac",
699 "win" 369 "win"
700 ], 370 ],
701 "experiments": [ 371 "experiments": [
702 { 372 {
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
891 "experiments": [ 561 "experiments": [
892 { 562 {
893 "name": "ExpectCTReportingEnabled", 563 "name": "ExpectCTReportingEnabled",
894 "enable_features": [ 564 "enable_features": [
895 "ExpectCTReporting" 565 "ExpectCTReporting"
896 ] 566 ]
897 } 567 }
898 ] 568 ]
899 } 569 }
900 ], 570 ],
901 "ExpensiveBackgroundTimerThrottling": [
902 {
903 "platforms": [
904 "android",
905 "chromeos",
906 "linux",
907 "mac",
908 "win"
909 ],
910 "experiments": [
911 {
912 "name": "Enabled_30sMaxThrottilingDelay",
913 "params": {
914 "cpu_budget": "0.01",
915 "initial_budget": "1.0",
916 "max_budget": "3.0",
917 "max_delay": "-1"
918 },
919 "enable_features": [
920 "ExpensiveBackgroundTimerThrottling"
921 ]
922 }
923 ]
924 }
925 ],
926 "ExtensionContentVerification": [ 571 "ExtensionContentVerification": [
927 { 572 {
928 "platforms": [ 573 "platforms": [
929 "win" 574 "win"
930 ], 575 ],
931 "experiments": [ 576 "experiments": [
932 { 577 {
933 "name": "Enforce" 578 "name": "Enforce"
934 } 579 }
935 ] 580 ]
(...skipping 236 matching lines...) Expand 10 before | Expand all | Expand 10 after
1172 "platforms": [ 817 "platforms": [
1173 "android" 818 "android"
1174 ], 819 ],
1175 "experiments": [ 820 "experiments": [
1176 { 821 {
1177 "name": "Enabled" 822 "name": "Enabled"
1178 } 823 }
1179 ] 824 ]
1180 } 825 }
1181 ], 826 ],
1182 "LowPriorityIFrames": [
1183 {
1184 "platforms": [
1185 "android"
1186 ],
1187 "experiments": [
1188 {
1189 "name": "Enabled",
1190 "params": {
1191 "lowPriorityIframes": "true"
1192 }
1193 }
1194 ]
1195 }
1196 ],
1197 "MacAllowBackgroundingProcesses": [ 827 "MacAllowBackgroundingProcesses": [
1198 { 828 {
1199 "platforms": [ 829 "platforms": [
1200 "mac" 830 "mac"
1201 ], 831 ],
1202 "experiments": [ 832 "experiments": [
1203 { 833 {
1204 "name": "Enabled", 834 "name": "Enabled",
1205 "enable_features": [ 835 "enable_features": [
1206 "MacAllowBackgroundingProcesses" 836 "MacAllowBackgroundingProcesses"
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after
1328 "mac", 958 "mac",
1329 "win" 959 "win"
1330 ], 960 ],
1331 "experiments": [ 961 "experiments": [
1332 { 962 {
1333 "name": "Enabled" 963 "name": "Enabled"
1334 } 964 }
1335 ] 965 ]
1336 } 966 }
1337 ], 967 ],
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": [
1362 {
1363 "platforms": [
1364 "android"
1365 ],
1366 "experiments": [
1367 {
1368 "name": "Phase2Enabled3wWithDesktop",
1369 "params": {
1370 "bookmarks_consider_desktop_visits": "true",
1371 "bookmarks_max_age_in_days": "21"
1372 },
1373 "enable_features": [
1374 "NTPBookmarkSuggestions"
1375 ]
1376 }
1377 ]
1378 }
1379 ],
1380 "NTPPersonalizedSectionRanking": [
1381 {
1382 "platforms": [
1383 "android"
1384 ],
1385 "experiments": [
1386 {
1387 "name": "Enabled-ClickBasedRanker",
1388 "params": {
1389 "category_ranker": "click_based"
1390 },
1391 "enable_features": [
1392 "ContentSuggestionsCategoryRanker"
1393 ]
1394 }
1395 ]
1396 }
1397 ],
1398 "NTPPopularSites": [ 968 "NTPPopularSites": [
1399 { 969 {
1400 "platforms": [ 970 "platforms": [
1401 "android" 971 "android"
1402 ], 972 ],
1403 "experiments": [ 973 "experiments": [
1404 { 974 {
1405 "name": "EnabledFull" 975 "name": "EnabledFull"
1406 } 976 }
1407 ] 977 ]
1408 } 978 }
1409 ], 979 ],
1410 "NTPPreferAmpUrls": [ 980 "NTPPreferAmpUrls": [
1411 { 981 {
1412 "platforms": [ 982 "platforms": [
1413 "android" 983 "android"
1414 ], 984 ],
1415 "experiments": [ 985 "experiments": [
1416 { 986 {
1417 "name": "Enabled", 987 "name": "Enabled",
1418 "enable_features": [ 988 "enable_features": [
1419 "NTPPreferAmpUrls" 989 "NTPPreferAmpUrls"
1420 ] 990 ]
1421 } 991 }
1422 ] 992 ]
1423 } 993 }
1424 ], 994 ],
1425 "NTPRecentForeignTabs": [
1426 {
1427 "platforms": [
1428 "android"
1429 ],
1430 "experiments": [
1431 {
1432 "name": "Enabled-ThreeHour",
1433 "params": {
1434 "max_foreign_tabs_age_in_minutes": "180"
1435 },
1436 "enable_features": [
1437 "NTPForeignSessionsSuggestions"
1438 ]
1439 }
1440 ]
1441 }
1442 ],
1443 "NTPTilesInInstantService": [ 995 "NTPTilesInInstantService": [
1444 { 996 {
1445 "platforms": [ 997 "platforms": [
1446 "chromeos", 998 "chromeos",
1447 "linux", 999 "linux",
1448 "mac", 1000 "mac",
1449 "win" 1001 "win"
1450 ], 1002 ],
1451 "experiments": [ 1003 "experiments": [
1452 { 1004 {
(...skipping 1722 matching lines...) Expand 10 before | Expand all | Expand 10 after
3175 { 2727 {
3176 "name": "Enabled", 2728 "name": "Enabled",
3177 "enable_features": [ 2729 "enable_features": [
3178 "use-new-media-cache" 2730 "use-new-media-cache"
3179 ] 2731 ]
3180 } 2732 }
3181 ] 2733 ]
3182 } 2734 }
3183 ] 2735 ]
3184 } 2736 }
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