| 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 beced3ad7cc89b90d893a542958a40188955fd2e..af933a25113b6d747e65dcf7c08cf086da84fe98 100755
|
| --- a/tools/auto_bisect/bisect_perf_regression.py
|
| +++ b/tools/auto_bisect/bisect_perf_regression.py
|
| @@ -3,6 +3,8 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| +
|
| +
|
| """Chromium auto-bisect tool
|
|
|
| This script bisects a range of commits using binary search. It starts by getting
|
|
|