From 3771765c4741f6c93877936a8b8a327b3e562e17 Mon Sep 17 00:00:00 2001 From: "R.Sicart" Date: Thu, 3 Oct 2024 10:37:54 +0200 Subject: [PATCH] fix: missing burst in csv header (#153) * fix: missing burst in csv header * fix: replace docker-build by container-build in README --- README.md | 2 +- pkg/archive/archive.go | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fa6fe2d..5280e63 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ $ make build ```shell $ git clone http://github.com/cloud-bulldozer/k8s-netperf $ cd k8s-netperf -$ make docker-build +$ make container-build ``` ## Running with Pods diff --git a/pkg/archive/archive.go b/pkg/archive/archive.go index a06b890..4fc19d2 100644 --- a/pkg/archive/archive.go +++ b/pkg/archive/archive.go @@ -160,6 +160,7 @@ func commonCsvHeaderFields() []string { "Parallelism", "# of Samples", "Message Size", + "Burst", "Confidence metric - low", "Confidence metric - high", }