mirror of https://github.com/grpc/grpc-node.git
Merge pull request #2424 from murgatroid99/grpc-js_circuit_breaking_qps_1.8.x
PSM Interop: experiment with qps affect on circuit_breaking (1.8.x)
This commit is contained in:
commit
9dec365082
|
@ -60,6 +60,7 @@ GRPC_NODE_TRACE=xds_client,xds_resolver,cds_balancer,eds_balancer,priority,weigh
|
|||
--path_to_server_binary=/java_server/grpc-java/interop-testing/build/install/grpc-interop-testing/bin/xds-test-server \
|
||||
--gcp_suffix=$(date '+%s') \
|
||||
--verbose \
|
||||
--qps=50 \
|
||||
${XDS_V3_OPT-} \
|
||||
--client_cmd="$(which node) --enable-source-maps --prof --logfile=${KOKORO_ARTIFACTS_DIR}/github/grpc/reports/prof.log grpc-node/packages/grpc-js-xds/build/interop/xds-interop-client \
|
||||
--server=xds:///{server_uri} \
|
||||
|
|
Loading…
Reference in New Issue