hyperfine
CLIA command-line benchmarking tool.
Export results as JSON~98% est.
hyperfine --export-json results.json 'command'dev-tools3 recipes
scc
CLISloc cloc and code: fast and accurate code statistics.
Export as JSON~99% est.
scc --format json . > stats.jsondev-tools3 recipes
tokei
CLICount lines of code across projects, by language.
Output as JSON~99% est.
tokei . -o jsondev-tools3 recipes