bb - A Benchmark tool for Bash script
loop=1000 bb "<bash code A>" [...]
# Debug
BB_DEBUG=1 bb "<bash code A>" [...]
A Benchmark script for Bash.
All arguments for this script or function bb
are taken as bash codes to test.
You can test only single command. And you can compare any number of commands.
YASUTAKE Kiyoshi yasutake.kiyoshi@gmail.com
The MIT License (MIT)
Copyright (c) 2016 YASUTAKE Kiyoshi