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

Unified Diff: tools/auto_bisect/bisect_perf_regression.py

Issue 616903003: Shortening thank you message for a cleaner output. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | tools/auto_bisect/ttest_test.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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):
« no previous file with comments | « no previous file | tools/auto_bisect/ttest_test.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698