Skip to content

Commit

Permalink
[task] Update AlignWakeUpsWithAntiStarvation and
Browse files Browse the repository at this point in the history
ExplicitHighResolutionTimerWin in testing config

Bug: 1153139
Change-Id: I61924d753e48f38a6e129bfbf904b5b262204a79
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4441366
Reviewed-by: Francois Pierre Doray <fdoray@chromium.org>
Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1131956}
  • Loading branch information
Etienne Pierre-doray authored and Chromium LUCI CQ committed Apr 18, 2023
1 parent b9ad821 commit 0a68235
Showing 1 changed file with 25 additions and 8 deletions.
33 changes: 25 additions & 8 deletions testing/variations/fieldtrial_testing_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
]
}
],
"AlignWakeUps": [
"AlignWakeUpsWithAntiStarvation": [
{
"platforms": [
"android",
Expand All @@ -75,22 +75,19 @@
"fuchsia",
"ios",
"linux",
"mac",
"windows"
"mac"
],
"experiments": [
{
"name": "Enabled16ms_20221212",
"name": "Enabled16msAntiStarvation_20230405",
"params": {
"count": "1",
"leeway": "16ms"
},
"enable_features": [
"AddTaskLeeway",
"AlignWakeUps",
"ExplicitHighResolutionTimerWin"
],
"disable_features": [
"UseLessHighResTimers"
"MaxDelayedStarvationTasks"
]
}
]
Expand Down Expand Up @@ -5008,6 +5005,26 @@
]
}
],
"ExplicitHighResolutionTimerWin": [
{
"platforms": [
"windows"
],
"experiments": [
{
"name": "Enabled_20230405",
"params": {
"leeway": "16ms"
},
"enable_features": [
"AddTaskLeeway",
"ExplicitHighResolutionTimerWin",
"UseLessHighResTimers"
]
}
]
}
],
"ExploreSitesDense": [
{
"platforms": [
Expand Down

0 comments on commit 0a68235

Please sign in to comment.