Skip to content

Commit 8599636

Browse files
author
Matt Pryor
authored
Enable use of RDMA connection manager for RDMA tests (#14)
1 parent a861288 commit 8599636

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

python/perftest/templates/rdmabandwidth.yaml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ tasks:
3939
- -a
4040
- -F
4141
- --report_gbits
42+
- -R
4243
- -q
4344
- "{{ benchmark.spec.qps }}"
4445
- -n
@@ -95,6 +96,7 @@ tasks:
9596
- -a
9697
- -F
9798
- --report_gbits
99+
- -R
98100
- -q
99101
- "{{ benchmark.spec.qps }}"
100102
- -n

python/perftest/templates/rdmalatency.yaml.j2

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ tasks:
3838
- ib_{{ benchmark.spec.mode }}_lat
3939
- -a
4040
- -F
41+
- -R
4142
- -n
4243
- "{{ benchmark.spec.iterations }}"
4344
{%- for arg in benchmark.spec.extra_args %}
@@ -91,6 +92,7 @@ tasks:
9192
- ib_{{ benchmark.spec.mode }}_lat
9293
- -a
9394
- -F
95+
- -R
9496
- -n
9597
- "{{ benchmark.spec.iterations }}"
9698
{%- for arg in benchmark.spec.extra_args %}

0 commit comments

Comments
 (0)