mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-01-31 10:11:17 +00:00
csvproc: Whitespace
This commit is contained in:
parent
bf14242c74
commit
b88004be94
@ -81,7 +81,7 @@ class CsvReportProcessor(ResultProcessor):
|
|||||||
header = [o.id, o.label, o.iteration]
|
header = [o.id, o.label, o.iteration]
|
||||||
for metric in o.result.metrics:
|
for metric in o.result.metrics:
|
||||||
row = (header + [metric.name] +
|
row = (header + [metric.name] +
|
||||||
[str(metric.classifiers.get(c, ''))
|
[str(metric.classifiers.get(c, ''))
|
||||||
for c in extra_columns] +
|
for c in extra_columns] +
|
||||||
[str(metric.value), metric.units or ''])
|
[str(metric.value), metric.units or ''])
|
||||||
writer.writerow(row)
|
writer.writerow(row)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user