-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add JMH Benchmark (jmh) benchmark result for 60f266e
- Loading branch information
github-action-benchmark
committed
Dec 1, 2024
1 parent
d99120f
commit 5690f06
Showing
1 changed file
with
85 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1733019486975, | ||
"lastUpdate": 1733036047772, | ||
"repoUrl": "https://github.com/zio/zio-kafka", | ||
"entries": { | ||
"JMH Benchmark": [ | ||
|
@@ -9754,6 +9754,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": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "60f266e982e12f8a86d27f1e36d41e7ea3ac3e04", | ||
"message": "Update sbt, scripted-plugin to 1.10.6 (#1410)\n\n## About this PR\r\n📦 Updates \r\n* [org.scala-sbt:sbt](https://github.com/sbt/sbt)\r\n* [org.scala-sbt:scripted-plugin](https://github.com/sbt/sbt)\r\n\r\n from `1.10.5` to `1.10.6`\r\n\r\n📜 [GitHub Release\r\nNotes](https://github.com/sbt/sbt/releases/tag/v1.10.6) - [Version\r\nDiff](https://github.com/sbt/sbt/compare/v1.10.5...v1.10.6)", | ||
"timestamp": "2024-12-01T07:35:22+01:00", | ||
"tree_id": "2004edca1819bc42f1b9bc90c23dc83c4970a3ab", | ||
"url": "https://github.com/zio/zio-kafka/commit/60f266e982e12f8a86d27f1e36d41e7ea3ac3e04" | ||
}, | ||
"date": 1733036045181, | ||
"tool": "jmh", | ||
"benches": [ | ||
{ | ||
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceSingleRecordPar", | ||
"value": 15.229263114716634, | ||
"unit": "ops/s", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceSingleRecordSeq", | ||
"value": 11.909093764649661, | ||
"unit": "ops/s", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughput", | ||
"value": 591.7938359599999, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughputWithCommits", | ||
"value": 591.0075299599999, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceChunkPar", | ||
"value": 176.08167733042853, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceChunkSeq", | ||
"value": 461.3928140733333, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients", | ||
"value": 543.1175583799999, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients", | ||
"value": 535.6304295, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka", | ||
"value": 562.3153167400002, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka", | ||
"value": 567.9063960800001, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|