Searched refs:CONSISTENCY_BONUS_MAX (Results 1 – 1 of 1) sorted by relevance
40 private static final int CONSISTENCY_BONUS_MAX = 100; field in UiBenchmarkResult169 return CONSISTENCY_BONUS_MAX; in getConsistencyBonus()174 return (int) Math.min(Math.round(bonus), CONSISTENCY_BONUS_MAX); in getConsistencyBonus()