summaryrefslogtreecommitdiffstats
path: root/scripts/oe-build-perf-report
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-build-perf-report')
-rwxr-xr-xscripts/oe-build-perf-report4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/oe-build-perf-report b/scripts/oe-build-perf-report
index 4e067caba0..8d730cd20a 100755
--- a/scripts/oe-build-perf-report
+++ b/scripts/oe-build-perf-report
@@ -396,7 +396,9 @@ def print_html_report(data, id_comp):
396 'max': get_data_item(data[-1][0], 'layers.meta.commit_count')} 396 'max': get_data_item(data[-1][0], 'layers.meta.commit_count')}
397 } 397 }
398 398
399 print(html.template.render(metadata=metadata, test_data=tests, chart_opts=chart_opts)) 399 print(html.template.render(title="Build Perf Test Report",
400 metadata=metadata, test_data=tests,
401 chart_opts=chart_opts))
400 402
401 403
402def dump_buildstats(repo, outdir, notes_ref, revs): 404def dump_buildstats(repo, outdir, notes_ref, revs):