benchmark · git:20260916.50d6810 · 2026-09-16 · sha256 f783d792d2c64b68

benchmark git:20260916.50d6810A

Immutable. This exact content is served forever at /api/v1/blob/f783d792d2c64b68.

---
name: benchmark
description: "Benchmark commands and HTTP load; simulate concurrent users with hyperfine, oha, and Locust."
license: MIT
metadata:
  kind: task
  author: Médéric HURIER (Fmind)
  source: github.com/fmind/dot/tree/main/skills/benchmark
  created: "2026-09-02"
  updated: "2026-09-16"
---

# Benchmark

Produce comparable measurements for a stated performance question. Use hyperfine for commands, oha for simple HTTP load, and Locust for realistic concurrent user scenarios.

## Workflow

Read only the matching guide and its required resources. Use a known guide directly when shared prerequisites are not needed.

## Task guides

<!-- guides:start -->

- [command-http](references/command-http.md): Compare command latency with hyperfine or measure HTTP throughput with oha.
- [locust](references/locust.md): Concurrent user scenarios, capacity tests, and acceptance thresholds.

<!-- guides:end -->