diff --git a/dev/bench/data.js b/dev/bench/data.js index 8820ad13e..9eff682d9 100644 --- a/dev/bench/data.js +++ b/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1734030785077, + "lastUpdate": 1734036552498, "repoUrl": "https://github.com/zio/zio-kafka", "entries": { "JMH Benchmark": [ @@ -10042,6 +10042,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": "bb540bc34efd07aa427d9ac6badba14d3b233456", + "message": "Add sbt to github action workflows, use ubuntu-latest (#1416)\n\nThe new ubuntu images no longer install sbt by default. Also: stop using\r\nancient ubuntu versions.\r\n\r\nThis is a stop-gap until zio-sbt plugin is fixed.", + "timestamp": "2024-12-12T21:30:16+01:00", + "tree_id": "42b7ff94a350094f3d653bc39eaef878f6ba3fee", + "url": "https://github.com/zio/zio-kafka/commit/bb540bc34efd07aa427d9ac6badba14d3b233456" + }, + "date": 1734036550255, + "tool": "jmh", + "benches": [ + { + "name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceSingleRecordPar", + "value": 14.143116808300409, + "unit": "ops/s", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceSingleRecordSeq", + "value": 12.598971799819873, + "unit": "ops/s", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughput", + "value": 595.15155414, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughputWithCommits", + "value": 595.2136877199999, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceChunkPar", + "value": 175.82842316485713, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceChunkSeq", + "value": 423.07522445333336, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients", + "value": 547.0900650799999, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients", + "value": 538.4456009, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka", + "value": 566.83057366, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + }, + { + "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka", + "value": 574.82085844, + "unit": "ms/op", + "extra": "iterations: 5\nforks: 5\nthreads: 1" + } + ] } ] }