github.com/sandwich-go/boost@v1.3.29/xencoding/protobuf/test_perf/pref.proto (about) 1 syntax = "proto3"; 2 3 package codec.perf; 4 5 // Buffer is a message that contains a body of bytes that is used to exercise 6 // encoding and decoding overheads. 7 message Buffer { 8 bytes body = 1; 9 }