routing-lisbon/README.org

428 B

grpc-routing-microservice

Build with Docker

docker build . -t routing

Run with Docker

docker run -it routing

Benchmark (from within the container)

python benchmark.py N_RUNS

N_RUNS denotes the number of time a random routing request will be made. Runtimes are then averaged and returned by the script.