* Declare winner in feed_top_articles_query test * Some WIP modifications to lfe * Fix up tests and generalize * Fix style * Adjust tests to handle different field test scenarios * Remove socre_randomness tests * Fix test to fit stub * Update app/workers/users/record_field_test_event_worker.rb
36 lines
1 KiB
YAML
36 lines
1 KiB
YAML
experiments:
|
|
# No field test running.
|
|
# To run a test, change the five variants here. You can create more than
|
|
# five, but five is our typical standard.
|
|
# Do not change the goals unless you intend to also change the corresponding code in
|
|
# app/workers/users/record_field_test_event_worker.rb
|
|
|
|
# variant_name:
|
|
# variants:
|
|
# - base
|
|
# - variant_1
|
|
# - variant_2
|
|
# - variant_3
|
|
# - variant_4
|
|
# weights: # "base" gets a few more rolls of the dice
|
|
# - 20
|
|
# - 20
|
|
# - 20
|
|
# - 20
|
|
# - 20
|
|
# goals:
|
|
# - user_creates_comment
|
|
# - user_creates_comment_four_days_in_week
|
|
# - user_views_article_four_days_in_week
|
|
# - user_views_article_four_hours_in_day
|
|
# - user_views_article_nine_days_in_two_week
|
|
# - user_views_article_twelve_hours_in_five_days
|
|
exclude:
|
|
bots: true
|
|
|
|
# Dashboard performance
|
|
cache: true
|
|
|
|
# For logged-in users we'll explicitely pass participant.
|
|
# If we experiment on non-logged in, we don't want to collect cookies anyway.
|
|
cookies: false
|