Under stress

Project that have been tested by siege

Run project

docker-compose up --build

Run siege stress tests

Test creation EP:

siege -c 100 -t 20s --content-type="application/json" 'http://localhost:8000/products/create/ POST {"title": "Some title"}'

Test products list (paginated by 100):

siege -c 100 -t 20s --content-type="application/json" 'http://localhost:8000/products/list/'

Test product receive:

siege -c 100 -t 20s --content-type="application/json" 'http://localhost:8000/products/1/'

Test internet simulation:

siege -c 100 -t 20s --content-type="application/json" -f siege_urls.txt -i

Tests stat

google table