diff options
Diffstat (limited to 'test/cpp')
-rw-r--r-- | test/cpp/qps/server_sync.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/qps/server_sync.cc b/test/cpp/qps/server_sync.cc index 88a201fe79..8a75b73af3 100644 --- a/test/cpp/qps/server_sync.cc +++ b/test/cpp/qps/server_sync.cc @@ -88,6 +88,8 @@ class SynchronousServer GRPC_FINAL : public grpc::testing::Server { builder.RegisterService(&service_); + builder.SetThreadPool(&thread_pool_); + return builder.BuildAndStart(); } |