Skip to content

Commit

Permalink
fix: missing burst in csv header (#153)
Browse files Browse the repository at this point in the history
* fix: missing burst in csv header

* fix: replace docker-build by container-build in README
  • Loading branch information
rsicart authored Oct 3, 2024
1 parent e0563da commit 3771765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions pkg/archive/archive.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ func commonCsvHeaderFields() []string {
"Parallelism",
"# of Samples",
"Message Size",
"Burst",
"Confidence metric - low",
"Confidence metric - high",
}
Expand Down

0 comments on commit 3771765

Please sign in to comment.