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

Unified Diff: telemetry/telemetry/internal/results/html2_output_formatter.py

Issue 2000063006: Define DiagnosticMap and a basic Diagnostic hierarchy (Closed) Base URL: https://github.com/catapult-project/catapult.git@master
Patch Set: rebase Created 4 years, 7 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 | telemetry/telemetry/value/common_value_helpers.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: telemetry/telemetry/internal/results/html2_output_formatter.py
diff --git a/telemetry/telemetry/internal/results/html2_output_formatter.py b/telemetry/telemetry/internal/results/html2_output_formatter.py
index adf9089ff5cc29bd16140444adcf7ac89b2227ee..e44949984a4fb8a48e79d8905dce63410d4cf0e8 100644
--- a/telemetry/telemetry/internal/results/html2_output_formatter.py
+++ b/telemetry/telemetry/internal/results/html2_output_formatter.py
@@ -45,7 +45,8 @@ class Html2OutputFormatter(output_formatter.OutputFormatter):
f.write('\n'.join([
'',
'<script>',
- 'values.addValueDicts(%s);' % json.dumps(page_test_results.value_set),
+ 'values.addValuesFromDicts(%s);' % json.dumps(
+ page_test_results.value_set),
'</script>',
'']))
« no previous file with comments | « no previous file | telemetry/telemetry/value/common_value_helpers.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698