This issues addresses 2-4 from https://github.com/grpc/grpc-go/issues/5751. Our benchmarks set [server](https://github.com/grpc/grpc-go/blob/040b795b51ea6e3f29ee273acf80505ca495f798/benchmark/benchmark.go#L201) and [client](https://github.com/grpc/grpc-go/blob/040b795b51ea6e3f29ee273acf80505ca495f798/benchmark/benchmark.go#L281) write buffer sizes to 128KB. - [x] Do not set the read and write buffer sizes by default. Instead let the benchmark client and server use whatever defaults grpc uses. - [x] Provide a command line flag to set these buffer sizes.