tak-cli 0.0.2

Benchmark command-line programs and track their performance over time. Experimental; do not use.
Documentation
1
2
3
4
5
6
7
8
# Benchmarks for tak itself. Startup cost is what a CLI's users feel first, and
# it is the metric instruction counting measures best.
[bench.version]
cmd = ["./target/release/tak", "--version"]

[bench.help]
cmd = ["./target/release/tak", "--help"]
runs = 10