grpc_bench
grpc_bench copied to clipboard
Various gRPC benchmarks
The Haskell benchmark must be updated to use the new protobuf contract: ``` message HelloRequest { Hello request = 1; } message HelloReply { Hello response = 1; } ```
The PHP swoole benchmark must be updated to use the new protobuf contract: ``` message HelloRequest { Hello request = 1; } message HelloReply { Hello response = 1; }...
To be done after: https://github.com/LesnyRumcajs/grpc_bench/issues/184 Create a native Java benchmark without use of any fancy framework, just pure gRPC.
it can have significantly better performance than openjdk on some benchmarks.
So far we have a single script to run all benchmarks with some overridable defaults that we need to change by hand. It'd be good to have something official, to...
Based on @brunoborges idea in https://github.com/LesnyRumcajs/grpc_bench/pull/76 Create a benchmark suite (ideally using the existing images) that would provide single-threaded implementations with a LB (to be chosen) so that the we...
Add a R grpc benchmark. The library is here: https://github.com/nfultz/grpc - [x] gRPC server implementation - [x] Dockerfile to build an image with the gRPC server - [x] update build.sh,...
Using Intel i5 12400f. Failed to build due to poor network, some cases are not included. ``` ----------------------------------------------------------------------------------------------------------------------------------------- | name | req/s | avg. latency | 90 % in |...
It is strongly recommended to use the production config for images used in production environments. Please see below. https://hub.docker.com/_/php Then, the code below should be added to the docker file...
Elixir build fails with: ``` #9 13.78 Processing triggers for libc-bin (2.31-13+deb11u5) ... #9 DONE 14.7s #10 [ 6/14] RUN mix local.hex --force #10 17.89 ** (Mix) httpc request failed...