]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
oe-build-perf-report: Add apache echarts to make report interactive
authorNinette Adhikari <13760198+ninetteadhikari@users.noreply.github.com>
Fri, 3 May 2024 14:43:36 +0000 (16:43 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 May 2024 12:10:29 +0000 (13:10 +0100)
commit63c9321832aae79d20a4ddd199a4a1385f81de53
tree23676d4b0296a423542a9c653f82cf16aec87409
parent6c99147037ba8ca424ee42520183bd2bd55c7056
oe-build-perf-report: Add apache echarts to make report interactive

- Add Apache echarts (https://echarts.apache.org/en/index.html) library to create build performance charts.
- Restructure data to time and value array format so that it can be used by echarts.
- This commit also converts test duration to minutes to map against the values axis.
- Zoom is added to the line charts.

Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
scripts/lib/build_perf/html/measurement_chart.html
scripts/lib/build_perf/html/report.html