Skip to content

Commit

Permalink
add JMH Benchmark (jmh) benchmark result for fbaa2d5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 29, 2024
1 parent cca70d5 commit ebd788e
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": 1730232054280,
"lastUpdate": 1730232613322,
"repoUrl": "https://github.com/zio/zio-kafka",
"entries": {
"JMH Benchmark": [
Expand Down Expand Up @@ -27440,6 +27440,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": "fbaa2d582211d02055fb06ca9d055c350d4170a8",
"message": "Enable mima check during release (#1351)\n\nThis automatically enables a binary compatibility check using Mima when\r\nwe build a release (when we build from a tag).",
"timestamp": "2024-10-29T20:51:45+01:00",
"tree_id": "a87d64316eea7ec8ede25afa0d672b6d0f13970d",
"url": "https://github.com/zio/zio-kafka/commit/fbaa2d582211d02055fb06ca9d055c350d4170a8"
},
"date": 1730232612463,
"tool": "jmh",
"benches": [
{
"name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordPar",
"value": 13.60114114631265,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordSeq",
"value": 11.343804104335653,
"unit": "ops/s",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughput",
"value": 538.38194528,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits",
"value": 536.99780642,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceChunkPar",
"value": 190.45533936885712,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ProducerBenchmark.produceChunkSeq",
"value": 471.93016126000003,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients",
"value": 623.1547265999999,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients",
"value": 620.33978584,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka",
"value": 1143.68642206,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka",
"value": 874.7317760599998,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit ebd788e

Please sign in to comment.