Skip to content

Commit

Permalink
add table headers
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl committed Dec 12, 2024
1 parent 099f071 commit 487fe89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testbed/testbed/results.go
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,8 @@ func (r *PerformanceResults) Init(resultsDir string) {
_, _ = io.WriteString(r.resultsFile,
"# Test PerformanceResults\n"+
fmt.Sprintf("Started: %s\n\n", time.Now().Format(time.RFC1123Z))+
"Test |Result|Duration|CPU Avg%|CPU Max%|RAM Avg MiB|RAM Max MiB|Sent Items|Received Items|\n"+
"----------------------------------------|------|-------:|-------:|-------:|----------:|----------:|---------:|-------------:|\n")
"Test |Result|Duration|CPU Avg%|CPU Max%|CPU Limit|RAM Avg MiB|RAM Max MiB|RAM Limit MiB|Sent Items|Received Items|\n"+
"----------------------------------------|------|-------:|-------:|-------:|--------:|----------:|----------:|------------:|---------:|-------------:|\n")
}

// Save the total results and close the file.
Expand Down

0 comments on commit 487fe89

Please sign in to comment.