diff --git a/dictionaries.yaml b/dictionaries.yaml index 27b1aa0..55bdba3 100644 --- a/dictionaries.yaml +++ b/dictionaries.yaml @@ -2,10 +2,12 @@ active_ab_tests: Example: true BankHolidaysTest: true PopularTasks: true + SearchAutocomplete: true ab_test_expiries: Example: 86400 BankHolidaysTest: 86400 PopularTasks: 7862400 # 91 days/ 3 months avg + SearchAutocomplete: 86400 # AB test percentages example_percentages: A: 50 @@ -18,3 +20,7 @@ populartasks_percentages: B: 33 C: 33 Z: 1 +searchautocomplete_percentages: + A: 0 # Autocomplete off (control) + B: 0 # Autocomplete on (experiment) + Z: 100 # Baseline diff --git a/www/ab_tests.yaml b/www/ab_tests.yaml index 6c01f3f..393cc47 100644 --- a/www/ab_tests.yaml +++ b/www/ab_tests.yaml @@ -12,3 +12,7 @@ - B - C - Z +- SearchAutocomplete: + - A # Autocomplete off (control) + - B # Autocomplete on (experiment) + - Z # Baseline