mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-11-04 00:52:08 +00: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.')
 | 
			
		||||
            port = os.path.splitext(entry)[0]
 | 
			
		||||
            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:
 | 
			
		||||
                self._results[key] = {}
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user