MerchantryTidbits

observability / cli

k6

Capability: k6

Use it when

  • load test HTTP APIs with staged traffic and explicit thresholds
  • turn latency and error budgets into a repeatable CI check

What it solves

Not the fit when

  • browser-level performance needs its browser module and higher resources

Install

brew install k6

Invoke

Write a JavaScript scenario with checks and thresholds, run `k6 run test.js`, and fail CI when latency or error budgets are exceeded.

Alternatives

No reviewed alternatives recorded yet.