Use nicer header format

This commit is contained in:
Joshua Boniface 2020-08-25 02:11:34 -04:00
parent d210eef200
commit 18bcd39b46
1 changed files with 4 additions and 4 deletions

View File

@ -1387,10 +1387,10 @@ def format_list_benchmark(benchmark_information, detail=False):
rand_benchmark_iops_length=benchmark_iops_length['rand_read_4K'] + benchmark_iops_length['rand_write_4K'],
benchmark_id='',
benchmark_job='',
seq_benchmark_bandwidth='Bandwith (R/W)',
seq_benchmark_iops='IOPS (R/W)',
rand_benchmark_bandwidth='Bandwith (R/W)',
rand_benchmark_iops='IOPS (R/W)'
seq_benchmark_bandwidth='R/W Bandwith',
seq_benchmark_iops='R/W IOPS',
rand_benchmark_bandwidth='R/W Bandwith',
rand_benchmark_iops='R/W IOPS'
)
)