Skip to content

Commit

Permalink
changed layout in results
Browse files Browse the repository at this point in the history
  • Loading branch information
eze-kiel committed Apr 20, 2021
1 parent f3e5a1d commit ff29c75
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions cmd/slowql-digest/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -236,19 +236,19 @@ func showResults(res []statistics, order string, count int, dec bool, realDurati

fmt.Printf(`
%s%d
Calls: %d
Hash: %s
Fingerprint: %s
Schema: %s
Min/Max/Mean time: %s/%s/%s
p50/p95: %s/%s
Concurrency: %2.2f%%
Standard deviation: %s
Cum Query Time: %s
Cum Lock Time: %s
Cum Bytes sent: %d
Cum Rows Examined/Sent: %d/%d
Cum Killed: %d
Calls : %d
Hash : %s
Fingerprint : %s
Schema : %s
Min/Max/Mean time : %s/%s/%s
p50/p95 : %s/%s
Concurrency : %2.2f%%
Standard deviation : %s
Cum Query Time : %s
Cum Lock Time : %s
Cum Bytes sent : %d
Cum Rows Examined/Sent : %d/%d
Cum Killed : %d
`,
Bold(Underline("Query #")),
Bold(Underline(i+1)),
Expand Down

0 comments on commit ff29c75

Please sign in to comment.