From f1ebedd1822edc9c8dfd117b6d610088f73cee5e Mon Sep 17 00:00:00 2001 From: Rebecca Pearce <17481621+beccapearce@users.noreply.github.com> Date: Mon, 13 May 2024 15:57:10 +0100 Subject: [PATCH] Ramp up new browse AB test For 10 days 95% of users should see variant A and the rest should see variant B. Trello card: https://trello.com/c/VUPBYG8Y --- dictionaries.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dictionaries.yaml b/dictionaries.yaml index e9f4f6d..da99544 100644 --- a/dictionaries.yaml +++ b/dictionaries.yaml @@ -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 @@ -14,6 +14,6 @@ bankholidaystest_percentages: A: 99 B: 1 newbrowse_percentages: - A: 0 - B: 0 - Z: 100 + A: 95 + B: 5 + Z: 0