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

Unified Diff: tools/bisect-perf-regression.py

Issue 400803002: Add commit SHA1 as this information is used to mark issues as dup by perf dashboard (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/bisect-perf-regression.py
diff --git a/tools/bisect-perf-regression.py b/tools/bisect-perf-regression.py
index 2b3291cb46bee28d37d34df2bae7e27791569691..8a52e0b68f8fedead716e2772eeb14e2530bd5ea 100755
--- a/tools/bisect-perf-regression.py
+++ b/tools/bisect-perf-regression.py
@@ -203,6 +203,7 @@ RESULTS_REVISION_INFO = """
===== SUSPECTED CL(s) =====
Subject : %(subject)s
Author : %(author)s%(email_info)s%(commit_info)s
+Commit : %(cl)s
Date : %(cl_date)s"""
REPRO_STEPS_LOCAL = """
@@ -3374,6 +3375,7 @@ class BisectPerformanceMetrics(object):
'author': info['author'],
'email_info': email_info,
'commit_info': commit_info,
+ 'cl': cl,
'cl_date': info['date']
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698