aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks
diff options
context:
space:
mode:
authorGravatar Yuxuan Li <yuxuanli@google.com>2017-03-10 14:34:59 -0800
committerGravatar Yuxuan Li <yuxuanli@google.com>2017-03-10 14:34:59 -0800
commit0aac9d06e24358c71472eca5bce4c51b499bb2cb (patch)
tree14d4959ec4e4f7e065179605e31c4b4ef7c142ef /test/cpp/microbenchmarks
parent8124f66993d3c2eebb46832300d133a50e735f0f (diff)
change last_message bit to be in C++ layer only
Diffstat (limited to 'test/cpp/microbenchmarks')
-rw-r--r--test/cpp/microbenchmarks/bm_fullstack.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/microbenchmarks/bm_fullstack.cc b/test/cpp/microbenchmarks/bm_fullstack.cc
index b1f3ed3597..b5b68c9d09 100644
--- a/test/cpp/microbenchmarks/bm_fullstack.cc
+++ b/test/cpp/microbenchmarks/bm_fullstack.cc
@@ -766,7 +766,7 @@ static void BM_StreamingPingPongMsgs(benchmark::State& state) {
// Second parameter (i.e state.range(1)): Number of ping pong messages.
// Note: One ping-pong means two messages (one from client to server and
// the other from server to client):
-// Third parameter (i.e state.range(2)): Swtich between using WriteAndFinish
+// Third parameter (i.e state.range(2)): Switch between using WriteAndFinish
// API and WriteLast API for server.
template <class Fixture, class ClientContextMutator, class ServerContextMutator>
static void BM_StreamingPingPongWithCoalescingApi(benchmark::State& state) {