Skip to content

Commit cfd0bdc

Browse files
author
Matt Pryor
committed
Small tweaks to latency benchmark
1 parent e98103a commit cfd0bdc

File tree

5 files changed

+18
-25
lines changed

5 files changed

+18
-25
lines changed

examples/accelerated/iperf-set.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ spec:
1616
duration: 30
1717
permutations:
1818
product:
19-
streams: [1, 2, 4, 8, 16, 32, 64, 128]
19+
streams: [1, 2, 4, 8, 16, 32, 64, 80, 128]

examples/accelerated/openfoam-set.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ spec:
1818
permutations:
1919
product:
2020
transport: [TCP, RDMA]
21-
numNodes: [2, 4, 8, 12, 16, 24, 48]
21+
numNodes: [2, 4, 8, 12]

examples/accelerated/rdma-lat-set.yaml

Lines changed: 0 additions & 21 deletions
This file was deleted.

examples/accelerated/rdma-lat.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
apiVersion: perftest.stackhpc.com/v1alpha1
2+
kind: RDMALatency
3+
metadata:
4+
name: rdma-latency-accelerated
5+
spec:
6+
imagePullPolicy: Always
7+
hostNetwork: false
8+
networkName: mlnx-net
9+
resources:
10+
limits:
11+
mellanox.com/mlnxnet: 1
12+
iterations: 1000
13+
extraArgs:
14+
- --tclass=96

python/perftest/templates/rdmalatency.yaml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ tasks:
3535
capabilities:
3636
add: [ "IPC_LOCK" ]
3737
args:
38-
- ib_read_lat
38+
- ib_{{ benchmark.spec.mode }}_lat
3939
- -a
4040
- -F
4141
- -n
@@ -88,7 +88,7 @@ tasks:
8888
capabilities:
8989
add: [ "IPC_LOCK" ]
9090
args:
91-
- ib_read_lat
91+
- ib_{{ benchmark.spec.mode }}_lat
9292
- -a
9393
- -F
9494
- -n

0 commit comments

Comments
 (0)