grpc_bench: open-source, objective gRPC benchmark

This page summarizes the projects mentioned and recommended in the original post on /r/grpc

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • grpc_bench

    Various gRPC benchmarks

  • This is another iteration of the gRPC benchmark posted here 9 months ago. During this period we received a lot of contributions, for .NET, Java and Swift to name a few. Several versions got bumped. The reception was really warm, thank you!

  • ghz

    Simple gRPC benchmarking and load testing tool

  • a second container running ghz makes unary requests to the server

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • gRPC

    The Java gRPC implementation. HTTP/2 based RPC

  • Small clarification (to my understanding, I'm not a Java Guru) on why Java got on top - those Java implementations use something called Direct Executor. It's super performant when there's no chance of a blocking operation. But if you are to do anything more than echo service, you might be in trouble. Other implementations probably don't suffer from the same constraint. The related discussion can be found in this PR.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts