Commit 446fdf59 authored by Maya Lekova's avatar Maya Lekova Committed by Commit Bot

Disable V8ConcurrentInlining for perf bots

This is a partial revert of
https://chromium-review.googlesource.com/c/chromium/src/+/2010843.
Since V8ConcurrentInlining is enabled in the Future variants, we want
it disabled by default to be able to tell the difference with the
enabled variant.

Bug: chromium:1031988, chromium:1044485
Change-Id: I8a353a565ec743e8577eebe9d4475469b0138abb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014934
Auto-Submit: Maya Lekova <mslekova@chromium.org>
Commit-Queue: Brian White <bcwhite@chromium.org>
Reviewed-by: default avatarBrian White <bcwhite@chromium.org>
Cr-Commit-Position: refs/heads/master@{#734506}
parent 51005538
...@@ -7430,14 +7430,14 @@ ...@@ -7430,14 +7430,14 @@
], ],
"experiments": [ "experiments": [
{ {
"name": "Enabled", "name": "Disabled",
"enable_features": [ "disable_features": [
"V8ConcurrentInlining" "V8ConcurrentInlining"
] ]
}, },
{ {
"name": "Disabled", "name": "Enabled",
"disable_features": [ "enable_features": [
"V8ConcurrentInlining" "V8ConcurrentInlining"
] ]
} }
......
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