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

Unified Diff: scripts/slave/recipe_modules/chromium/steps.py

Issue 745463003: Display telemetry chartjson output and result data on waterfall. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 6 years, 1 month 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
Index: scripts/slave/recipe_modules/chromium/steps.py
diff --git a/scripts/slave/recipe_modules/chromium/steps.py b/scripts/slave/recipe_modules/chromium/steps.py
index af1cec27167fea3d3eedd751528011c9a4aca556..b8341ec31cf2ca78042f48ab1e09951dab88c27b 100644
--- a/scripts/slave/recipe_modules/chromium/steps.py
+++ b/scripts/slave/recipe_modules/chromium/steps.py
@@ -412,7 +412,8 @@ class DynamicPerfTests(Test):
perf_dashboard_id=test.get('perf_dashboard_id', test_name),
perf_id=self.perf_id,
test_type=test.get('perf_dashboard_id', test_name),
- xvfb=True)
+ xvfb=True,
+ chartjson_file=True)
except api.step.StepFailure as f:
exception = f
if exception:

Powered by Google App Engine
This is Rietveld 408576698