💾 Archived View for freeshell.de › tldr › hyperfine.gmi captured on 2024-02-05 at 11:18:17. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2022-04-28)
-=-=-=-=-=-=-
A command-line benchmarking tool.
hyperfine '{make}'
hyperfine '{make target1}' '{make target2}'
hyperfine --min-runs {7} '{make}'
hyperfine --warmup {5} '{make}'
hyperfine --prepare '{make clean}' '{make}'
hyperfine --prepare '{make clean}' --parameter-scan {num_threads} {1} {10} '{make -j {num_threads}}'
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).