1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-01 10:52:33 +01:00

Configuration: Added a new module for generating the default config file

This commit also adds a missing scription to the `csv` result processor
This commit is contained in:
Sebastian Goscik
2016-09-27 11:25:39 +01:00
parent 1ad0079dcf
commit 97d822c2b7
2 changed files with 45 additions and 3 deletions

View File

@@ -56,14 +56,14 @@ class StandardProcessor(ResultProcessor):
class CsvReportProcessor(ResultProcessor):
"""
name = 'csv'
description = """
Creates a ``results.csv`` in the output directory containing results for
all iterations in CSV format, each line containing a single metric.
"""
name = 'csv'
parameters = [
Parameter('use_all_classifiers', kind=bool, default=False,
global_alias='use_all_classifiers',