From d6748e28a2684f4e918b7e6218569d1f985decff Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 12 Dec 2024 19:13:06 +0000 Subject: [PATCH] add JMH Benchmark (jmh) benchmark result for da1068262611e15e7808c80d06725c274e9a7917 --- 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 ce3148031..8820ad13e 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1733564408464, + "lastUpdate": 1734030785077, "repoUrl": "https://github.com/zio/zio-kafka", "entries": { "JMH Benchmark": [ @@ -9962,6 +9962,86 @@ window.BENCHMARK_DATA = { "extra": "iterations: 5\nforks: 5\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "name": "zio", + "username": "zio" + }, + "committer": { + "name": "zio", + "username": "zio" + }, + "id": "da1068262611e15e7808c80d06725c274e9a7917", + "message": "Add sbt to github action workflows, use ubuntu-latest", + "timestamp": "2024-12-12T07:49:15Z", + "url": "https://github.com/zio/zio-kafka/pull/1416/commits/da1068262611e15e7808c80d06725c274e9a7917" + }, + "date": 1734030783182, + "tool": "jmh", + "benches": [ + { + "name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceSingleRecordPar", + "value": 18.79029488999657, + "unit": "ops/s", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceSingleRecordSeq", + "value": 13.445982281675294, + "unit": "ops/s", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughput", + "value": 594.4385683799999, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughputWithCommits", + "value": 593.5382237599999, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceChunkPar", + "value": 158.88797935190473, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceChunkSeq", + "value": 413.58374095333323, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients", + "value": 545.4234681000002, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients", + "value": 539.29509392, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka", + "value": 565.29778972, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka", + "value": 572.1018644999999, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + } + ] } ] }