| Index: scripts/slave/recipe_modules/auto_bisect/bisector.py
|
| diff --git a/scripts/slave/recipe_modules/auto_bisect/bisector.py b/scripts/slave/recipe_modules/auto_bisect/bisector.py
|
| index 34bce59c9899cf08a8863c06d36f69d7bf015579..c17e496b885b1d5e9eb9ad7b8e80a21a29357823 100644
|
| --- a/scripts/slave/recipe_modules/auto_bisect/bisector.py
|
| +++ b/scripts/slave/recipe_modules/auto_bisect/bisector.py
|
| @@ -48,11 +48,11 @@ DEFAULT_SEARCH_RANGE_PERCENTAGE = 0.25
|
| REGRESSION_CHECK_TIMEOUT = 2 * 60 * 60
|
| # If we reach this number of samples on the reference range and have not
|
| # achieved statistical significance, bail.
|
| -MAX_REQUIRED_SAMPLES = 50
|
| +MAX_REQUIRED_SAMPLES = 25
|
|
|
| # Significance level to use for determining difference between revisions via
|
| # hypothesis testing.
|
| -SIGNIFICANCE_LEVEL = 0.01
|
| +SIGNIFICANCE_LEVEL = 0.005
|
|
|
| _FAILED_INITIAL_CONFIDENCE_ABORT_REASON = (
|
| 'The metric values for the initial "good" and "bad" revisions '
|
|
|