mirror of
				https://github.com/ARM-software/workload-automation.git
				synced 2025-10-30 22:54:18 +00:00 
			
		
		
		
	iozone: Modify comments
Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
This commit is contained in:
		| @@ -233,7 +233,7 @@ class Iozone(Workload): | ||||
|         csv_file.close() | ||||
|  | ||||
|     # break list of results into smaller groups based on | ||||
|     # I/O operation | ||||
|     # test name | ||||
|     def parse_metrics(self, context, plist):        | ||||
|         subvalue_list = [] | ||||
|         value_list = [] | ||||
| @@ -244,6 +244,9 @@ class Iozone(Workload): | ||||
|                 value_list.append(subvalue_list) | ||||
|                 subvalue_list = [] | ||||
|  | ||||
|         # If users run a list of specific tests, make  | ||||
|         # sure that the results for the last test | ||||
|         # executed are appended. | ||||
|         if subvalue_list: | ||||
|             value_list.append(subvalue_list) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user