Skip to content

Commit

Permalink
Update rollout percentage for DayZeroStudyWindows (#1156)
Browse files Browse the repository at this point in the history
  • Loading branch information
DJAndries authored Aug 12, 2024
1 parent c97e67a commit a1acbfe
Showing 1 changed file with 36 additions and 2 deletions.
38 changes: 36 additions & 2 deletions seed/seed.json
Original file line number Diff line number Diff line change
Expand Up @@ -2555,8 +2555,42 @@
"probability_weight": 4
},
{
"name": "Default",
"probability_weight": 92
"feature_association": {
"enable_feature": [
"BraveDayZeroExperiment"
]
},
"parameters": [
{
"name": "variant",
"value": "a"
}
],
"name": "EnabledA_Ext",
"probability_weight": 1
},
{
"name": "Default_Preperiod_A",
"probability_weight": 45
},
{
"feature_association": {
"enable_feature": [
"BraveDayZeroExperiment"
]
},
"parameters": [
{
"name": "variant",
"value": "b"
}
],
"name": "EnabledB_Ext",
"probability_weight": 1
},
{
"name": "Default_Preperiod_B",
"probability_weight": 45
}
],
"filter": {
Expand Down

0 comments on commit a1acbfe

Please sign in to comment.