Skip to content

Commit

Permalink
add JMH Benchmark (jmh) benchmark result for 88ab0b7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 15, 2023
1 parent 169db55 commit 7a7cd75
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": 1697358570545,
"lastUpdate": 1697358683221,
"repoUrl": "https://github.com/zio/zio-kafka",
"entries": {
"JMH Benchmark": [
Expand Down Expand Up @@ -15088,6 +15088,62 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"name": "zio",
"username": "zio"
},
"committer": {
"name": "zio",
"username": "zio"
},
"id": "88ab0b7fc0b1d31a0a1721b077986c184f1e5724",
"message": "Attempt to fix flaky test",
"timestamp": "2023-10-14T06:18:35Z",
"url": "https://github.com/zio/zio-kafka/pull/1082/commits/88ab0b7fc0b1d31a0a1721b077986c184f1e5724"
},
"date": 1697358662485,
"tool": "jmh",
"benches": [
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughput",
"value": 562.4512173799999,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits",
"value": 561.7210950599999,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients",
"value": 700.7128939400001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients",
"value": 702.2422349200001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka",
"value": 1662.308713,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka",
"value": 1378.34432052,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 7a7cd75

Please sign in to comment.