aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/driver.h
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2015-10-21 07:50:49 -0700
committerGravatar vjpai <vpai@google.com>2015-10-21 07:50:49 -0700
commit52bfb2564f5507b62d2e18a78ebcb391f2613eb9 (patch)
treedb62d9c3551523e3562c6f538e853469f0876178 /test/cpp/qps/driver.h
parent4c70baa1a16c15ec37200e096b8e7a60fbc254ee (diff)
Split qpstest.proto into two parts - one for performance stats and
one for control. Eliminate the use of our own SimpleRequest and SimpleResponse and instead share the one from end2end testing
Diffstat (limited to 'test/cpp/qps/driver.h')
-rw-r--r--test/cpp/qps/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/driver.h b/test/cpp/qps/driver.h
index 6116aa656a..89e584043d 100644
--- a/test/cpp/qps/driver.h
+++ b/test/cpp/qps/driver.h
@@ -37,7 +37,7 @@
#include <memory>
#include "test/cpp/qps/histogram.h"
-#include "test/proto/qpstest.grpc.pb.h"
+#include "test/proto/perf_control.grpc.pb.h"
namespace grpc {
namespace testing {