hyperfine
Summary
Section titled “Summary”Installs hyperfine, a command-line benchmarking tool, from a GitHub release binary.
Syntax / Usage
Section titled “Syntax / Usage”zi for \ from'gh-r' \ sbin'**/h*e -> hyperfine' \ @sharkdp/hyperfineDetails
Section titled “Details”from'gh-r'— downloads the release archive from GitHub Releases.sbin'**/h*e -> hyperfine'— creates a shim namedhyperfinepointing to the binary matched by the glob**/h*eanywhere in the archive tree (requireszinit-annex-bin-gem-node). The glob avoids hardcoding platform-specific binary names.
The annex zdharma-continuum/zinit-annex-bin-gem-node must be loaded before this recipe.
Examples
Section titled “Examples”# prerequisite — load once at the top of .zshrczinit light-mode for zdharma-continuum/zinit-annex-bin-gem-node
zi for \ from'gh-r' \ sbin'**/h*e -> hyperfine' \ @sharkdp/hyperfine