1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-02-20 20:09:11 +00:00

iozone: Modify comments

Signed-off-by: Lisa Nguyen <lisa.nguyen@linaro.org>
This commit is contained in:
Lisa Nguyen 2015-10-01 14:57:35 -07:00
parent c96a50e081
commit 5f6247cf8b

View File

@ -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)