go(stats/table.go): pretty print stats
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
26065d3f10
commit
54c01dc616
@ -34,7 +34,7 @@ func PrintStatisticTable(algoStats [][]Stats) {
|
||||
fmt.Fprintln(os.Stderr, "printing statistic table data (min, max, mean, median, stddev)")
|
||||
|
||||
for _, singleFunc := range algoStats {
|
||||
fmt.Fprintln(os.Stderr, statsSingleFunc(singleFunc))
|
||||
fmt.Fprintf(os.Stderr, "%+v\n", statsSingleFunc(singleFunc))
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user