protocol-benchmark Benchmark on sending structures via gRPC vs TCP+GOB vs TCP+custom marhalling HOWTO Regenerate protobuf file: protoc -I . --go_out=plugins=grpc:. pb/pb.proto Run benchmarks: go test -bench=.