Skip to content

Commit

Permalink
add JMH Benchmark (jmh) benchmark result for 0390c2c
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 10, 2024
1 parent bb75277 commit 0e5f069
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": 1731270347704,
"lastUpdate": 1731270504361,
"repoUrl": "https://github.com/zio/zio-kafka",
"entries": {
"JMH Benchmark": [
Expand Down Expand Up @@ -14638,6 +14638,86 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"name": "zio",
"username": "zio"
},
"committer": {
"name": "zio",
"username": "zio"
},
"id": "0390c2ca0090f22683634d5d21cdb17865399cf0",
"message": "Decouple stream halt detection timeout from max poll interval",
"timestamp": "2024-11-10T20:07:08Z",
"url": "https://github.com/zio/zio-kafka/pull/1376/commits/0390c2ca0090f22683634d5d21cdb17865399cf0"
},
"date": 1731270502581,
"tool": "jmh",
"benches": [
{
"name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordPar",
"value": 12.309364594349573,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordSeq",
"value": 7.925550938037976,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughput",
"value": 537.45006326,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits",
"value": 537.6772475000001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceChunkPar",
"value": 273.250775684,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceChunkSeq",
"value": 653.3228147466667,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients",
"value": 627.61773132,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients",
"value": 625.77867262,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka",
"value": 1182.4390044800002,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka",
"value": 883.6398821199999,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 0e5f069

Please sign in to comment.