benchmark · git:20260920.d5fedf5 · 2026-09-20 · sha256 0ca3a18b95ab13e5
benchmark git:20260920.d5fedf5A
Immutable. This exact content is served forever at /api/v1/blob/0ca3a18b95ab13e5.
--- 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-20" --- # 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 -->