Closed splittingred closed 8 months ago
Code Climate has analyzed commit 1d73ad81 and detected 0 issues on this pull request.
The test coverage on the diff in this pull request is 100.0% (50% is the threshold).
This pull request will bring the total coverage in the repository to 96.4% (0.0% change).
View more on Code Climate.
What? Why?
Adds a concurrency rake task for demoing a bunch of calls to a server that has three different gRPC services loaded. Takes an optional argument for # of calls per service, and spreads out the calls via a rand sleep call.
How was it tested?
First, start the demo server:
./spec/demo_server
. Then, in a separate terminal, run:bundle exec rake gruf:demo:concurrent