Change name from coresched to limit_cores

pull/4710/head
vjpai 9 years ago
parent 3e6a70faed
commit 4f5146dac2
  1. 2
      test/cpp/qps/client.h
  2. 2
      test/cpp/qps/limit_cores.cc
  3. 0
      test/cpp/qps/limit_cores.h
  4. 2
      test/cpp/qps/server.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"

@ -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>

@ -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 {

Loading…
Cancel
Save