Commit e2fadf24 authored by Fergal Daly's avatar Fergal Daly Committed by Commit Bot

Add a testing configuration for HTMLParsingYieldTime study.

Corresponds to http://cl/221021676

Bug: 868246
Change-Id: I26f7fe58f07ecfcbe1b540b7c805f575b8b73320
Reviewed-on: https://chromium-review.googlesource.com/c/1198363Reviewed-by: default avatarMark Pearson <mpearson@chromium.org>
Commit-Queue: Fergal Daly <fergal@chromium.org>
Cr-Commit-Position: refs/heads/master@{#608141}
parent ac8b68be
...@@ -2160,6 +2160,30 @@ ...@@ -2160,6 +2160,30 @@
] ]
} }
], ],
"HTMLParsingYieldTime": [
{
"platforms": [
"android",
"android_webview",
"chromeos",
"ios",
"linux",
"mac",
"windows"
],
"experiments": [
{
"name": "Enabled_50ms",
"params": {
"limit": "0.05"
},
"enable_features": [
"HTMLParsingYieldTime"
]
}
]
}
],
"HTTPBadPhase3": [ "HTTPBadPhase3": [
{ {
"platforms": [ "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