Skip to content

Commit

Permalink
Flush json output (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Raul Sevilla <[email protected]>
  • Loading branch information
rsevilla87 authored Jul 12, 2023
1 parent e709b53 commit 6d6e7ef
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions assets/json.lua
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@ done = function(summary, latency, requests)
end
end
io.stderr:write("}\n")
io.stderr:flush()
end

2 changes: 0 additions & 2 deletions pkg/runner/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ package runner

import (
"fmt"
"time"

routev1 "github.com/openshift/api/route/v1"
appsv1 "k8s.io/api/apps/v1"
Expand All @@ -35,7 +34,6 @@ const (
//clientImage = "quay.io/cloud-bulldozer/ingress-toolbox:latest"
clientImage = "quay.io/cloud-bulldozer/wrk:latest"
clientName = "ingress-perf-client"
waitPeriod = 10 * time.Second
)

var workerAffinity = &corev1.Affinity{
Expand Down

0 comments on commit 6d6e7ef

Please sign in to comment.