summaryrefslogtreecommitdiff
path: root/scripts/lib/build_perf
AgeCommit message (Collapse)AuthorFiles
2017-04-01scripts: add oe-build-perf-report scriptMarkus Lehtonen5
A new tool for pretty-printing build perf test results stored in a Git repository. The scripts is able to produce either simple plaintext report showing the difference between two commits, or, an html report that also displays trendcharts of the test results. The script uses Jinja2 templates for generating HTML reports so it requires python3-jinja2 to be installed on the system. [YOCTO #10931] Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>