aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/php/tests/qps/generated_code/Grpc/Testing/RpcType.php
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-03-06 00:54:05 -0800
committerGravatar Vijay Pai <vpai@google.com>2017-03-10 10:51:05 -0800
commit958ded975f7e5dc0dee7767af63613466ee9ed4a (patch)
tree83609f20ed3eee2b15761143d0dccf082f026e5b /src/php/tests/qps/generated_code/Grpc/Testing/RpcType.php
parent11a93fac8ebc7fe42f36626322466800fe6f53cf (diff)
PHP benchmarking performance client, proxied through Ruby
Requires synchronous and single-threaded, so only 1 channel and 1 outstanding RPC per channel for now. No open-loop for now
Diffstat (limited to 'src/php/tests/qps/generated_code/Grpc/Testing/RpcType.php')
-rw-r--r--src/php/tests/qps/generated_code/Grpc/Testing/RpcType.php21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/php/tests/qps/generated_code/Grpc/Testing/RpcType.php b/src/php/tests/qps/generated_code/Grpc/Testing/RpcType.php
new file mode 100644
index 0000000000..2e664fff47
--- /dev/null
+++ b/src/php/tests/qps/generated_code/Grpc/Testing/RpcType.php
@@ -0,0 +1,21 @@
+<?php
+# Generated by the protocol buffer compiler. DO NOT EDIT!
+# source: src/proto/grpc/testing/control.proto
+
+namespace Grpc\Testing;
+
+/**
+ * Protobuf enum <code>grpc.testing.RpcType</code>
+ */
+class RpcType
+{
+ /**
+ * <code>UNARY = 0;</code>
+ */
+ const UNARY = 0;
+ /**
+ * <code>STREAMING = 1;</code>
+ */
+ const STREAMING = 1;
+}
+