Skip to content

Commit 05b41fa

Browse files
authored
Merge pull request #142 from alphagov/scu
Add `SearchFreshnessBoost` AB test
2 parents f211dc8 + 0c8a11a commit 05b41fa

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

dictionaries.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,22 @@
11
active_ab_tests:
22
Example: true
33
BankHolidaysTest: true
4+
SearchFreshnessBoost: true
45
ab_test_expiries:
56
Example: 86400
67
BankHolidaysTest: 86400
8+
SearchFreshnessBoost: 86400
79
# AB test percentages
810
example_percentages:
911
A: 50
1012
B: 50
1113
bankholidaystest_percentages:
1214
A: 99
1315
B: 1
16+
searchfreshnessboost_percentages:
17+
A: 5
18+
B: 5
19+
Z: 90
1420
# Dictionary for /bank-holidays.json rate limiter
1521
bankholidaysjson_ratelimiter:
1622
'/bank-holidays.json': 'Bank Holidays JSON'

www/ab_tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,7 @@
77
- BankHolidaysTest:
88
- A
99
- B
10+
- SearchFreshnessBoost:
11+
- A
12+
- B
13+
- Z

0 commit comments

Comments
 (0)