summaryrefslogtreecommitdiffstats
path: root/scripts/oe-build-perf-report
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/oe-build-perf-report')
-rwxr-xr-xscripts/oe-build-perf-report2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/oe-build-perf-report b/scripts/oe-build-perf-report
index d460caae18..6f0b84f9ec 100755
--- a/scripts/oe-build-perf-report
+++ b/scripts/oe-build-perf-report
@@ -373,7 +373,7 @@ def print_html_report(data, id_comp):
373 373
374 # Chart options 374 # Chart options
375 chart_opts = {'haxis': {'min': get_data_item(data[0][0], 'layers.meta.commit_count'), 375 chart_opts = {'haxis': {'min': get_data_item(data[0][0], 'layers.meta.commit_count'),
376 'max': get_data_item(data[0][0], 'layers.meta.commit_count')} 376 'max': get_data_item(data[-1][0], 'layers.meta.commit_count')}
377 } 377 }
378 378
379 print(html.template.render(metadata=metadata, test_data=tests, chart_opts=chart_opts)) 379 print(html.template.render(metadata=metadata, test_data=tests, chart_opts=chart_opts))