Benchmark command line commands inspired by bench.
cargo install bench-rs
``` bench 1.0.0 Alexander Thaller alexander@thaller.ws Run a program, measure execution time and print statistics.
USAGE:
bench [OPTIONS]
FLAGS: -h, --help Prints help information
-V, --version
Prints version information
OPTIONS:
-d, --id
-l, --loglevel <level>
loglevel to run under [default: info] [values: trace, debug, info, warn,
error]
-s, --sample_size <count>
how many samples to take [default: 100]
ARGS:
```