Skip to content

Commit

Permalink
Add PopularTasks AB test
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeSonia committed Aug 5, 2024
1 parent e0758ec commit 91a788d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ab_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@
- BankHolidaysTest:
- A
- B
- PopularTasks:
- A
- B
- C
- D
- Z
8 changes: 8 additions & 0 deletions dictionaries.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,21 @@
active_ab_tests:
Example: true
BankHolidaysTest: true
PopularTasks: true
ab_test_expiries:
Example: 86400
BankHolidaysTest: 86400
PopularTasks: 86400 # 1 day
# AB test percentages
example_percentages:
A: 50
B: 50
bankholidaystest_percentages:
A: 99
B: 1
populartasks_percentages:
A: 0
B: 0
C: 0
D: 0
Z: 100

0 comments on commit 91a788d

Please sign in to comment.