| 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 ac71428abad086c03066f80f25113232532d7f11..cdea771c2890014eec1786ba8c38d30d08320a63 100755
|
| --- a/tools/auto_bisect/bisect_perf_regression.py
|
| +++ b/tools/auto_bisect/bisect_perf_regression.py
|
| @@ -246,9 +246,9 @@ https://sites.google.com/a/chromium.org/dev/developers/performance-try-bots
|
| """
|
|
|
| RESULTS_THANKYOU = """
|
| -O O | Visit http://www.chromium.org/developers/core-principles for Chrome's
|
| - X | policy on perf regressions. Contact chrome-perf-dashboard-team with any
|
| -/ \ | questions or suggestions about bisecting. THANK YOU."""
|
| +| O O | Visit http://www.chromium.org/developers/core-principles for Chrome's
|
| +| X | policy on perf regressions. Contact chrome-perf-dashboard-team with any
|
| +| / \ | questions or suggestions about bisecting. THANK YOU."""
|
|
|
| # Git branch name used to run bisect try jobs.
|
| BISECT_TRYJOB_BRANCH = 'bisect-tryjob'
|
|
|