From 9c4e984af5bc75d9567e8db0b7f6f70e12428ba3 Mon Sep 17 00:00:00 2001 From: Takeshi Yoshino <4511440+tyoshino@users.noreply.github.com> Date: Wed, 6 May 2026 14:56:55 +0000 Subject: [PATCH] fix(wish/cpp): fix the Kubernetes manifest for stressing --- wish/cpp/deployments/stress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wish/cpp/deployments/stress.yaml b/wish/cpp/deployments/stress.yaml index 1e82d4a..b3b58a1 100644 --- a/wish/cpp/deployments/stress.yaml +++ b/wish/cpp/deployments/stress.yaml @@ -20,11 +20,11 @@ spec: containers: - name: client image: us-central1-docker.pkg.dev/black-outlet-487003-v4/wish/benchmark:latest - command: ["benchmark_client"] + command: ["high_qps_benchmark_client"] args: - "--stderrthreshold=0" - "--host=wish-echo-server" - - "--port=50051" + - "--port=8080" resources: requests: cpu: "0.5"