You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(cli): add --ignore-failure to allow non-zero exit codes
Adds -i / --ignore-failure on exec and run commands, inspired by
hyperfine flag of the same name. When set, a non-zero exit from
the benchmarked process is logged as a warning and execution
continues, instead of aborting.
The gate lives on ExecutorConfig, mirroring allow_empty, and covers
both the valgrind and walltime paths. A failure from valgrind itself
still aborts - only the wrapped command status is relaxed.
Closes#242
0 commit comments