grpc_bench
grpc_bench copied to clipboard
Various gRPC benchmarks
The Dockerfile for `java_vertx_grpc` specifies `-XX:+UseSerialGC`. Separate benchmarks for each GC should probably be made or [this line](https://github.com/LesnyRumcajs/grpc_bench/blob/master/java_vertx_grpc_bench/Dockerfile#L9) should probably be removed to just let the VM select the most...
## About this PR 📦 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` to `0.6.1` 📜 [GitHub Release Notes](https://github.com/scalapb/zio-grpc/releases/tag/v0.6.1) - [Changelog](https://github.com/scalapb/zio-grpc/blob/master/CHANGELOG.md) - [Version Diff](https://github.com/scalapb/zio-grpc/compare/v0.6.0...v0.6.1) ## Usage ✅ **Please merge!** I'll automatically...
## About this PR 📦 Updates [com.github.sbt:sbt-javaagent](https://github.com/sbt/sbt-javaagent) from `0.1.7` to `0.1.8` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-javaagent/releases/tag/v0.1.8) - [Version Diff](https://github.com/sbt/sbt-javaagent/compare/v0.1.7...v0.1.8) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [com.eed3si9n:sbt-assembly](https://github.com/sbt/sbt-assembly) from `2.1.3` to `2.1.5` 📜 [GitHub Release Notes](https://github.com/sbt/sbt-assembly/releases/tag/v2.1.5) - [Version Diff](https://github.com/sbt/sbt-assembly/compare/v2.1.3...v2.1.5) ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve...
## About this PR 📦 Updates [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from `1.2.12` to `1.2.13` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
**Summary of changes** Changes introduced in this pull request: - Update Dart SDK to 3.0 - Remove gRPC package deprecations - Fix Docker build stage **Reference issue to close (if...
## About this PR 📦 Updates [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback) from `1.2.12` to `1.4.11` ## Usage ✅ **Please merge!** I'll automatically update this PR to resolve conflicts as long as you don't change...
Adding another Rust benchmark: [gmf](https://crates.io/crates/gmf) This is the result you can expect: | name | req/s | avg. latency | 90 % in | 95 % in | 99 %...
**Summary of changes** Changes introduced in this pull request: - Languages that rely on `malloc`/`free` to manage their memory heavily depend on the performance of the allocator library. So, having...
The Scala 3 compiler does more inlining which maybe faster.