Skip to content

Commit

Permalink
always show the table of results
Browse files Browse the repository at this point in the history
  • Loading branch information
danjenkins committed Aug 6, 2024
1 parent eee4953 commit 350cf2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/iceperf/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ func runTest(logg *slog.Logger, config *config.Config) error {
// logger.Info("Wrote stats to prom")

// }
if !config.Logging.Loki.Enabled && !config.Logging.API.Enabled {
// if !config.Logging.Loki.Enabled && !config.Logging.API.Enabled {
headerFmt := color.New(color.FgGreen, color.Underline).SprintfFunc()
columnFmt := color.New(color.FgYellow).SprintfFunc()

Expand All @@ -406,7 +406,7 @@ func runTest(logg *slog.Logger, config *config.Config) error {
}

tbl.Print()
}
//}
return nil
}

Expand Down

0 comments on commit 350cf2a

Please sign in to comment.