From 6d17de70977337a65eb7a08755aa49cab28c4e06 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sat, 16 Nov 2024 13:47:03 +0000 Subject: [PATCH] add JMH Benchmark (jmh) benchmark result for 1c5041e3eecf3ea3b9a30248206bf977cc69cf08 --- dev/bench/data.js | 86 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 85 insertions(+), 1 deletion(-) diff --git a/dev/bench/data.js b/dev/bench/data.js index d9443be81..92dae6e7a 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1731760840369, + "lastUpdate": 1731764822866, "repoUrl": "https://github.com/zio/zio-kafka", "entries": { "JMH Benchmark": [ @@ -11814,6 +11814,90 @@ window.BENCHMARK_DATA = { "extra": "iterations: 5\nforks: 5\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "e.vanoosten@grons.nl", + "name": "Erik van Oosten", + "username": "erikvanoosten" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "1c5041e3eecf3ea3b9a30248206bf977cc69cf08", + "message": "Remove unnecessary workflow input (#1394)\n\nWhen you start a workflow from the GitHub UI, it already asks for a\r\nbranch/tag/commit. There is no need to add our own input for that.\r\n\r\nThis is a follow-up of #1392.", + "timestamp": "2024-11-16T14:28:19+01:00", + "tree_id": "cca694892d5a69958996816ecebe22ff1625b234", + "url": "https://github.com/zio/zio-kafka/commit/1c5041e3eecf3ea3b9a30248206bf977cc69cf08" + }, + "date": 1731764820804, + "tool": "jmh", + "benches": [ + { + "name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordPar", + "value": 17.23212277186022, + "unit": "ops/s", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordSeq", + "value": 13.026513030720546, + "unit": "ops/s", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ConsumerBenchmark.throughput", + "value": 535.9384575199999, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits", + "value": 535.2089799200002, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ProducerBenchmark.produceChunkPar", + "value": 148.07074106190473, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ProducerBenchmark.produceChunkSeq", + "value": 435.74269293666674, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients", + "value": 626.8385627, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients", + "value": 620.63257932, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka", + "value": 1076.1702751000003, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka", + "value": 880.4779944599998, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + } + ] } ] }