From 50e73d9e8d8ca782eafded38c2f31db5de8755c4 Mon Sep 17 00:00:00 2001 From: Raul Sevilla Date: Thu, 28 Sep 2023 12:22:39 +0200 Subject: [PATCH] Update image location Signed-off-by: Raul Sevilla --- pkg/runner/types.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/runner/types.go b/pkg/runner/types.go index b3a396d..4e160c0 100644 --- a/pkg/runner/types.go +++ b/pkg/runner/types.go @@ -30,8 +30,7 @@ const ( benchmarkNs = "ingress-perf" serverImage = "quay.io/cloud-bulldozer/nginx:latest" serverName = "nginx" - //clientImage = "quay.io/cloud-bulldozer/ingress-toolbox:latest" - clientImage = "quay.io/cloud-bulldozer/wrk:latest" + clientImage = "quay.io/cloud-bulldozer/ingress-perf:latest" clientName = "ingress-perf-client" )