Commit fb7bb15b authored by Joel Fernandes's avatar Joel Fernandes Committed by Chromium LUCI CQ

Set CoreSchedulingEnabled to default enable

Core-scheduling tests have completed and is stable/performant. Make it
default enabled.

Finch experiment will be set to launch process.

Bug: b:152605392
Signed-off-by: default avatarJoel Fernandes <joelaf@google.com>
Change-Id: I902e282b23cb95b2f78bf52042fdc5f76aa959c2
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2584608Reviewed-by: default avatarBrian Geffon <bgeffon@chromium.org>
Reviewed-by: default avatarGreg Kerr <kerrnel@chromium.org>
Reviewed-by: default avatarXiyuan Xia <xiyuan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#835779}
parent 1cbfe1cc
......@@ -22,7 +22,7 @@ namespace system {
namespace {
const base::Feature kCoreScheduling{"CoreSchedulingEnabled",
base::FEATURE_DISABLED_BY_DEFAULT};
base::FEATURE_ENABLED_BY_DEFAULT};
}
void EnableCoreSchedulingIfAvailable() {
......
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