Disable gtod_reduce for benchmarks

This ended up disabling latency measurements entirely, so don't use this
option for benchmarks.
This commit is contained in:
Joshua Boniface 2020-08-25 17:02:06 -04:00
parent 0089ec4e17
commit 6dc6dae26c
2 changed files with 1 additions and 2 deletions

View File

@ -236,7 +236,6 @@ def run_benchmark(self, pool):
--rbdname={volume} \ --rbdname={volume} \
--direct=1 \ --direct=1 \
--randrepeat=1 \ --randrepeat=1 \
--gtod_reduce=1 \
--iodepth=64 \ --iodepth=64 \
--size=8G \ --size=8G \
--name={test} \ --name={test} \

View File

@ -1527,7 +1527,7 @@ def format_info_benchmark(config, benchmark_information):
bandwidth_length=bandwidth_column_length, bandwidth_length=bandwidth_column_length,
iops="IOPS", iops="IOPS",
iops_length=iops_column_length, iops_length=iops_column_length,
latency="Latency", latency="Latency (μs)",
latency_length=latency_column_length, latency_length=latency_column_length,
cpuutil_label='', cpuutil_label='',
cpuutil_label_length=cpuutil_label_length, cpuutil_label_length=cpuutil_label_length,