diff --git a/test/cpp/qps/client.h b/test/cpp/qps/client.h index 2cb4e094c03c53d85fed3128228ea42238b29ca0..576adeb2566cc9986a89a22e5120ddbe6d652ccc 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 9dc9fd584107c6d255eba1a740dd62bec4581d37..0ba46d3d0a01a18d31d979d5cf10eb66aeb2f0d8 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 0c6e264a50d6c056133111a2627a7268d8804b93..6195e6ce636c6a6a3d3a23b9a828bf505a68873b 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 {