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

Issue 3004493002: Make Telemetry produce CSV, JSON, and HTML by default. (Closed)

Created:
3 years, 4 months ago by benjhayden
Modified:
3 years, 4 months ago
Reviewers:
CC:
catapult-reviews_chromium.org, telemetry-reviews_chromium.org
Target Ref:
refs/heads/master
Project:
catapult
Visibility:
Public.

Description

Make Telemetry produce CSV, JSON, and HTML by default. Currently, telemetry requires users to specify output formats with no defaults. If users specify only one format, and then decide that they actually wanted another format, then they either need to re-run the benchmark, or navigate a complex and undocumented web of scripts to convert their results. This CL makes telemetry produce the 3 most useful output formats by default in order to minimize the chances that the user will experience output-format-remorse. This CL depends on CsvOutputFormatter https://codereview.chromium.org/3003163002

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M telemetry/telemetry/internal/results/results_options.py View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 1 (1 generated)
benjhayden
3 years, 4 months ago (2017-08-22 20:00:39 UTC) #1
Description was changed from

==========
Make Telemetry produce CSV, JSON, and HTML by default.

Currently, telemetry requires users to specify output formats with no defaults.
If users specify only one format, and then decide that they actually wanted
another format, then they either need to re-run the benchmark, or navigate a
complex and undocumented web of scripts to convert their results.

This CL makes telemetry produce the 3 most useful output formats by default in
order to minimize the chances that the user will experience
output-format-remorse.

This CL depends on CsvOutputFormatter
==========

to

==========
Make Telemetry produce CSV, JSON, and HTML by default.

Currently, telemetry requires users to specify output formats with no defaults.
If users specify only one format, and then decide that they actually wanted
another format, then they either need to re-run the benchmark, or navigate a
complex and undocumented web of scripts to convert their results.

This CL makes telemetry produce the 3 most useful output formats by default in
order to minimize the chances that the user will experience
output-format-remorse.

This CL depends on CsvOutputFormatter https://codereview.chromium.org/3003163002
==========

Powered by Google App Engine
This is Rietveld 408576698