perf_check
perf_check copied to clipboard
Perf check should exit early when important command fails
There is no really good reason to continue trying to perform requests when a git reset fails. We could technically differentiate between fatal errors (e.g. git issues) and acceptable failures (e.g. determining memory usage with ps
).