Skip to content

Commit

Permalink
add JMH Benchmark (jmh) benchmark result for 27fc0d7
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 17, 2023
1 parent ba60545 commit c823efa
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": 1694959099111,
"lastUpdate": 1694960801425,
"repoUrl": "https://github.com/zio/zio-kafka",
"entries": {
"JMH Benchmark": [
Expand Down Expand Up @@ -48752,6 +48752,62 @@ window.BENCHMARK_DATA = {
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
},
{
"commit": {
"author": {
"name": "zio",
"username": "zio"
},
"committer": {
"name": "zio",
"username": "zio"
},
"id": "27fc0d79417c1edc69487f750fff2d0959356bf6",
"message": "Use ZIO Scala Steward Github app with the scala-steward CI",
"timestamp": "2023-08-31T06:04:40Z",
"url": "https://github.com/zio/zio-kafka/pull/1051/commits/27fc0d79417c1edc69487f750fff2d0959356bf6"
},
"date": 1694960783595,
"tool": "jmh",
"benches": [
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughput",
"value": 571.33021796,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits",
"value": 568.1658299200001,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients",
"value": 728.96052106,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients",
"value": 736.27473074,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka",
"value": 1647.1117195599998,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka",
"value": 1506.5933085200004,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit c823efa

Please sign in to comment.