mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-02 11:22:41 +01:00
csvproc: Whitespace
This commit is contained in:
committed by
setrofim
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)
|
||||||
|
Reference in New Issue
Block a user