From d5951962414a87ffdd5b3c6afe7a25b05d2ec442 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Sun, 17 Sep 2023 08:32:43 +0000 Subject: [PATCH] add JMH Benchmark (jmh) benchmark result for f8536a1a5ab6f3f18c8e9b2e1fec342bd47c918b --- 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 816c3dcf1..8855f4b5e 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1694497582846, + "lastUpdate": 1694939563426, "repoUrl": "https://github.com/zio/zio-kafka", "entries": { "JMH Benchmark": [ @@ -48516,6 +48516,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": "f8536a1a5ab6f3f18c8e9b2e1fec342bd47c918b", + "message": "Update sbt to 1.9.6 (#1050)\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>", + "timestamp": "2023-09-17T10:42:34+04:00", + "tree_id": "8b27db95658149c81db9cabf375c1155b2a18158", + "url": "https://github.com/zio/zio-kafka/commit/f8536a1a5ab6f3f18c8e9b2e1fec342bd47c918b" + }, + "date": 1694939548067, + "tool": "jmh", + "benches": [ + { + "name": "zio.kafka.bench.ConsumerBenchmark.throughput", + "value": 550.6291697400001, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits", + "value": 550.39685834, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients", + "value": 681.3750349999999, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients", + "value": 654.0607595999999, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka", + "value": 1318.58971366, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka", + "value": 1198.2656342000002, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + } + ] } ] }