aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_worker.cc
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-02-01 09:33:11 -0800
committerGravatar Vijay Pai <vpai@google.com>2016-02-01 09:33:11 -0800
commitc64736d852991c734938a16d58cb5861b7014c07 (patch)
tree1b0ea4a17540426fc2355aabba5c85f1492c5de4 /test/cpp/qps/qps_worker.cc
parent03ba4d746a34855c2d6498f23b06f8a0ae6592eb (diff)
Clean-up core list usage and make it possible to reset the core list
Diffstat (limited to 'test/cpp/qps/qps_worker.cc')
-rw-r--r--test/cpp/qps/qps_worker.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/cpp/qps/qps_worker.cc b/test/cpp/qps/qps_worker.cc
index 5cb5850fd4..6289c1a843 100644
--- a/test/cpp/qps/qps_worker.cc
+++ b/test/cpp/qps/qps_worker.cc
@@ -87,10 +87,6 @@ static std::unique_ptr<Server> CreateServer(const ServerConfig& config) {
gpr_log(GPR_INFO, "Starting server of type %s",
ServerType_Name(config.server_type()).c_str());
- if (config.core_limit() > 0) {
- LimitCores(config.core_limit());
- }
-
switch (config.server_type()) {
case ServerType::SYNC_SERVER:
return CreateSynchronousServer(config);