Skip to content

Commit

Permalink
Rollout "day zero" experiment
Browse files Browse the repository at this point in the history
  • Loading branch information
DJAndries committed Apr 5, 2024
1 parent 85ada4b commit 8f28f5c
Showing 1 changed file with 94 additions and 28 deletions.
122 changes: 94 additions & 28 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2401,34 +2401,6 @@
]
}
},
{
"experiments": [
{
"feature_association": {
"enable_feature": [
"BraveDayZeroFlag"
]
},
"name": "Enabled",
"probability_weight": 50
},
{
"name": "Default",
"probability_weight": 50
}
],
"filter": {
"channel": [
"NIGHTLY",
"BETA",
"RELEASE"
],
"platform": [
"ANDROID"
]
},
"name": "DayZeroExperiment"
},
{
"experiments": [
{
Expand Down Expand Up @@ -2684,6 +2656,100 @@
"ANDROID"
]
}
},
{
"name": "DayZeroStudyAndroid",
"experiments": [
{
"feature_association": {
"enable_feature": [
"BraveDayZeroExperiment"
]
},
"parameters": [
{
"name": "variant",
"value": "a"
}
],
"name": "EnabledA",
"probability_weight": 3
},
{
"feature_association": {
"enable_feature": [
"BraveDayZeroExperiment"
]
},
"parameters": [
{
"name": "variant",
"value": "b"
}
],
"name": "EnabledB",
"probability_weight": 3
},
{
"name": "Default",
"probability_weight": 94
}
],
"filter": {
"channel": [
"RELEASE"
],
"platform": [
"ANDROID"
]
}
},
{
"name": "DayZeroStudyWindows",
"experiments": [
{
"feature_association": {
"enable_feature": [
"BraveDayZeroExperiment"
]
},
"parameters": [
{
"name": "variant",
"value": "a"
}
],
"name": "EnabledA",
"probability_weight": 4
},
{
"feature_association": {
"enable_feature": [
"BraveDayZeroExperiment"
]
},
"parameters": [
{
"name": "variant",
"value": "b"
}
],
"name": "EnabledB",
"probability_weight": 4
},
{
"name": "Default",
"probability_weight": 92
}
],
"filter": {
"channel": [
"RELEASE"
],
"platform": [
"WINDOWS"
]
}
}
],
"version": "1"
Expand Down

0 comments on commit 8f28f5c

Please sign in to comment.