Skip to content

Commit

Permalink
add JMH Benchmark (jmh) benchmark result for a29c96f
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 26, 2024
1 parent e6624e5 commit f89716d
Showing 1 changed file with 81 additions and 1 deletion.
82 changes: 81 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1732645628900,
"lastUpdate": 1732645650340,
"repoUrl": "https://github.com/zio/zio-kafka",
"entries": {
"JMH Benchmark": [
Expand Down Expand Up @@ -10430,6 +10430,86 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"name": "zio",
"username": "zio"
},
"committer": {
"name": "zio",
"username": "zio"
},
"id": "a29c96fbf576bd791a70c5710887b2fc01767f0b",
"message": "Convert commitAsync to ZIO sooner",
"timestamp": "2024-11-26T18:05:50Z",
"url": "https://github.com/zio/zio-kafka/pull/1404/commits/a29c96fbf576bd791a70c5710887b2fc01767f0b"
},
"date": 1732645648116,
"tool": "jmh",
"benches": [
{
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceSingleRecordPar",
"value": 11.374016207549762,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceSingleRecordSeq",
"value": 8.955094496884394,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughput",
"value": 609.45447338,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughputWithCommits",
"value": 599.53168606,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceChunkPar",
"value": 212.75795119714286,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceChunkSeq",
"value": 542.30288732,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients",
"value": 543.83277566,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients",
"value": 537.3816926200001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka",
"value": 569.3952102799999,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka",
"value": 577.56191918,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit f89716d

Please sign in to comment.