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:
@@ -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',
|
||||
|
Reference in New Issue
Block a user