It was never so easy to get YouTube subscribers
Get Free YouTube Subscribers, Views and Likes

Quarkus - Using wrk to test a CRUD REST API with MongoDB

Follow
Paulo Chaves

You will see how a simple CRUD REST API behaves under load when using the wrk cli tool. First, the test is run against the api in development mode with default configuration and then the same test is run again the api in production mode running on Docker. The API has authentication, each request is checking if a jwt is valid and and queries the db. When testing the api in production mode running within Docker the resources are limited to just a single CPU and 512MB RAM to mimic a production server.

posted by estascatstq