Skip to content

Commit

Permalink
add JMH Benchmark (jmh) benchmark result for e86d757
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 13, 2024
1 parent 703fc4d commit a356a0e
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": 1731495810698,
"lastUpdate": 1731502992590,
"repoUrl": "https://github.com/zio/zio-kafka",
"entries": {
"JMH Benchmark": [
Expand Down Expand Up @@ -15078,6 +15078,86 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"name": "zio",
"username": "zio"
},
"committer": {
"name": "zio",
"username": "zio"
},
"id": "e86d757375479ac1fe7d4ff1689e3adfcbc90193",
"message": "Extract Committer and RebalanceCoordinator classes from Runloop + unit tests",
"timestamp": "2024-11-13T10:04:54Z",
"url": "https://github.com/zio/zio-kafka/pull/1375/commits/e86d757375479ac1fe7d4ff1689e3adfcbc90193"
},
"date": 1731502990687,
"tool": "jmh",
"benches": [
{
"name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordPar",
"value": 17.00754051050015,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordSeq",
"value": 13.004962476588819,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughput",
"value": 539.1412601799999,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits",
"value": 541.21311558,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceChunkPar",
"value": 152.67174843914282,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceChunkSeq",
"value": 420.4374996066667,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients",
"value": 628.8416991199999,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients",
"value": 626.8298842199998,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka",
"value": 1143.61657358,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka",
"value": 915.9544897200001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit a356a0e

Please sign in to comment.