mirror of https://github.com/grpc/grpc-java.git
Commit 76f0a09 after the previous release (ws.antonov.gradle.plugins:gradle-plugin-protobuf:0.9.1) defers the generation of generateProto tasks to post-evaluation of the project, which make them no longer available in the evaluation phase. We need to move the manipulation of these tasks to post-evaluation too. |
||
|---|---|---|
| .. | ||
| src/main | ||
| README.md | ||
| build.gradle | ||
README.md
grpc Benchmarks
QPS Benchmark
The "Queries Per Second Benchmark" allows you to get a quick overview of the throughput and latency characteristics of grpc.
To build the benchmark type
$ ./gradlew :grpc-benchmarks:installApp
from the grpc-java directory.
You can now find the client and the server executables in benchmarks/build/install/grpc-benchmarks/bin.
The C++ counterpart can be found at https://github.com/grpc/grpc/tree/master/test/cpp/qps