mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-09-01 10:52:33 +01:00
daq: updated workload labeling in daq_power.csv
Workload labels, rather than names, are now used in the "workload" column.
This commit is contained in:
@@ -205,7 +205,7 @@ class Daq(Instrument):
|
|||||||
description='DAQ power measurments.')
|
description='DAQ power measurments.')
|
||||||
port = os.path.splitext(entry)[0]
|
port = os.path.splitext(entry)[0]
|
||||||
path = os.path.join(output_directory, entry)
|
path = os.path.join(output_directory, entry)
|
||||||
key = (context.spec.id, context.workload.name, context.current_iteration)
|
key = (context.spec.id, context.spec.label, context.current_iteration)
|
||||||
if key not in self._results:
|
if key not in self._results:
|
||||||
self._results[key] = {}
|
self._results[key] = {}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user