func TestUniversalDeserializer(t *testing.T) { … }
func TestAllFieldsHaveTags(t *testing.T) { … }
func fieldsHaveProtobufTags(obj reflect.Type) error { … }
func TestProtobufRoundTrip(t *testing.T) { … }
func BenchmarkEncodeCodecProtobuf(b *testing.B) { … }
func BenchmarkEncodeCodecFromInternalProtobuf(b *testing.B) { … }
func BenchmarkEncodeProtobufGeneratedMarshal(b *testing.B) { … }
func BenchmarkEncodeProtobufGeneratedMarshalList10(b *testing.B) { … }
func BenchmarkEncodeProtobufGeneratedMarshalList100(b *testing.B) { … }
func BenchmarkEncodeProtobufGeneratedMarshalList1000(b *testing.B) { … }
func BenchmarkDecodeCodecToInternalProtobuf(b *testing.B) { … }
func BenchmarkDecodeIntoProtobuf(b *testing.B) { … }