Skip to content

Commit

Permalink
add JMH Benchmark (jmh) benchmark result for e5bb7f6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 12, 2024
1 parent ecf1ea8 commit fffc8aa
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": 1731429261089,
"lastUpdate": 1731429578904,
"repoUrl": "https://github.com/zio/zio-kafka",
"entries": {
"JMH Benchmark": [
Expand Down Expand Up @@ -14586,6 +14586,86 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"name": "zio",
"username": "zio"
},
"committer": {
"name": "zio",
"username": "zio"
},
"id": "e5bb7f6b5aae704eeedc5164dd081e990819c403",
"message": "Fix deprecation notice version on Consumer.fromJavaConsumer",
"timestamp": "2024-11-12T16:15:57Z",
"url": "https://github.com/zio/zio-kafka/pull/1379/commits/e5bb7f6b5aae704eeedc5164dd081e990819c403"
},
"date": 1731429576839,
"tool": "jmh",
"benches": [
{
"name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordPar",
"value": 12.108441969644161,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordSeq",
"value": 9.550056604680025,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughput",
"value": 537.98967794,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits",
"value": 538.51707828,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceChunkPar",
"value": 208.00908747295233,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceChunkSeq",
"value": 564.0028872533334,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients",
"value": 627.8698880200001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients",
"value": 624.42761872,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka",
"value": 1240.0263654600003,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka",
"value": 943.4398215800003,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit fffc8aa

Please sign in to comment.