Skip to content

Commit

Permalink
Enable use of RDMA connection manager for RDMA tests (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor authored Oct 7, 2023
1 parent a861288 commit 8599636
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/perftest/templates/rdmabandwidth.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ tasks:
- -a
- -F
- --report_gbits
- -R
- -q
- "{{ benchmark.spec.qps }}"
- -n
Expand Down Expand Up @@ -95,6 +96,7 @@ tasks:
- -a
- -F
- --report_gbits
- -R
- -q
- "{{ benchmark.spec.qps }}"
- -n
Expand Down
2 changes: 2 additions & 0 deletions python/perftest/templates/rdmalatency.yaml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ tasks:
- ib_{{ benchmark.spec.mode }}_lat
- -a
- -F
- -R
- -n
- "{{ benchmark.spec.iterations }}"
{%- for arg in benchmark.spec.extra_args %}
Expand Down Expand Up @@ -91,6 +92,7 @@ tasks:
- ib_{{ benchmark.spec.mode }}_lat
- -a
- -F
- -R
- -n
- "{{ benchmark.spec.iterations }}"
{%- for arg in benchmark.spec.extra_args %}
Expand Down

0 comments on commit 8599636

Please sign in to comment.