grpc_bench
grpc_bench copied to clipboard
Re-enable Haskell benchmark
The Haskell benchmark must be updated to use the new protobuf contract:
message HelloRequest {
Hello request = 1;
}
message HelloReply {
Hello response = 1;
}