Finalize 'commnts to display' a/b test (#20679)
This commit is contained in:
parent
38b1493c86
commit
4015b346e2
2 changed files with 5 additions and 1 deletions
|
|
@ -4,7 +4,9 @@ module Stories
|
|||
|
||||
def show
|
||||
@page = (params[:page] || 1).to_i
|
||||
@comments_variant = field_test(:comments_to_display_20240129, participant: @user)
|
||||
# This most recent test has concluded with a winner. Preserved as a comment awaiting next test
|
||||
# @comments_variant = field_test(:comments_to_display_20240129, participant: @user)
|
||||
@comments_variant = "more_inclusive_recent_good_comments"
|
||||
|
||||
@stories = assign_feed_stories
|
||||
|
||||
|
|
|
|||
|
|
@ -56,6 +56,8 @@ experiments:
|
|||
- recent_good_comments
|
||||
- more_inclusive_recent_good_comments
|
||||
- most_inclusive_recent_good_comments
|
||||
ended_at: 2024-02-25
|
||||
winner: more_inclusive_recent_good_comments
|
||||
weights:
|
||||
- 60
|
||||
- 10
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue