Commit ab181b21 authored by kdillon's avatar kdillon Committed by Commit Bot

[scheduler] Field trial config for prioritzing rendering until begin main frame

Deleted the config for the old experiments, which are no longer active and were testing various prioritization schemes. Now that we have chosen a method of prioritizing rendering, this experiment is expanding on that by prioritizing rendering until we specifically see a frame as opposed to any rendering task.

Change-Id: I4da364bb32269c92c68730cc5be68c1c9c71c356
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2133270
Commit-Queue: Katie Dillon <kdillon@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#758575}
parent c664e8bf
...@@ -1128,11 +1128,10 @@ ...@@ -1128,11 +1128,10 @@
] ]
} }
], ],
"BlinkSchedulerVeryHighPriorityForCompositingExperiments": [ "BlinkSchedulerPrioritizeRenderingUntilBeginMainFrame": [
{ {
"platforms": [ "platforms": [
"android", "android",
"android_weblayer",
"chromeos", "chromeos",
"linux", "linux",
"mac", "mac",
...@@ -1140,17 +1139,9 @@ ...@@ -1140,17 +1139,9 @@
], ],
"experiments": [ "experiments": [
{ {
"name": "VeryHighPriorityForCompositingAfterDelay100", "name": "Enabled",
"params": {
"CompositingDelayLength": "100"
},
"enable_features": [ "enable_features": [
"BlinkSchedulerVeryHighPriorityForCompositingAfterDelay" "BlinkSchedulerPrioritizeCompositingUntilBeginMainFrame"
],
"disable_features": [
"BlinkSchedulerPrioritizeCompositingUntilBeginMainFrame",
"BlinkSchedulerVeryHighPriorityForCompositingAlternating",
"PrioritizeCompositingAndLoadingDuringEarlyLoading"
] ]
} }
] ]
......
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