Skip to content

Commit

Permalink
Start autocomplete AB test
Browse files Browse the repository at this point in the history
Initially this will direct 5% of traffic to the experiment variant (B).
Also extends expiry to 90 days.
  • Loading branch information
csutter committed Nov 22, 2024
1 parent 4ba766e commit 5cdb5e5
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
SearchAutocomplete: 86400
SearchAutocomplete: 7776000 # 90 days
# AB test percentages
example_percentages:
A: 50
Expand All @@ -14,6 +14,6 @@ bankholidaystest_percentages:
A: 99
B: 1
searchautocomplete_percentages:
A: 0 # Autocomplete off (control)
B: 0 # Autocomplete on (experiment)
Z: 100 # Baseline
A: 5 # Autocomplete off
B: 5 # Autocomplete on
Z: 90 # Autocomplete off (control)

0 comments on commit 5cdb5e5

Please sign in to comment.