edodo1337 / go-grpc-tests

gRPC LRU-cache server and client with load test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

gRPC k-v storage with LRU-cache server & client + load test.

  • Specify LRU-cache capacity: server/cmd/app.go -> StorageCapacity

  • go build ./server/cmd/* && ./app

  • Specify load test consts in load_test.go: CLIENTS_COUNT, KEY_RANGE, LOOPS_COUNT

  • Run TestLoad

For educational purposes.

About

gRPC LRU-cache server and client with load test


Languages

Language:Go 100.0%