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

Unified Diff: scripts/slave/performance_log_processor.py

Issue 565973005: Revert of Update buildbots to parse new telemetry JSON format. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.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 | scripts/slave/results_dashboard.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/performance_log_processor.py
diff --git a/scripts/slave/performance_log_processor.py b/scripts/slave/performance_log_processor.py
index 29682f508ecdbcacdf9b6fb5f7f8846ae3cb41af..5be386aded4d1fcd9e538c401f8c414145e874f9 100644
--- a/scripts/slave/performance_log_processor.py
+++ b/scripts/slave/performance_log_processor.py
@@ -111,10 +111,6 @@
self._v8_revision = build_properties.get('got_v8_revision', 'undefined')
self._percentiles = [.1, .25, .5, .75, .90, .95, .99]
-
- def IsChartJson(self): # pylint: disable=R0201
- """This is not the new telemetry --chartjson output format."""
- return False
def PerformanceLogs(self):
if not self._finalized:
« no previous file with comments | « no previous file | scripts/slave/results_dashboard.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698