Skip to content

Commit

Permalink
Merge pull request #129 from alphagov/finish-autocomp-ab
Browse files Browse the repository at this point in the history
Remove `SearchAutocomplete` AB test
  • Loading branch information
kevindew authored Dec 11, 2024
2 parents 8cad1d6 + bd0be7f commit bde0ee3
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions dictionaries.yaml
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
active_ab_tests:
Example: true
BankHolidaysTest: true
SearchAutocomplete: true
ab_test_expiries:
Example: 86400
BankHolidaysTest: 86400
SearchAutocomplete: 7776000 # 90 days
# AB test percentages
example_percentages:
A: 50
B: 50
bankholidaystest_percentages:
A: 99
B: 1
searchautocomplete_percentages:
A: 50 # Autocomplete off
B: 50 # Autocomplete on
Z: 0 # Autocomplete off (control)
4 changes: 0 additions & 4 deletions www/ab_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@
- BankHolidaysTest:
- A
- B
- SearchAutocomplete:
- A # Autocomplete off
- B # Autocomplete on
- Z # Autocomplete off (control)

0 comments on commit bde0ee3

Please sign in to comment.