mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-06-22 08:15:54 +01:00
wa: Rename results_processors
to output_processors
For clarity and to better reflect their purpose, rename `results_processors` to `output_processors`.
This commit is contained in:
wa
__init__.py
commands
framework
output_processors
@ -208,9 +208,9 @@ def _load_file(filepath, error_name):
|
||||
|
||||
def merge_augmentations(raw):
|
||||
"""
|
||||
Since, from configuration perspective, result processors and instrumens are
|
||||
Since, from configuration perspective, output processors and instrumens are
|
||||
handled identically, the configuration entries are now interchangeable. E.g. it is
|
||||
now valid to specify a result processor in instrumentation list. This is to make things
|
||||
now valid to specify a output processor in instrumentation list. This is to make things
|
||||
eassier for the users, as, from their perspective, the distinction is somewhat arbitrary.
|
||||
|
||||
For backwards compatibility, both entries are still valid, and this
|
||||
|
Reference in New Issue
Block a user