DEV Community

Cover image for Introducing bunmark ⚡ the fastest way to benchmark your API.
Freilyn Bernabe
Freilyn Bernabe

Posted on

1

Introducing bunmark ⚡ the fastest way to benchmark your API.

It's minimalist, built with Bun (hello, speed! 🚀), and has just what you need:

  • Benchmark by request count (-n) or duration (-t).
  • Concurrency control (-c).
  • Full support for methods, headers, query, and body (reads from files with @!).
  • Clean, modern output that's nice to look at. ✨
  • --json option for your cool scripts.

Get started easily:


bash
# Install globally
bun add -g bunmark

# Run your first benchmark
bunmark https://httpbin.org/get
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Dynatrace image

Frictionless debugging for developers

Debugging in production doesn't have to be a nightmare.

Dynatrace reimagines the developer experience with runtime debugging, native OpenTelemetry support, and IDE integration allowing developers to stay in the flow and focus on building instead of fixing.

Learn more