diff options
| -rwxr-xr-x | scripts/oe-build-perf-report | 4 |
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): | |||
| 336 | def print_html_report(data, id_comp): | 336 | def 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 | ||
