From 787291b8ee0d42cc6bf6e7fa959d00a6da20069a Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 8 Feb 2025 14:31:40 +0000 Subject: [PATCH] add JMH Benchmark (jmh) benchmark result for 513fee8f9d0fe6839990af260b4be1e39795af52 --- dev/bench/data.js | 82 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 81 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index b8bcec1e0..0d847a775 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1739023448591, + "lastUpdate": 1739025100522, "repoUrl": "https://github.com/zio/zio-kafka", "entries": { "JMH Benchmark": [ @@ -10034,6 +10034,86 @@ window.BENCHMARK_DATA = { "extra": "iterations: 5\nforks: 5\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "name": "zio", + "username": "zio" + }, + "committer": { + "name": "zio", + "username": "zio" + }, + "id": "513fee8f9d0fe6839990af260b4be1e39795af52", + "message": "Remove accessor methods from docs (2)", + "timestamp": "2025-02-08T13:44:50Z", + "url": "https://github.com/zio/zio-kafka/pull/1459/commits/513fee8f9d0fe6839990af260b4be1e39795af52" + }, + "date": 1739025100229, + "tool": "jmh", + "benches": [ + { + "name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceSingleRecordPar", + "value": 17.403504281374772, + "unit": "ops/s", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceSingleRecordSeq", + "value": 13.946324401055119, + "unit": "ops/s", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughput", + "value": 585.9879021999998, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughputWithCommits", + "value": 586.6863692000001, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceChunkPar", + "value": 142.9689127114286, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceChunkSeq", + "value": 382.9147701933333, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients", + "value": 536.49339144, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients", + "value": 530.5643630800001, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka", + "value": 555.5690490399999, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka", + "value": 561.58642488, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + } + ] } ] }