grpc_bench icon indicating copy to clipboard operation
grpc_bench copied to clipboard

Re-enable Haskell benchmark

Open Trisfald opened this issue 3 years ago • 0 comments

The Haskell benchmark must be updated to use the new protobuf contract:

message HelloRequest {
  Hello request = 1;
}

message HelloReply {
  Hello response = 1;
}

Trisfald avatar Jan 11 '22 13:01 Trisfald