2个稳定版本
1.1.0 | 2021年4月20日 |
---|---|
1.0.0 | 2017年12月5日 |
#343 in 性能分析
每月 38 次下载
9KB
64 行
bench-rs
灵感来源于bench的基准命令行命令。
安装
要安装bench-rs,只需运行以下命令
cargo install bench
CLI帮助
bench 1.1.0
Alexander Thaller <alexander@thaller.ws>
Run a program, measure execution time and print statistics.
USAGE:
bench [OPTIONS] <command>...
FLAGS:
-h, --help
Prints help information
-V, --version
Prints version information
OPTIONS:
-d, --id <id>
id to save benchmark under. defaults to command value
-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:
<command>...
示例
依赖项
~10–21MB
~275K SLoC