diff --git a/dev/bench/data.js b/dev/bench/data.js
index bf8f8f412..4988bdba7 100644
--- a/dev/bench/data.js
+++ b/dev/bench/data.js
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
- "lastUpdate": 1730339876010,
+ "lastUpdate": 1730360553121,
"repoUrl": "https://github.com/zio/zio-kafka",
"entries": {
"JMH Benchmark": [
@@ -27604,6 +27604,90 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
+ },
+ {
+ "commit": {
+ "author": {
+ "email": "145262613+zio-scala-steward[bot]@users.noreply.github.com",
+ "name": "zio-scala-steward[bot]",
+ "username": "zio-scala-steward[bot]"
+ },
+ "committer": {
+ "email": "noreply@github.com",
+ "name": "GitHub",
+ "username": "web-flow"
+ },
+ "distinct": true,
+ "id": "84eabfe75c78300a30a442bfe2253671148bb2bc",
+ "message": "Update zio-kafka, zio-kafka-testkit to 2.8.3 (#1353)\n\n## About this PR\r\nš¦ Updates \r\n* [dev.zio:zio-kafka](https://github.com/zio/zio-kafka)\r\n* [dev.zio:zio-kafka-testkit](https://github.com/zio/zio-kafka)\r\n\r\n from `2.8.2` to `2.8.3`\r\n\r\nš [GitHub Release\r\nNotes](https://github.com/zio/zio-kafka/releases/tag/v2.8.3) - [Version\r\nDiff](https://github.com/zio/zio-kafka/compare/v2.8.2...v2.8.3)\r\n\r\n## Usage\r\nā
**Please merge!**\r\n\r\nI'll automatically update this PR to resolve conflicts as long as you\r\ndon't change it yourself.\r\n\r\nIf you'd like to skip this version, you can just close this PR. If you\r\nhave any feedback, just mention me in the comments below.\r\n\r\nConfigure Scala Steward for your repository with a\r\n[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/767fcfecbfd53c507152f6cf15c846176bae561d/docs/repo-specific-configuration.md)\r\nfile.\r\n\r\n_Have a fantastic day writing Scala!_\r\n\r\n\r\nš Files still referring to the old version number
\r\n\r\nThe following files still refer to the old version number (2.8.2).\r\nYou might want to review and update them manually.\r\n```\r\nREADME.md\r\nbuild.sbt\r\n```\r\n \r\n\r\nā Adjust future updates
\r\n\r\nAdd this to your `.scala-steward.conf` file to ignore future updates of\r\nthis dependency:\r\n```\r\nupdates.ignore = [ { groupId = \"dev.zio\" } ]\r\n```\r\nOr, add this to slow down future updates of this dependency:\r\n```\r\ndependencyOverrides = [{\r\n pullRequests = { frequency = \"30 days\" },\r\n dependency = { groupId = \"dev.zio\" }\r\n}]\r\n```\r\n \r\n\r\n\r\nlabels: library-update, early-semver-patch, semver-spec-patch,\r\nold-version-remains, commit-count:1\r\n\r\n\r\nCo-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>",
+ "timestamp": "2024-10-31T08:24:06+01:00",
+ "tree_id": "14b1f5f4e873397b6d2934fd8c83868a96946298",
+ "url": "https://github.com/zio/zio-kafka/commit/84eabfe75c78300a30a442bfe2253671148bb2bc"
+ },
+ "date": 1730360551950,
+ "tool": "jmh",
+ "benches": [
+ {
+ "name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordPar",
+ "value": 10.958079824924189,
+ "unit": "ops/s",
+ "extra": "iterations: 5\nforks: 5\nthreads: 1"
+ },
+ {
+ "name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordSeq",
+ "value": 8.771132896956875,
+ "unit": "ops/s",
+ "extra": "iterations: 5\nforks: 5\nthreads: 1"
+ },
+ {
+ "name": "zio.kafka.bench.ConsumerBenchmark.throughput",
+ "value": 536.90102242,
+ "unit": "ms/op",
+ "extra": "iterations: 5\nforks: 5\nthreads: 1"
+ },
+ {
+ "name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits",
+ "value": 536.6383169000001,
+ "unit": "ms/op",
+ "extra": "iterations: 5\nforks: 5\nthreads: 1"
+ },
+ {
+ "name": "zio.kafka.bench.ProducerBenchmark.produceChunkPar",
+ "value": 243.10440270104763,
+ "unit": "ms/op",
+ "extra": "iterations: 5\nforks: 5\nthreads: 1"
+ },
+ {
+ "name": "zio.kafka.bench.ProducerBenchmark.produceChunkSeq",
+ "value": 652.66719256,
+ "unit": "ms/op",
+ "extra": "iterations: 5\nforks: 5\nthreads: 1"
+ },
+ {
+ "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients",
+ "value": 624.53957666,
+ "unit": "ms/op",
+ "extra": "iterations: 5\nforks: 5\nthreads: 1"
+ },
+ {
+ "name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients",
+ "value": 623.2721208199999,
+ "unit": "ms/op",
+ "extra": "iterations: 5\nforks: 5\nthreads: 1"
+ },
+ {
+ "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka",
+ "value": 1196.50526652,
+ "unit": "ms/op",
+ "extra": "iterations: 5\nforks: 5\nthreads: 1"
+ },
+ {
+ "name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka",
+ "value": 882.6611914399999,
+ "unit": "ms/op",
+ "extra": "iterations: 5\nforks: 5\nthreads: 1"
+ }
+ ]
}
]
}