Skip to content

Commit

Permalink
add JMH Benchmark (jmh) benchmark result for c73f2f8
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 1, 2023
1 parent ceef1b5 commit 1ffaebc
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": 1696159827123,
"lastUpdate": 1696167186548,
"repoUrl": "https://github.com/zio/zio-kafka",
"entries": {
"JMH Benchmark": [
Expand Down Expand Up @@ -50132,6 +50132,62 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"name": "zio",
"username": "zio"
},
"committer": {
"name": "zio",
"username": "zio"
},
"id": "c73f2f89fc2f5460006d2f9ec28a86a33eb2899f",
"message": "Replace pending requests by single boolean",
"timestamp": "2023-09-22T01:32:57Z",
"url": "https://github.com/zio/zio-kafka/pull/1063/commits/c73f2f89fc2f5460006d2f9ec28a86a33eb2899f"
},
"date": 1696167164334,
"tool": "jmh",
"benches": [
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughput",
"value": 585.78047956,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits",
"value": 584.5786359600002,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients",
"value": 794.96093694,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients",
"value": 814.03923828,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka",
"value": 1891.7251294400003,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka",
"value": 1746.3706789200005,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 1ffaebc

Please sign in to comment.