Skip to content

Commit

Permalink
Update weights for release channel
Browse files Browse the repository at this point in the history
  • Loading branch information
deeppandya committed Dec 17, 2024
1 parent 4ad7970 commit 4a99a1d
Showing 1 changed file with 27 additions and 2 deletions.
29 changes: 27 additions & 2 deletions studies/AndroidOnboardingStudy.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
experiment: [
{
name: 'Enabled',
probability_weight: 25,
probability_weight: 100,
feature_association: {
enable_feature: [
'NewAndroidOnboarding',
Expand All @@ -13,13 +13,38 @@
},
{
name: 'Default',
probability_weight: 75,
probability_weight: 0,
},
],
filter: {
channel: [
'NIGHTLY',
'BETA',
],
platform: [
'ANDROID',
],
},
},
{
name: 'AndroidOnboardingStudy',
experiment: [
{
name: 'Enabled',
probability_weight: 25,
feature_association: {
enable_feature: [
'NewAndroidOnboarding',
],
},
},
{
name: 'Default',
probability_weight: 75,
},
],
filter: {
channel: [
'RELEASE',
],
platform: [
Expand Down

0 comments on commit 4a99a1d

Please sign in to comment.