Skip to content

Commit

Permalink
add JMH Benchmark (jmh) benchmark result for be7a333
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 28, 2024
1 parent a6b8295 commit 136dd2d
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": 1732738040270,
"lastUpdate": 1732814094040,
"repoUrl": "https://github.com/zio/zio-kafka",
"entries": {
"JMH Benchmark": [
Expand Down Expand Up @@ -10910,6 +10910,86 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"name": "zio",
"username": "zio"
},
"committer": {
"name": "zio",
"username": "zio"
},
"id": "be7a333810c357b5b21e8d2b70fa1e680a4d65e9",
"message": "Convert commitAsync to ZIO sooner",
"timestamp": "2024-11-26T18:05:50Z",
"url": "https://github.com/zio/zio-kafka/pull/1404/commits/be7a333810c357b5b21e8d2b70fa1e680a4d65e9"
},
"date": 1732814092068,
"tool": "jmh",
"benches": [
{
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceSingleRecordPar",
"value": 18.779013609319538,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceSingleRecordSeq",
"value": 14.179444934505746,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughput",
"value": 603.74450408,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughputWithCommits",
"value": 591.3280289999998,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceChunkPar",
"value": 143.24274191142854,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaProducerBenchmark.produceChunkSeq",
"value": 379.20088576999996,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients",
"value": 541.76364872,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients",
"value": 534.91789996,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka",
"value": 559.6326151399999,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka",
"value": 569.2334101199999,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 136dd2d

Please sign in to comment.