Test benchmarking

October 24, 2025 ยท View on GitHub

Table of Contents

  • Apache Benchmark

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

Next: Automatic update of dependencies

Contents

  1. 1Table of Contents
  2. 2Apache Benchmark