-
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 d7d8a8a
- Loading branch information
github-action-benchmark
committed
Sep 20, 2023
1 parent
f311fcd
commit 538d8f7
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": 1695195693363, | ||
"lastUpdate": 1695195918456, | ||
"repoUrl": "https://github.com/zio/zio-kafka", | ||
"entries": { | ||
"JMH Benchmark": [ | ||
|
@@ -49212,6 +49212,66 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "145262613+zio-scala-steward[bot]@users.noreply.github.com", | ||
"name": "zio-scala-steward[bot]", | ||
"username": "zio-scala-steward[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "d7d8a8a10767cb5c278ea0b05ca0c6c1e1a016f7", | ||
"message": "Update zio-streams, zio-test-sbt to 2.0.17 (#1053)\n\nCo-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>\r\nCo-authored-by: Jules Ivanic <[email protected]>", | ||
"timestamp": "2023-09-20T11:26:54+04:00", | ||
"tree_id": "137aaf9390856db1954f824be4c015cd9c5badae", | ||
"url": "https://github.com/zio/zio-kafka/commit/d7d8a8a10767cb5c278ea0b05ca0c6c1e1a016f7" | ||
}, | ||
"date": 1695195897822, | ||
"tool": "jmh", | ||
"benches": [ | ||
{ | ||
"name": "zio.kafka.bench.ConsumerBenchmark.throughput", | ||
"value": 574.00415302, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits", | ||
"value": 573.43633726, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients", | ||
"value": 750.43640548, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients", | ||
"value": 738.0055490799999, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka", | ||
"value": 1600.6473874000003, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka", | ||
"value": 1556.5547304400002, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|