aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/microbenchmarks/bm_fullstack_trickle.cc
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2017-07-13 12:29:45 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2017-07-18 17:06:58 -0700
commit06f052b35dd6ea19aa1973bc71c2a9b1cf964b34 (patch)
treea74a3733d382110c34c3644ebd84a81c22f16bd9 /test/cpp/microbenchmarks/bm_fullstack_trickle.cc
parent3706308c0f3943a48a194a9b1bd3ba4542f51415 (diff)
Get rid of local window, fix qps worker
Diffstat (limited to 'test/cpp/microbenchmarks/bm_fullstack_trickle.cc')
-rw-r--r--test/cpp/microbenchmarks/bm_fullstack_trickle.cc6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/cpp/microbenchmarks/bm_fullstack_trickle.cc b/test/cpp/microbenchmarks/bm_fullstack_trickle.cc
index 3464999bf0..13c96ef3e1 100644
--- a/test/cpp/microbenchmarks/bm_fullstack_trickle.cc
+++ b/test/cpp/microbenchmarks/bm_fullstack_trickle.cc
@@ -74,8 +74,7 @@ class TrickledCHTTP2 : public EndpointPairFixture {
write_csv(log_.get(), "t", "iteration", "client_backlog",
"server_backlog", "client_t_stall", "client_s_stall",
"server_t_stall", "server_s_stall", "client_t_remote",
- "server_t_remote", "client_t_local", "server_t_local",
- "client_t_announced", "server_t_announced",
+ "server_t_remote", "client_t_announced", "server_t_announced",
"client_s_remote_delta", "server_s_remote_delta",
"client_s_local_delta", "server_s_local_delta",
"client_s_announced_delta", "server_s_announced_delta",
@@ -128,8 +127,7 @@ class TrickledCHTTP2 : public EndpointPairFixture {
client->lists[GRPC_CHTTP2_LIST_STALLED_BY_STREAM].head != nullptr,
server->lists[GRPC_CHTTP2_LIST_STALLED_BY_TRANSPORT].head != nullptr,
server->lists[GRPC_CHTTP2_LIST_STALLED_BY_STREAM].head != nullptr,
- client->remote_window, server->remote_window, client->local_window,
- server->local_window, client->announced_window,
+ client->remote_window, server->remote_window, client->announced_window,
server->announced_window,
client_stream ? client_stream->remote_window_delta : -1,
server_stream ? server_stream->remote_window_delta : -1,