diff --git a/dev/bench/data.js b/dev/bench/data.js index 77ef082bb..14163492f 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1730232054280, + "lastUpdate": 1730232613322, "repoUrl": "https://github.com/zio/zio-kafka", "entries": { "JMH Benchmark": [ @@ -27440,6 +27440,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": "fbaa2d582211d02055fb06ca9d055c350d4170a8", + "message": "Enable mima check during release (#1351)\n\nThis automatically enables a binary compatibility check using Mima when\r\nwe build a release (when we build from a tag).", + "timestamp": "2024-10-29T20:51:45+01:00", + "tree_id": "a87d64316eea7ec8ede25afa0d672b6d0f13970d", + "url": "https://github.com/zio/zio-kafka/commit/fbaa2d582211d02055fb06ca9d055c350d4170a8" + }, + "date": 1730232612463, + "tool": "jmh", + "benches": [ + { + "name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordPar", + "value": 13.60114114631265, + "unit": "ops/s", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordSeq", + "value": 11.343804104335653, + "unit": "ops/s", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ConsumerBenchmark.throughput", + "value": 538.38194528, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits", + "value": 536.99780642, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ProducerBenchmark.produceChunkPar", + "value": 190.45533936885712, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ProducerBenchmark.produceChunkSeq", + "value": 471.93016126000003, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients", + "value": 623.1547265999999, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients", + "value": 620.33978584, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka", + "value": 1143.68642206, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka", + "value": 874.7317760599998, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + } + ] } ] }