Skip to content

Commit 8109d29

Browse files
committed
Add World Index to GraphQL A/B test
This was missed in a3a52ac.
1 parent a7a91d9 commit 8109d29

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
@@ -4,13 +4,15 @@ active_ab_tests:
44
GraphQLMinistersIndex: true
55
GraphQLNewsArticles: true
66
GraphQLRoles: true
7+
GraphQLWorldIndex: true
78
SearchFreshnessBoost: true
89
ab_test_expiries:
910
Example: 86400
1011
BankHolidaysTest: 86400
1112
GraphQLMinistersIndex: 86400
1213
GraphQLNewsArticles: 86400
1314
GraphQLRoles: 86400
15+
GraphQLWorldIndex: 86400
1416
SearchFreshnessBoost: 86400
1517
# AB test percentages
1618
example_percentages:
@@ -31,6 +33,10 @@ graphqlroles_percentages:
3133
A: 0
3234
B: 0
3335
Z: 100
36+
graphqlworldindex_percentages:
37+
A: 0
38+
B: 0
39+
Z: 100
3440
searchfreshnessboost_percentages:
3541
A: 50
3642
B: 50

www/ab_tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@
1919
- A
2020
- B
2121
- Z
22+
- GraphQLWorldIndex:
23+
- A
24+
- B
25+
- Z
2226
- SearchFreshnessBoost:
2327
- A
2428
- B

0 commit comments

Comments
 (0)