From 2bcacd0601030e8e33d5257d5ff1ba35d7e8248d Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 3 Sep 2023 12:48:23 +0000 Subject: [PATCH] add JMH Benchmark (jmh) benchmark result for 9f7182f18a7192fab3527c77e68329fe8486e65a --- dev/bench/data.js | 62 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 61 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index b89c60c9b..c99d1ae59 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1693386379627, + "lastUpdate": 1693745303136, "repoUrl": "https://github.com/zio/zio-kafka", "entries": { "JMH Benchmark": [ @@ -46980,6 +46980,66 @@ window.BENCHMARK_DATA = { "extra": "iterations: 5\nforks: 5\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "41898282+github-actions[bot]@users.noreply.github.com", + "name": "github-actions[bot]", + "username": "github-actions[bot]" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "9f7182f18a7192fab3527c77e68329fe8486e65a", + "message": "Update scalafmt-core to 3.7.14 (#1034)\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>", + "timestamp": "2023-09-03T16:30:34+04:00", + "tree_id": "d3e2dc71a9decc6bbcaec41b7be8b82e4cf4b519", + "url": "https://github.com/zio/zio-kafka/commit/9f7182f18a7192fab3527c77e68329fe8486e65a" + }, + "date": 1693745281135, + "tool": "jmh", + "benches": [ + { + "name": "zio.kafka.bench.ConsumerBenchmark.throughput", + "value": 578.76371252, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits", + "value": 571.83068186, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients", + "value": 787.0793118400002, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients", + "value": 753.7017893, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka", + "value": 1609.2367830799997, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka", + "value": 1476.10472, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + } + ] } ] }