Adjusted probabilities of theme ab test:

pull/14/head
Sam Bosley 13 years ago
parent a57e01bb4d
commit 93a2612cfc

@ -173,7 +173,7 @@ public class ABOptions {
} }
public static final String AB_THEME_KEY = "ab-theme"; public static final String AB_THEME_KEY = "ab-theme";
private static final int[] AB_THEME_PROBS = { 9, 1 }; private static final int[] AB_THEME_PROBS = { 1, 1 };
private static final String[] AB_THEME_DESCRIPTIONS = { "ab-theme-white", "ab-theme-black" }; private static final String[] AB_THEME_DESCRIPTIONS = { "ab-theme-white", "ab-theme-black" };
private static final String[] AB_THEME_EVENTS = { StatisticsConstants.USER_FIRST_TASK, private static final String[] AB_THEME_EVENTS = { StatisticsConstants.USER_FIRST_TASK,
StatisticsConstants.USER_FIRST_LIST, StatisticsConstants.USER_FIRST_LIST,

Loading…
Cancel
Save