Simple gRPC benchmarking and load testing tool
Simple gRPC benchmarking and load testing tool
ghz$ ghz --insecure --proto ./service.proto --call helloworld.Greeter/SayHello -m '{"name":"World"}' localhost:50051$ ghz --insecure --proto ./service.proto --call helloworld.Greeter/SayHello -c 1000 -n 10000 -m '{"name":"World"}' localhost:50051$ ghz --insecure --proto ./service.proto --call helloworld.Greeter/SayHelloStream -d @ -m '{"name":"World"}' -M metadata.json localhost:50051 < requests.json