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

Unified Diff: tools/telemetry/telemetry/results/chart_json_output_formatter.py

Issue 940123003: [Telemetry] Add indentation to json_output & chart_json_output. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | tools/telemetry/telemetry/results/json_output_formatter.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/results/chart_json_output_formatter.py
diff --git a/tools/telemetry/telemetry/results/chart_json_output_formatter.py b/tools/telemetry/telemetry/results/chart_json_output_formatter.py
index 43af846912916c449b6818c84652fd5097aa51f9..0603d97446e6f74797755947a206738d4786f12d 100644
--- a/tools/telemetry/telemetry/results/chart_json_output_formatter.py
+++ b/tools/telemetry/telemetry/results/chart_json_output_formatter.py
@@ -71,5 +71,5 @@ class ChartJsonOutputFormatter(output_formatter.OutputFormatter):
self._benchmark_metadata,
page_test_results.all_page_specific_values,
page_test_results.all_summary_values),
- self.output_stream)
+ self.output_stream, indent=2)
self.output_stream.write('\n')
« no previous file with comments | « no previous file | tools/telemetry/telemetry/results/json_output_formatter.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698