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

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

Issue 2744553004: [scheduler] Update finch testing config (Closed)
Patch Set: Created 3 years, 9 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 830 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 "mac", 841 "mac",
842 "win" 842 "win"
843 ], 843 ],
844 "experiments": [ 844 "experiments": [
845 { 845 {
846 "name": "Enabled_30sMaxThrottilingDelay", 846 "name": "Enabled_30sMaxThrottilingDelay",
847 "params": { 847 "params": {
848 "cpu_budget": "0.01", 848 "cpu_budget": "0.01",
849 "initial_budget": "1.0", 849 "initial_budget": "1.0",
850 "max_budget": "3.0", 850 "max_budget": "3.0",
851 "max_delay": "30.0" 851 "max_delay": "-1"
852 }, 852 },
853 "enable_features": [ 853 "enable_features": [
854 "ExpensiveBackgroundTimerThrottling" 854 "ExpensiveBackgroundTimerThrottling"
855 ] 855 ]
856 } 856 }
857 ] 857 ]
858 } 858 }
859 ], 859 ],
860 "ExtensionContentVerification": [ 860 "ExtensionContentVerification": [
861 { 861 {
(...skipping 2112 matching lines...) Expand 10 before | Expand all | Expand 10 after
2974 { 2974 {
2975 "name": "Enabled", 2975 "name": "Enabled",
2976 "enable_features": [ 2976 "enable_features": [
2977 "use-new-media-cache" 2977 "use-new-media-cache"
2978 ] 2978 ]
2979 } 2979 }
2980 ] 2980 ]
2981 } 2981 }
2982 ] 2982 ]
2983 } 2983 }
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