Commit ef655505 authored by Jarryd's avatar Jarryd Committed by Commit Bot

Quota: Update field trial config to match Finch

The Finch configs for the Quota Expansion experiment were updated to
use groups that better suited our experiment.  This change rectifies the
disconnect between the field trial testing config which is a prequisite
to moving an experiment into the beta channel.

Change-Id: I469ff653bac1a6634c762a7c49ac6e75bb7ce7ea
Reviewed-on: https://chromium-review.googlesource.com/c/1492672
Commit-Queue: Jarryd Goodman <jarrydg@chromium.org>
Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Reviewed-by: default avatarSteven Holte <holte@chromium.org>
Cr-Commit-Position: refs/heads/master@{#636657}
parent c69a17ab
...@@ -3898,97 +3898,17 @@ ...@@ -3898,97 +3898,17 @@
{ {
"platforms": [ "platforms": [
"android", "android",
"ios", "chromeos",
"linux", "linux",
"mac", "mac",
"windows" "windows"
], ],
"experiments": [ "experiments": [
{ {
"name": "Enabled_Pool_TwoThirds_Origin_OneFifth", "name": "Enabled_Pool_Four_Fifths_Origin_ThreeQuarters",
"params": {
"PerHostPortion": "0.2",
"PoolSizeRatio": "0.6666666666666666"
},
"enable_features": [
"QuotaExpandPoolSize"
]
},
{
"name": "Enabled_Pool_ThreeQuarters_Origin_OneFifth",
"params": {
"PerHostPortion": "0.2",
"PoolSizeRatio": "0.75"
},
"enable_features": [
"QuotaExpandPoolSize"
]
},
{
"name": "Enabled_Pool_Full_Origin_OneFifth",
"params": {
"PerHostPortion": "0.2",
"PoolSizeRatio": "1.0"
},
"enable_features": [
"QuotaExpandPoolSize"
]
},
{
"name": "Enabled_Pool_TwoThirds_Origin_OneHalf",
"params": {
"PerHostPortion": "0.5",
"PoolSizeRatio": "0.6666666666666666"
},
"enable_features": [
"QuotaExpandPoolSize"
]
},
{
"name": "Enabled_Pool_ThreeQuarters_Origin_OneHalf",
"params": {
"PerHostPortion": "0.5",
"PoolSizeRatio": "0.75"
},
"enable_features": [
"QuotaExpandPoolSize"
]
},
{
"name": "Enabled_Pool_Full_Origin_OneHalf",
"params": {
"PerHostPortion": "0.5",
"PoolSizeRatio": "1.0"
},
"enable_features": [
"QuotaExpandPoolSize"
]
},
{
"name": "Enabled_Pool_TwoThirds_Origin_TwoThirds",
"params": {
"PerHostPortion": "0.6666666666666666",
"PoolSizeRatio": "0.6666666666666666"
},
"enable_features": [
"QuotaExpandPoolSize"
]
},
{
"name": "Enabled_Pool_ThreeQuarters_Origin_TwoThirds",
"params": {
"PerHostPortion": "0.6666666666666666",
"PoolSizeRatio": "0.75"
},
"enable_features": [
"QuotaExpandPoolSize"
]
},
{
"name": "Enabled_Pool_Full_Origin_TwoThirds",
"params": { "params": {
"PerHostPortion": "0.6666666666666666", "PerHostRatio": "0.75",
"PoolSizeRatio": "1.0" "PoolSizeRatio": "0.8"
}, },
"enable_features": [ "enable_features": [
"QuotaExpandPoolSize" "QuotaExpandPoolSize"
......
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