· Running & Timing · 1 min read

hyperfine

hyperfine 'curl -s api.stripe.com'

A command-line benchmarking tool.

I think time is a pretty good tool that most people are familiar with but I came across hyperfine while looking for ways to compare API requests to Stripe's API and couldn't be happier. It's written in Rust and has some very convenient output formats.