grpc_bench icon indicating copy to clipboard operation
grpc_bench copied to clipboard

Various gRPC benchmarks

Results 36 grpc_bench issues
Sort by recently updated
recently updated
newest added

**Summary of changes** Bench gRPC-haskell **BTW: This Haskell implement server may have some memory leaks.** Tested on my local machine: AMD 5900X, 64G RAM, with the following options: ``` GRPC_BENCHMARK_DURATION=120s...

Updates * [com.thesamet.scalapb.zio-grpc:zio-grpc-codegen](https://github.com/scalapb/zio-grpc) * [com.thesamet.scalapb.zio-grpc:zio-grpc-core](https://github.com/scalapb/zio-grpc) from 0.6.0-test1 to 0.6.0-test3. [GitHub Release Notes](https://github.com/scalapb/zio-grpc/releases/tag/v0.6.0-test3) - [Version Diff](https://github.com/scalapb/zio-grpc/compare/v0.6.0-test1...v0.6.0-test3) I'll automatically update this PR to resolve conflicts as long as you don't change it...

It would be nice to check if Rust implementations would get some performance boost with an alternative async runtime, e.g. `async-std`, especially in multicore scenarios.

repository: https://github.com/dialohq/ocaml-grpc

Can these benchmarks run on arm64 system? Using fedora35 on arm64 5.16.12-200.fc35.aarch64 I always get this kind of error: ==> Running benchmark for go_grpc_bench... Waiting for server to come up......

OpenJDK images where moved to eclipse-temurin. `FROM adoptopenjdk:16_36-jdk-hotspot` should be `FROM eclipse-temurin:17-jdk` [Old AdoptOpenJDK hub](https://hub.docker.com/_/adoptopenjdk) [New Eclipse Temurin hub](https://hub.docker.com/_/eclipse-temurin) [Eclipse Temurin Docker Readme](https://github.com/docker-library/docs/blob/master/eclipse-temurin/README.md)

Apparently it's not working anymore https://github.com/LesnyRumcajs/grpc_bench/issues/196 https://github.com/LesnyRumcajs/grpc_bench/blob/master/.github/workflows/issue_bench.yml

bug

We disabled benchmarking Lua as it seems JFrog Bintray on which it depended was scraped. It would be nice to have it fixed and re-enabled. https://github.com/LesnyRumcajs/grpc_bench/tree/master/lua_grpc_st_onhold (to re-enable change postfix...

good first issue

Dart benchmark stopped working. It was disabled temporarily, would be nice to re-enable it once the issue is identified and fixed.

good first issue

https://github.com/LesnyRumcajs/grpc_bench/pull/183#issuecomment-1014203965 Rename the existing `java_aot_bench` to `java_micronaut_native` (bonus points if we could reduce the code duplication with just a docker copy, like [here](https://github.com/LesnyRumcajs/grpc_bench/pull/183/files)

bug
good first issue