Compare MsgPack serialization and Snappy encoding with Protobuf encoding. This test checks the final length output of both the encodings, as well as benchmarks the performance of each.
Steps:
make run
You can add your own base.proto file and return an object in proto.go's GetProtoObject function.