Skip to content

Commit

Permalink
results.go: fix partial result printing
Browse files Browse the repository at this point in the history
  • Loading branch information
dkropachev committed Feb 28, 2022
1 parent f025a89 commit 970df61
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/results/result.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ import (
)

const (
withLatencyLineFmt = "\n%5v %7v %7v %6v %-6v %-6v %-6v %-6v %-6v %-6v %-6v"
withoutLatencyLineFmt = "\n%5v %7v %7v %6v"
withLatencyLineFmt = "\n%-10v %7v %7v %6v %-6v %-6v %-6v %-6v %-6v %-6v %-6v"
withoutLatencyLineFmt = "\n%-10v %7v %7v %6v"
)

type PartialResult struct {
Expand Down

0 comments on commit 970df61

Please sign in to comment.