mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-02-21 20:38:57 +00:00
iozone: Modify comments
Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
This commit is contained in:
parent
c96a50e081
commit
5f6247cf8b
@ -233,7 +233,7 @@ class Iozone(Workload):
|
|||||||
csv_file.close()
|
csv_file.close()
|
||||||
|
|
||||||
# break list of results into smaller groups based on
|
# break list of results into smaller groups based on
|
||||||
# I/O operation
|
# test name
|
||||||
def parse_metrics(self, context, plist):
|
def parse_metrics(self, context, plist):
|
||||||
subvalue_list = []
|
subvalue_list = []
|
||||||
value_list = []
|
value_list = []
|
||||||
@ -244,6 +244,9 @@ class Iozone(Workload):
|
|||||||
value_list.append(subvalue_list)
|
value_list.append(subvalue_list)
|
||||||
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:
|
if subvalue_list:
|
||||||
value_list.append(subvalue_list)
|
value_list.append(subvalue_list)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user