Skip to content

Commit

Permalink
add JMH Benchmark (jmh) benchmark result for 9bb18ed
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Dec 3, 2024
1 parent 5690f06 commit d3127d8
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": 1733036047772,
"lastUpdate": 1733218978674,
"repoUrl": "https://github.com/zio/zio-kafka",
"entries": {
"JMH Benchmark": [
Expand Down Expand Up @@ -9838,6 +9838,86 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"name": "zio",
"username": "zio"
},
"committer": {
"name": "zio",
"username": "zio"
},
"id": "9bb18ed004a32d6d72f0b0c86ed270c1bc2dc173",
"message": "Document when zio-kafka is faster than raw java kafka",
"timestamp": "2024-12-02T21:04:55Z",
"url": "https://github.com/zio/zio-kafka/pull/1403/commits/9bb18ed004a32d6d72f0b0c86ed270c1bc2dc173"
},
"date": 1733218976662,
"tool": "jmh",
"benches": [
{
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceSingleRecordPar",
"value": 15.254411680330666,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceSingleRecordSeq",
"value": 11.938242281137423,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughput",
"value": 592.7707428000001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughputWithCommits",
"value": 593.7629985,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceChunkPar",
"value": 175.4018199457143,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceChunkSeq",
"value": 467.96354236,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients",
"value": 545.1080202400001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients",
"value": 535.8929409000001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka",
"value": 563.2000636800001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka",
"value": 570.3312080400001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit d3127d8

Please sign in to comment.