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

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: Added coverage. 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 86a30ef88df1e4756e21a5f5a0b2abee29a55c0d..b4e2ff79d4e090446101a33cbe159dac383af851 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=test.get('chartjson_file', False))
except api.step.StepFailure as f:
exception = f
if exception:

Powered by Google App Engine
This is Rietveld 408576698