nestjs-boilerplate

Test benchmarking

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: Tests

Next: Automatic update of dependencies