From 27ef5f58852968b47c35dfc1631aed17f30110d5 Mon Sep 17 00:00:00 2001 From: Matt Pryor Date: Sat, 7 Oct 2023 15:42:45 +0100 Subject: [PATCH] Enable use of RDMA connection manager for RDMA tests --- python/perftest/templates/rdmabandwidth.yaml.j2 | 2 ++ python/perftest/templates/rdmalatency.yaml.j2 | 2 ++ 2 files changed, 4 insertions(+) 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 %}