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

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

Issue 946553004: [telemetry] - Rename benchmark_rerun_options to trace_rerun_options. (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 | no next file » | 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 0603d97446e6f74797755947a206738d4786f12d..753a840a1ec97c9b2c948ce4ba443018975a7a24 100644
--- a/tools/telemetry/telemetry/results/chart_json_output_formatter.py
+++ b/tools/telemetry/telemetry/results/chart_json_output_formatter.py
@@ -54,7 +54,7 @@ def _ResultsAsChartDict(benchmark_metadata, page_specific_values,
'format_version': '0.1',
'benchmark_name': benchmark_metadata.name,
'benchmark_description': benchmark_metadata.description,
- 'benchmark_rerun_options': benchmark_metadata.rerun_options,
+ 'trace_rerun_options': benchmark_metadata.rerun_options,
'charts': charts,
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698