Skip to content

hyperfine

A command-line benchmarking tool

Package Information

  • Domain: crates.io/hyperfine
  • Name: hyperfine
  • Homepage: Not specified
  • Source: View on GitHub

Installation

bash
# Install with launchpad
launchpad install hyperfine

Programs

This package provides the following executable programs:

  • hyperfine

Available Versions

Show all 7 versions
  • 1.19.0, 1.18.0, 1.17.0, 1.16.1, 1.16.0
  • 1.15.0, 0.17.0

Latest Version: 1.19.0

Install Specific Version

bash
# Install specific version
sh <(curl https://pkgx.sh) hyperfine -- $SHELL -i

Usage Examples

typescript
import { pantry } from 'ts-pkgx'

// Access this package
const pkg = pantry.hyperfine

console.log(`Package: ${pkg.name}`)
console.log(`Description: ${pkg.description}`)
console.log(`Programs: ${pkg.programs.join(', ')}`)

This documentation was auto-generated from package data.

Released under the MIT License.