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

Unified Diff: testing/variations/fieldtrial_testing_config.json

Issue 2532183002: [scheduler] Enable expensive background timer throttling on waterfall. (Closed)
Patch Set: [scheduler] Enable expensive background timer throttling on waterfall. Created 4 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/variations/fieldtrial_testing_config.json
diff --git a/testing/variations/fieldtrial_testing_config.json b/testing/variations/fieldtrial_testing_config.json
index 197e76822001d19f674e28d364eb17f11f0615ae..3bf5a94fb15f24bd2bb31e59546912f3d5e5f8e3 100644
--- a/testing/variations/fieldtrial_testing_config.json
+++ b/testing/variations/fieldtrial_testing_config.json
@@ -664,6 +664,31 @@
]
}
],
+ "ExpensiveBackgroundTimerThrottling": [
+ {
+ "platforms": [
+ "android",
+ "chromeos",
+ "linux",
+ "mac",
+ "win"
+ ],
+ "experiments": [
+ {
+ "name": "ExpensiveBackgroundTimerThrottlingEnabled",
+ "params": {
+ "cpu_budget": "0.01",
+ "initial_budget": "1.0",
+ "max_budget": "3.0",
+ "max_delay": "-1"
+ },
+ "enable_features": [
+ "ExpensiveBackgroundTimerThrottling"
+ ]
+ }
+ ]
+ }
+ ],
"ExtensionActionRedesign": [
{
"platforms": [
« 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