aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/perf_db.proto
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/perf_db.proto
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/perf_db.proto')
-rw-r--r--test/cpp/qps/perf_db.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/perf_db.proto b/test/cpp/qps/perf_db.proto
index 7ae5cfe86e..0d9aec74cd 100644
--- a/test/cpp/qps/perf_db.proto
+++ b/test/cpp/qps/perf_db.proto
@@ -29,7 +29,7 @@
syntax = "proto3";
-import "test/proto/qpstest.proto";
+import "test/proto/perf_control.proto";
package grpc.testing;