Skip to content

Commit

Permalink
add JMH Benchmark (jmh) benchmark result for e1a4144
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Nov 13, 2024
1 parent 9d5297c commit d9c592c
Showing 1 changed file with 85 additions and 1 deletion.
86 changes: 85 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": 1731488840747,
"lastUpdate": 1731491178934,
"repoUrl": "https://github.com/zio/zio-kafka",
"entries": {
"JMH Benchmark": [
Expand Down Expand Up @@ -15070,6 +15070,90 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Erik van Oosten",
"username": "erikvanoosten"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "e1a41448a090f6628f7bda4fc0480d979a458bac",
"message": "Use same `max.poll.records` in all benchmarks (#1381)",
"timestamp": "2024-11-13T10:27:39+01:00",
"tree_id": "b1c4a807078debcebc836a71f0a793c5122971c0",
"url": "https://github.com/zio/zio-kafka/commit/e1a41448a090f6628f7bda4fc0480d979a458bac"
},
"date": 1731491177219,
"tool": "jmh",
"benches": [
{
"name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordPar",
"value": 15.629001762570041,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordSeq",
"value": 12.25857209158661,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughput",
"value": 537.0311617800002,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits",
"value": 536.8727651400001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceChunkPar",
"value": 177.2645040485714,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceChunkSeq",
"value": 452.4624718533334,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients",
"value": 627.2168186600001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients",
"value": 618.8874788999998,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka",
"value": 1229.9906352,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka",
"value": 893.15199492,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit d9c592c

Please sign in to comment.