| Index: tools/auto_bisect/bisect_perf_regression.py
|
| diff --git a/tools/auto_bisect/bisect_perf_regression.py b/tools/auto_bisect/bisect_perf_regression.py
|
| index 8ba9ca98d4e3cb73da873b2fd015e5df80e9dcb4..bbea80cbb132432e7a6c1ae259377b6a8bac030d 100755
|
| --- a/tools/auto_bisect/bisect_perf_regression.py
|
| +++ b/tools/auto_bisect/bisect_perf_regression.py
|
| @@ -76,7 +76,7 @@ MAX_LINUX_BUILD_TIME = 14400
|
|
|
| # The confidence percentage we require to consider the initial range a
|
| # regression based on the test results of the inital good and bad revisions.
|
| -REGRESSION_CONFIDENCE = 95
|
| +REGRESSION_CONFIDENCE = 80
|
|
|
| # Patch template to add a new file, DEPS.sha under src folder.
|
| # This file contains SHA1 value of the DEPS changes made while bisecting
|
|
|