From 1303ec7b53b9a6916b0cb3ac8dfe8ddcef0f6736 Mon Sep 17 00:00:00 2001 From: Moiz Haidry Date: Mon, 5 Nov 2018 16:09:34 -0800 Subject: Added benchmarks for Callback based Unary server --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 372a92d222..e7fadfd049 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5336,6 +5336,7 @@ add_library(qps test/cpp/qps/qps_worker.cc test/cpp/qps/report.cc test/cpp/qps/server_async.cc + test/cpp/qps/server_callback.cc test/cpp/qps/server_sync.cc test/cpp/qps/usage_timer.cc ) -- cgit v1.2.3