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-report4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/oe-build-perf-report b/scripts/oe-build-perf-report
index 89d9d6f6b5..4e067caba0 100755
--- a/scripts/oe-build-perf-report
+++ b/scripts/oe-build-perf-report
@@ -336,10 +336,6 @@ def print_diff_report(metadata_l, data_l, metadata_r, data_r):
336def print_html_report(data, id_comp): 336def print_html_report(data, id_comp):
337 """Print report in html format""" 337 """Print report in html format"""
338 # Handle metadata 338 # Handle metadata
339 metadata = {'branch': {'title': 'Branch', 'value': 'master'},
340 'hostname': {'title': 'Hostname', 'value': 'foobar'},
341 'commit': {'title': 'Commit', 'value': '1234'}
342 }
343 metadata = metadata_diff(data[id_comp].metadata, data[-1].metadata) 339 metadata = metadata_diff(data[id_comp].metadata, data[-1].metadata)
344 340
345 341