Skip to content

Commit

Permalink
Merge 8186823 into 4f91a05
Browse files Browse the repository at this point in the history
  • Loading branch information
DJAndries authored Aug 8, 2024
2 parents 4f91a05 + 8186823 commit 880b265
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 @@ -2584,8 +2584,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 880b265

Please sign in to comment.