Back to browse
GitHub Repository

A simple tool written in Rust to benchmark commands.

2 starsRust

A simple timing utility written in Rust

by CallMeAlphabet·Jul 13, 2026·1 point·0 comments

AI Analysis

MidCozy

Yet another timing CLI, but the --compare flag is actually useful.

Strengths
  • Native Rust binary means single static binary, no runtime deps.
  • Profiles let you save benchmark configs for repeatable runs.
  • Timeout flag prevents hanging benchmarks from blocking CI pipelines.
Weaknesses
  • Hyperfine already does this with better stats and export formats.
  • No JSON/CSV output limits integration with existing dashboards.
Target Audience

Rust developers and CLI power users

Similar To

Hyperfine · GNU time

Similar Projects