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: |