Skip to content

Commit

Permalink
Ramp up new browse AB test
Browse files Browse the repository at this point in the history
For 10 days 95% of users should see variant A and the rest should see
variant B.

Trello card: https://trello.com/c/VUPBYG8Y
  • Loading branch information
beccapearce committed May 13, 2024
1 parent 89ce981 commit f1ebedd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions dictionaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ active_ab_tests:
ab_test_expiries:
Example: 86400
BankHolidaysTest: 86400
NewBrowse: 86400 # 1 day
NewBrowse: 864000 # 10 days
# AB test percentages
example_percentages:
A: 50
Expand All @@ -14,6 +14,6 @@ bankholidaystest_percentages:
A: 99
B: 1
newbrowse_percentages:
A: 0
B: 0
Z: 100
A: 95
B: 5
Z: 0

0 comments on commit f1ebedd

Please sign in to comment.