Skip to content

Commit

Permalink
regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
awalterschulze committed Sep 24, 2016
1 parent f2a8b1b commit c7ed04a
Show file tree
Hide file tree
Showing 10 changed files with 331 additions and 271 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ all:

regenerate:
(cd simple && protoc-min-version --version="3.0.0" --gogo_out=plugins=grpc:. --proto_path=.:$(GOPATH)/src/:$(GOPATH)/src/github.com/gogo/protobuf/protobuf/ grpc.proto)
(cd bench && protoc-gen-combo --version="3.0.0" --proto_path=.:$(GOPATH)/src/:$(GOPATH)/src/github.com/gogo/protobuf/protobuf/ --plugins=grpc bench.proto)
(cd bench && protoc-gen-combo --version="3.0.0" --proto_path=.:$(GOPATH)/src/:$(GOPATH)/src/github.com/gogo/protobuf/protobuf/ --gogo_out=plugins=grpc:. bench.proto)
(cd gofast && protoc --gofast_out=plugins=grpc:. gofast.proto)

test:
Expand Down
75 changes: 41 additions & 34 deletions bench/combos/both/bench.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

77 changes: 42 additions & 35 deletions bench/combos/marshaler/bench.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c7ed04a

Please sign in to comment.