Protocol Buffers の結果
make test
go test -tags=server -benchmem -bench .
BenchmarkGetPerson-4 10000 195872 ns/op 6526 B/op 116 allocs/op
BenchmarkListPerson-4 2000 774706 ns/op 80248 B/op 1580 allocs/op
PASS
ok github.com/dictav/test-go-grpc-protocolbuffers 3.700s