Skip to content

Commit

Permalink
add JMH Benchmark (jmh) benchmark result for 1b16bbd
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jun 7, 2024
1 parent d2d0c30 commit 740f1ce
Showing 1 changed file with 57 additions and 1 deletion.
58 changes: 57 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": 1717659166972,
"lastUpdate": 1717783799628,
"repoUrl": "https://github.com/zio/zio-kafka",
"entries": {
"JMH Benchmark": [
Expand Down Expand Up @@ -21500,6 +21500,62 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"name": "zio",
"username": "zio"
},
"committer": {
"name": "zio",
"username": "zio"
},
"id": "1b16bbd669802445bad5481a50b2a5be43e8634f",
"message": "Allow stream to be interrupted when there is no traffic",
"timestamp": "2024-06-06T07:20:00Z",
"url": "https://github.com/zio/zio-kafka/pull/1251/commits/1b16bbd669802445bad5481a50b2a5be43e8634f"
},
"date": 1717783798694,
"tool": "jmh",
"benches": [
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughput",
"value": 540.5721445,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits",
"value": 537.8423271999999,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients",
"value": 626.72431412,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients",
"value": 622.53998946,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka",
"value": 1178.9114271,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka",
"value": 944.1509037600001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 740f1ce

Please sign in to comment.