mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
scripts/oe-build-perf-report: provide valid title in the html report
(From OE-Core rev: 46312fde635a717e41d12e7ef01940838316ae17) Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
93139fb66e
commit
eaeb698129
@@ -396,7 +396,9 @@ def print_html_report(data, id_comp):
|
||||
'max': get_data_item(data[-1][0], 'layers.meta.commit_count')}
|
||||
}
|
||||
|
||||
print(html.template.render(metadata=metadata, test_data=tests, chart_opts=chart_opts))
|
||||
print(html.template.render(title="Build Perf Test Report",
|
||||
metadata=metadata, test_data=tests,
|
||||
chart_opts=chart_opts))
|
||||
|
||||
|
||||
def dump_buildstats(repo, outdir, notes_ref, revs):
|
||||
|
||||
Reference in New Issue
Block a user