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