From 94b966766ee40214dd12d1ad29b142ff99449f46 Mon Sep 17 00:00:00 2001 From: Raul Sevilla Date: Tue, 3 Oct 2023 14:32:21 +0200 Subject: [PATCH] Bumping to 12.11.1 Signed-off-by: Raul Sevilla --- Makefile | 2 +- config/vegeta.yml | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index a18a22c..3c5eaaf 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ BIN_NAME = ingress-perf BIN_PATH = $(BIN_DIR)/$(BIN_NAME) SOURCES = $(shell find . -type f -name "*.go") CGO = 0 -VEGETA_VERSION := 12.11.0 +VEGETA_VERSION := 12.11.1 .PHONY: build lint clean diff --git a/config/vegeta.yml b/config/vegeta.yml index 50aed8e..8c0fb97 100644 --- a/config/vegeta.yml +++ b/config/vegeta.yml @@ -51,7 +51,6 @@ requestTimeout: 10s delay: 10s - - termination: passthrough connections: 400 samples: 2