Put your programs to the test. Run a command multiple times and get back a summary of its exit codes.
``` stress 0.1.0 Run a command in a loop and collect failures
USAGE: stress [OPTIONS] [cmd]...
FLAGS: -h, --help Prints help information -V, --version Prints version information
OPTIONS:
-c, --count
ARGS:
Install with cargo install stress
std::process::Command
instead of relying on run_script
.