benchmark · diff
git:20260916.50d6810 to git:20260920.d5fedf5
1 added, 1 removed. Audit A to A.
---
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"
+ 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 -->