Skip to content
This repository has been archived by the owner on Jan 15, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (16 loc) · 321 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 321 Bytes

gRPC guild

How to run

Run the micro-services ecosystem with docker compose

cd docker
docker compose build
docker compose up

Run performance test with k6 as user micro-service

cd user
# Read user/README.md
yarn run-tests-locally-grpc
yarn run-tests-locally-rest