]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
scripts/buildperf: Add chart tabs for commit count/time
authorNinette Adhikari <ninette.adhikari@gmail.com>
Mon, 27 Jan 2025 13:20:08 +0000 (14:20 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 9 Feb 2025 22:23:19 +0000 (22:23 +0000)
commitb263edd33f6c895238d81ef148c0445fcd0aa268
tree6da35116c915aeceaf02ae78f77859f9888fce6c
parent56d1bc3f8f45d2f9c8ca0319c429cec562a16384
scripts/buildperf: Add chart tabs for commit count/time

We triggered a test of an older revision to narrow down when performance
changed. The issue is that git's timestamps are granular to 1s. We'll
usually merge a set of commits at the same time so they will all have
the same timestamp for a block of them. This means that even if we use
the commit date, all the points can't be distinguished on the graph.
The author date doesn't work either as the commits are not merged in
author date order.

To solve this this patch adds the commit_count chart as a separate tab
next to the start_time chart

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/lib/build_perf/html/measurement_chart.html
scripts/lib/build_perf/html/report.html