| 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 9a555533eed55c7f14b255f5dd270ea9780996ff..8b7440b127de02988b1db3bc922e47f3fde14ff2 100755
|
| --- a/tools/auto_bisect/bisect_perf_regression.py
|
| +++ b/tools/auto_bisect/bisect_perf_regression.py
|
| @@ -247,21 +247,9 @@ https://sites.google.com/a/chromium.org/dev/developers/performance-try-bots
|
| """
|
|
|
| RESULTS_THANKYOU = """
|
| -===== THANK YOU FOR CHOOSING BISECT AIRLINES =====
|
| -Visit http://www.chromium.org/developers/core-principles for Chrome's policy
|
| -on perf regressions.
|
| -Contact chrome-perf-dashboard-team with any questions or suggestions about
|
| -bisecting.
|
| -. .-----.
|
| -. .---. \ \==)
|
| -. |PERF\ \ \\
|
| -. | ---------'-------'-----------.
|
| -. . 0 0 0 0 0 0 0 0 0 0 0 0 0 0 |_`-.
|
| -. \_____________.-------._______________)
|
| -. / /
|
| -. / /
|
| -. / /==)
|
| -. ._____."""
|
| +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."""
|
|
|
|
|
| def _AddAdditionalDepotInfo(depot_info):
|
|
|