From 4f5146dac201c234e4aefdad118413ba3aa76bd6 Mon Sep 17 00:00:00 2001 From: vjpai <vpai@google.com> Date: Tue, 19 Jan 2016 15:28:52 -0800 Subject: [PATCH] Change name from coresched to limit_cores --- test/cpp/qps/client.h | 2 +- test/cpp/qps/{coresched.cc => limit_cores.cc} | 2 +- test/cpp/qps/{coresched.h => limit_cores.h} | 0 test/cpp/qps/server.h | 2 +- 4 files changed, 3 insertions(+), 3 deletions(-) rename test/cpp/qps/{coresched.cc => limit_cores.cc} (98%) rename test/cpp/qps/{coresched.h => limit_cores.h} (100%) diff --git a/test/cpp/qps/client.h b/test/cpp/qps/client.h index 2cb4e094c0..576adeb256 100644 --- a/test/cpp/qps/client.h +++ b/test/cpp/qps/client.h @@ -45,7 +45,7 @@ #include "src/proto/grpc/testing/payloads.grpc.pb.h" #include "src/proto/grpc/testing/services.grpc.pb.h" -#include "test/cpp/qps/coresched.h" +#include "test/cpp/qps/limit_cores.h" #include "test/cpp/qps/histogram.h" #include "test/cpp/qps/interarrival.h" #include "test/cpp/qps/timer.h" diff --git a/test/cpp/qps/coresched.cc b/test/cpp/qps/limit_cores.cc similarity index 98% rename from test/cpp/qps/coresched.cc rename to test/cpp/qps/limit_cores.cc index 9dc9fd5841..0ba46d3d0a 100644 --- a/test/cpp/qps/coresched.cc +++ b/test/cpp/qps/limit_cores.cc @@ -31,7 +31,7 @@ * */ -#include "test/cpp/qps/coresched.h" +#include "test/cpp/qps/limit_cores.h" #include <grpc/support/cpu.h> #include <grpc/support/log.h> diff --git a/test/cpp/qps/coresched.h b/test/cpp/qps/limit_cores.h similarity index 100% rename from test/cpp/qps/coresched.h rename to test/cpp/qps/limit_cores.h diff --git a/test/cpp/qps/server.h b/test/cpp/qps/server.h index 0c6e264a50..6195e6ce63 100644 --- a/test/cpp/qps/server.h +++ b/test/cpp/qps/server.h @@ -42,7 +42,7 @@ #include "src/proto/grpc/testing/messages.grpc.pb.h" #include "test/core/end2end/data/ssl_test_data.h" #include "test/core/util/port.h" -#include "test/cpp/qps/coresched.h" +#include "test/cpp/qps/limit_cores.h" #include "test/cpp/qps/timer.h" namespace grpc { -- GitLab