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

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

Issue 1814763004: Reverting significance level to 0.01 because of some suprious results. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Updated expectations, duh. 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 | scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json » ('j') | 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 b8a7455b0f4596ad6690df5c29cf58d1441a2ae3..63fa7686a0f26039ad681730828d479e184b6f4e 100644
--- a/scripts/slave/recipe_modules/auto_bisect/bisector.py
+++ b/scripts/slave/recipe_modules/auto_bisect/bisector.py
@@ -52,7 +52,7 @@ MAX_REQUIRED_SAMPLES = 15
# Significance level to use for determining difference between revisions via
# hypothesis testing.
-SIGNIFICANCE_LEVEL = 0.005
+SIGNIFICANCE_LEVEL = 0.01
_FAILED_INITIAL_CONFIDENCE_ABORT_REASON = (
'The metric values for the initial "good" and "bad" revisions '
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/auto_bisect/example.expected/android_arm64_bisector.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698