aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/pb
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2016-03-17 14:52:20 -0700
committerGravatar vjpai <vpai@google.com>2016-03-18 19:10:35 -0700
commitfdeacd9f32a7b7aa1a2a603c6292da60875d0ee9 (patch)
tree53b530a1102dd1ee52e3de354e143830fc0ff7b8 /src/ruby/pb
parent91bd67cb337d8794f41b481c773203e72492272b (diff)
Initial work for Ruby performance testing
Diffstat (limited to 'src/ruby/pb')
-rwxr-xr-xsrc/ruby/pb/generate_proto_ruby.sh9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/ruby/pb/generate_proto_ruby.sh b/src/ruby/pb/generate_proto_ruby.sh
index 86c082099d..740647bccb 100755
--- a/src/ruby/pb/generate_proto_ruby.sh
+++ b/src/ruby/pb/generate_proto_ruby.sh
@@ -40,11 +40,18 @@ $PROTOC -I src/proto src/proto/grpc/health/v1/health.proto \
--ruby_out=src/ruby/pb \
--plugin=$PLUGIN
-$PROTOC -I . test/proto/{messages,test,empty}.proto \
+$PROTOC -I . \
+ src/proto/grpc/testing/{messages,test,empty}.proto \
--grpc_out=src/ruby/pb \
--ruby_out=src/ruby/pb \
--plugin=$PLUGIN
+$PROTOC -I . \
+ src/proto/grpc/testing/{messages,payloads,stats,services,control}.proto \
+ --grpc_out=src/ruby/qps \
+ --ruby_out=src/ruby/qps \
+ --plugin=$PLUGIN
+
$PROTOC -I src/proto/math src/proto/math/math.proto \
--grpc_out=src/ruby/bin \
--ruby_out=src/ruby/bin \