Skip to content

Commit

Permalink
Add grafana dashboard for remote minting tests
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Whitehead <[email protected]>
  • Loading branch information
matthew1001 committed Mar 15, 2023
1 parent 5cee4db commit c07040d
Show file tree
Hide file tree
Showing 2 changed files with 448 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/perf/perf.go
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,8 @@ func (pr *perfRunner) runLoop(tc TestCase) error {
if pr.cfg.DelinquentAction == conf.DelinquentActionExit.String() {
return err
} else {
log.Errorf("Worker %d error running job (logging but continuing): %s", workerID, histErr)
log.Errorf("Worker %d error running job (logging but continuing): %s", workerID, err)
err = nil
continue
}
} else {
Expand Down
Loading

0 comments on commit c07040d

Please sign in to comment.