Skip to content

Commit 2c175e0

Browse files
authored
Pass call count argument to benchmark client (#1772)
1 parent f850d75 commit 2c175e0

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}} {% 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}} --callCount {{callCount}} {% if logLevel != 'none' %} --logLevel {{ logLevel }} {% endif %}"

0 commit comments

Comments
 (0)