-
Notifications
You must be signed in to change notification settings - Fork 141
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add JMH Benchmark (jmh) benchmark result for f8536a1
- Loading branch information
github-action-benchmark
committed
Sep 17, 2023
1 parent
d5f6184
commit d595196
Showing
1 changed file
with
61 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
window.BENCHMARK_DATA = { | ||
"lastUpdate": 1694497582846, | ||
"lastUpdate": 1694939563426, | ||
"repoUrl": "https://github.com/zio/zio-kafka", | ||
"entries": { | ||
"JMH Benchmark": [ | ||
|
@@ -48516,6 +48516,66 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "41898282+github-actions[bot]@users.noreply.github.com", | ||
"name": "github-actions[bot]", | ||
"username": "github-actions[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "f8536a1a5ab6f3f18c8e9b2e1fec342bd47c918b", | ||
"message": "Update sbt to 1.9.6 (#1050)\n\nCo-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>", | ||
"timestamp": "2023-09-17T10:42:34+04:00", | ||
"tree_id": "8b27db95658149c81db9cabf375c1155b2a18158", | ||
"url": "https://github.com/zio/zio-kafka/commit/f8536a1a5ab6f3f18c8e9b2e1fec342bd47c918b" | ||
}, | ||
"date": 1694939548067, | ||
"tool": "jmh", | ||
"benches": [ | ||
{ | ||
"name": "zio.kafka.bench.ConsumerBenchmark.throughput", | ||
"value": 550.6291697400001, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits", | ||
"value": 550.39685834, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients", | ||
"value": 681.3750349999999, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients", | ||
"value": 654.0607595999999, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka", | ||
"value": 1318.58971366, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka", | ||
"value": 1198.2656342000002, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|