]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
buildperf: Avoid step usage in performance line graphs
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Mar 2025 22:11:07 +0000 (22:11 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 28 Mar 2025 22:14:11 +0000 (22:14 +0000)
When using steps in the line chart, you have to look long and hard
to understand if the data is the lower or upper point on the step.

Whilst not as pretty, the sloped line charts are more accurate so
switch to those as the transition points are important and the main
reason for the charts.

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

index 3cd713a2ee5a0ecae1b6e35b84247df60d932b90..5e4f4be336f322852711502d8c760b49fea34d92 100644 (file)
@@ -82,7 +82,6 @@
       {
         name: '{{ measurement.value_type.quantity }}',
         type: 'line',
-        step: 'start',
         symbol: 'none',
         data: data
       }
       {
         name: '{{ measurement.value_type.quantity }}',
         type: 'line',
-        step: 'start',
         symbol: 'none',
         data: commitCountData
       }