plot: print information before panicking
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
937e8204c4
commit
54b4ec536a
@ -324,6 +324,8 @@ func plotAllDims(algoStats []stats.Stats, fPrefix, fExt string, ch chan report.P
|
||||
lines...,
|
||||
)
|
||||
if err != nil {
|
||||
log.Printf("issue constructing a plot, bench: %s", dim.BenchName)
|
||||
|
||||
// panic (don't panic, I know) instead of a hard exit.
|
||||
log.Panic(err)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user