Skip to content

Commit 58cd9dc

Browse files
authored
Fix benchmarks when callCount isn't specified (#1783)
1 parent 543c363 commit 58cd9dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf/benchmarkapps/GrpcClient/grpc-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
enableCertAuth: false
2020
latency: false
2121
serverScheme: http
22-
arguments: "-c {{connections}} --streams {{streams}} -d {{duration}} -p {{protocol}} -s {{scenario}} -u {{serverScheme}}://{{serverAddress}}:{{serverPort}}{{path}} -w {{warmup}} --grpcClientType {{grpcClientType}} --requestSize {{requestSize}} --responseSize {{responseSize}} --enableCertAuth {{enableCertAuth}} --latency {{latency}} --callCount {{callCount}} {% if logLevel != 'none' %} --logLevel {{ logLevel }} {% endif %}"
22+
arguments: "-c {{connections}} --streams {{streams}} -d {{duration}} -p {{protocol}} -s {{scenario}} -u {{serverScheme}}://{{serverAddress}}:{{serverPort}}{{path}} -w {{warmup}} --grpcClientType {{grpcClientType}} --requestSize {{requestSize}} --responseSize {{responseSize}} --enableCertAuth {{enableCertAuth}} --latency {{latency}} {% if callCount != blank %} --callCount {{callCount}} {% endif %} {% if logLevel != 'none' %} --logLevel {{ logLevel }} {% endif %}"

0 commit comments

Comments
 (0)