Test benchmarking
October 24, 2025 ยท View on GitHub
Table of Contents
Apache Benchmark
docker run --rm jordi/ab -n 100 -c 100 -T application/json -H "Authorization: Bearer USER_TOKEN" -v 2 http://<server_ip>:3000/api/v1/users
Previous: Idempotency