Commit bd99ba31 authored by Alexander Timin's avatar Alexander Timin Committed by Commit Bot

[scheduler] Disable scheduling input heuristics on waterfall.

BUG=874836
R=rkaplow@chromium.org

Change-Id: Icf5c0b87a82dd8a9da5af02411727c103e4494b8
Reviewed-on: https://chromium-review.googlesource.com/c/1259662Reviewed-by: default avatarRobert Kaplow (sloooow) <rkaplow@chromium.org>
Commit-Queue: Alexander Timin <altimin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#599639}
parent 1268fb74
......@@ -985,6 +985,27 @@
]
}
],
"BlinkSchedulerRemoveInputUseCaseHeuristics": [
{
"platforms": [
"android",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "NoAllHeuristics",
"enable_features": [
"BlinkSchedulerDisableNonTouchstartInputHeuristics",
"BlinkSchedulerDisableTouchstartInputHeuristics"
]
}
]
}
],
"BlobDataPipeTuning": [
{
"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