Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(124)

Unified Diff: scripts/slave/recipe_modules/auto_bisect/bisector.py

Issue 1778233002: Further reducing the max required samples. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 e6caa9b47da7853f5ece3715996a20bd77c01c86..4d6d1628a946968cb91f539a0c87b41cfab0d8e6 100644
--- a/scripts/slave/recipe_modules/auto_bisect/bisector.py
+++ b/scripts/slave/recipe_modules/auto_bisect/bisector.py
@@ -48,7 +48,7 @@ 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 = 25
+MAX_REQUIRED_SAMPLES = 15
# Significance level to use for determining difference between revisions via
# hypothesis testing.
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698