Commit b378dfe9 authored by Takashi Toyoshima's avatar Takashi Toyoshima Committed by Commit Bot

ResourceLoadScheduler: adopt launch candidate configuration

Field study indicates that the bg_limit_3_1 group shows the best
result. This patch adopt the same configuration for perftests to see
if there is a overlooked regressed scenario with the configuration.

Bug: 729954
Change-Id: Ied7a28851e4ebc86e65916c757dbf336a72863ff
Reviewed-on: https://chromium-review.googlesource.com/964036
Commit-Queue: Ilya Sherman <isherman@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#543561}
parent e51edcd3
...@@ -3063,10 +3063,10 @@ ...@@ -3063,10 +3063,10 @@
], ],
"experiments": [ "experiments": [
{ {
"name": "Enabled_bg_limit_8_4", "name": "Enabled_bg_limit_3_1",
"params": { "params": {
"bg_limit": "8", "bg_limit": "3",
"bg_sub_limit": "4" "bg_sub_limit": "1"
}, },
"enable_features": [ "enable_features": [
"ResourceLoadScheduler" "ResourceLoadScheduler"
......
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