docker-compose up -d --build orderservice
curl --request POST http://localhost:8001/orders
echo "POST http://localhost:8001/orders" | vegeta attack -rate=50 -duration=60s | tee results.bin | vegeta report
docker-compose up -d --build orderservice
curl --request POST http://localhost:8001/orders
echo "POST http://localhost:8001/orders" | vegeta attack -rate=50 -duration=60s | tee results.bin | vegeta report