diff --git a/Makefile b/Makefile index 3c5eaaf..f403678 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.1 +VEGETA_VERSION := 12.9.0 .PHONY: build lint clean diff --git a/pkg/runner/exec.go b/pkg/runner/exec.go index 8d94b6c..2424ea8 100644 --- a/pkg/runner/exec.go +++ b/pkg/runner/exec.go @@ -75,7 +75,6 @@ func runBenchmark(cfg config.Config, clusterMetadata tools.ClusterMetadata) ([]t for _, pod := range clientPods { for i := 0; i < cfg.Procs; i++ { func(p corev1.Pod) { - log.Debugf("Running %v in client pods", tool.Cmd()) errGroup.Go(func() error { if cfg.Termination == "http" { ep = fmt.Sprintf("http://%v%v", r.Spec.Host, cfg.Path)