Hyperfine: Fast Benchmarking
Hyperfine is a command-line benchmarking tool that allows you to easily compare the execution time of different commands or scripts.
- •When developing a new algorithm and needing to compare its performance against existing solutions
- •When optimizing a script or command for better execution time and wanting to measure improvements
- •When testing the performance impact of different configuration settings or environments
hyperfine --runs 5 'gcc -O2 my_code.c' 'gcc -O3 my_code.c'
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/hyperfine && curl -fsSL https://workflowstacks.com/api/skills/hyperfine/claude-skill -o ~/.claude/skills/hyperfine/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Hyperfine: Fast Benchmarking is a medium Rust project (~4.7k lines across 45 code files, plus 3 test files). Setup is light: installs like a normal app. Reading the code is optional. Last commit 4 months ago, Apache-2.0 license, has a test suite.
- 1README.mdStart here — what it does and how to install it
- 2src/cli.rsWhere the program starts running
- 3Cargo.tomlDependencies and the commands it exposes
Skip the builder — one click puts this in Claude, Cursor, Antigravity and more.
Installs with a command or two; your AI agent can do it for you.
mkdir -p ~/.claude/skills/hyperfine && curl -fsSL https://workflowstacks.com/api/skills/hyperfine/claude-skill -o ~/.claude/skills/hyperfine/SKILL.mdOpens the app with this repo with the prompt ready to go — no copy-paste needed.
Are you the creator of this tool? Claim your listing → and earn 85% of every sale.
Related skills
More ai-agent tools founders pair with this one.