Commit 26f4c62b authored by Mohsen Izadi's avatar Mohsen Izadi Committed by Commit Bot

Re-add field trial testing config for DisableLatencyRecoveryDesktop

Based on the data gathered from running the experiment on canary/dev and
beta, it seems that the disabling latency recovery for both main and
impl threads is an overall performance win. So, we are going to
re-enable the (now-expired) experiment on stable and move forward with
its gradual rollout.

Bug: 993895
Change-Id: I5c45c3cb469d14cf53193d0af6a560842ce02be2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309188Reviewed-by: default avatarRobert Kaplow <rkaplow@chromium.org>
Commit-Queue: Mohsen Izadi <mohsen@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790549}
parent abbd8dea
...@@ -2237,6 +2237,25 @@ ...@@ -2237,6 +2237,25 @@
] ]
} }
], ],
"DisableLatencyRecoveryDesktop": [
{
"platforms": [
"chromeos",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "DisabledImplDisabledMain",
"disable_features": [
"ImplLatencyRecovery",
"MainLatencyRecovery"
]
}
]
}
],
"DisableMalwareExtensionsRemotely": [ "DisableMalwareExtensionsRemotely": [
{ {
"platforms": [ "platforms": [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment