Skip to content

Commit 89f8282

Browse files
committed
modified fprintf statement in printResponseStats()
1 parent e4c74ba commit 89f8282

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/kperf/commands/runner/runner.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,5 +154,5 @@ func loadConfig(cliCtx *cli.Context) (*types.LoadProfile, error) {
154154

155155
// TODO: Complete this function
156156
func printResponseStats(f *os.File, stats *request.Result) {
157-
fmt.Fprint(f, "Response Stat: \n")
157+
fmt.Fprintf(f, "Response Stat: %v\n", stats)
158158
}

0 commit comments

Comments
 (0)