diff --git a/python/perftest/templates/rdmabandwidth.yaml.j2 b/python/perftest/templates/rdmabandwidth.yaml.j2 index b77cc0f..64b98b8 100644 --- a/python/perftest/templates/rdmabandwidth.yaml.j2 +++ b/python/perftest/templates/rdmabandwidth.yaml.j2 @@ -39,6 +39,7 @@ tasks: - -a - -F - --report_gbits + - -R - -q - "{{ benchmark.spec.qps }}" - -n @@ -95,6 +96,7 @@ tasks: - -a - -F - --report_gbits + - -R - -q - "{{ benchmark.spec.qps }}" - -n diff --git a/python/perftest/templates/rdmalatency.yaml.j2 b/python/perftest/templates/rdmalatency.yaml.j2 index 618fc06..c126b1f 100644 --- a/python/perftest/templates/rdmalatency.yaml.j2 +++ b/python/perftest/templates/rdmalatency.yaml.j2 @@ -38,6 +38,7 @@ tasks: - ib_{{ benchmark.spec.mode }}_lat - -a - -F + - -R - -n - "{{ benchmark.spec.iterations }}" {%- for arg in benchmark.spec.extra_args %} @@ -91,6 +92,7 @@ tasks: - ib_{{ benchmark.spec.mode }}_lat - -a - -F + - -R - -n - "{{ benchmark.spec.iterations }}" {%- for arg in benchmark.spec.extra_args %}