diff options
| author | Paul Grosu <pgrosu@gmail.com> | 2016-12-06 19:32:39 -0500 |
|---|---|---|
| committer | Paul Grosu <pgrosu@gmail.com> | 2016-12-06 19:32:39 -0500 |
| commit | 93948d701c8e531c42caeb538b7fcb352e8d19ab (patch) | |
| tree | 4332b7ad6ef4b6f9344598bec5187e98798afac9 /chapter/1 | |
| parent | 66187e549607d715b684b0a4df7e589d057287a0 (diff) | |
submit
Diffstat (limited to 'chapter/1')
| -rw-r--r-- | chapter/1/gRPC.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chapter/1/gRPC.md b/chapter/1/gRPC.md index 99a81e0..96d4609 100644 --- a/chapter/1/gRPC.md +++ b/chapter/1/gRPC.md @@ -123,7 +123,7 @@ The officially supported languages are listed in Table 2 {% cite gRPC-Languages <em>Table 2: Officially supported languages by gRPC.</em> </p> -There are benchmarks being performed on a daily basis to ensure that gRPC performs optimally under high-throughput conditions as illustrated in Figure 6. +There are benchmarks being performed on a daily basis to ensure that gRPC performs optimally under high-throughput conditions as illustrated in Figure 6 {% cite gRPC-Benchmark %}. <p align="center"> <img src="figures/grpc-benchmark.png" /><br> @@ -152,3 +152,4 @@ The Java implementation of gRPC has been built with Mobile platform in mind and [Protobuf-Types]: https://developers.google.com/protocol-buffers/docs/encoding [gRPC-Overview]: http://www.grpc.io/docs/guides/ [gRPC-Languages]: http://www.grpc.io/about/#osp +[gRPC-Benchmark]: http://www.grpc.io/docs/guides/benchmarking.html
\ No newline at end of file |
