aboutsummaryrefslogtreecommitdiff
path: root/chapter/1
diff options
context:
space:
mode:
authorPaul Grosu <pgrosu@gmail.com>2016-12-06 21:49:20 -0500
committerPaul Grosu <pgrosu@gmail.com>2016-12-06 21:49:20 -0500
commit507b194bd0e1222787127bc902ac022f435784f3 (patch)
tree9061c53141a4080551a5c53b298b6a39446342f9 /chapter/1
parent0125b8bba4eea09ec018db6dfcb529ac71e1f6e2 (diff)
submit
Diffstat (limited to 'chapter/1')
-rw-r--r--chapter/1/gRPC.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter/1/gRPC.md b/chapter/1/gRPC.md
index 5c13c98..4b0c04b 100644
--- a/chapter/1/gRPC.md
+++ b/chapter/1/gRPC.md
@@ -116,14 +116,14 @@ gRPC was built on top of HTTP/2, and we will cover the specifics of gRPC-Java, b
<em>Figure 5: gRPC allows for asynchronous language-agnostic message passing via Protocol Buffers.</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 {% cite gRPC-Benchmark %}.
+To ensure scalability, benchmarks are run 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>
<em>Figure 6: Benchmark showing the queries-per-second on two virtual machines with 32 cores each.</em>
</p>
-Most of the public Google APIs - including the Speech API, Vision API, Bigtable, Pub/Sub, etc. - have been ported to support gRPC, and their definitions can be found at the following location:
+To standardize, most of the public Google APIs - including the Speech API, Vision API, Bigtable, Pub/Sub, etc. - have been ported to support gRPC, and their definitions can be found at the following location:
<p align="center">
<img src="figures/grpc-googleapis.png" /><br>