-
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 0f46a92
- Loading branch information
github-action-benchmark
committed
Nov 10, 2024
1 parent
48e0123
commit 5231667
Showing
1 changed file
with
85 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": 1731235390372, | ||
"lastUpdate": 1731235530797, | ||
"repoUrl": "https://github.com/zio/zio-kafka", | ||
"entries": { | ||
"JMH Benchmark": [ | ||
|
@@ -31076,6 +31076,90 @@ window.BENCHMARK_DATA = { | |
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Erik van Oosten", | ||
"username": "erikvanoosten" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0f46a928b30bd0806db69457f5767c7c9cc7331e", | ||
"message": "Automate pruning of benchmark history (#1370)\n\nThe script that is called from the benchmark workflow can be seen at:\r\nhttps://github.com/zio/zio-kafka/blob/gh-pages/scripts/prune-benchmark-history.sc\r\n\r\nAlso:\r\n - Use java 21 for bench and profile workflows.\r\n - Use latest minor version of actions in bench and profile workflows.", | ||
"timestamp": "2024-11-10T11:27:20+01:00", | ||
"tree_id": "562977bafb3aba8669b7036155ecc36510341474", | ||
"url": "https://github.com/zio/zio-kafka/commit/0f46a928b30bd0806db69457f5767c7c9cc7331e" | ||
}, | ||
"date": 1731235528899, | ||
"tool": "jmh", | ||
"benches": [ | ||
{ | ||
"name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordPar", | ||
"value": 17.05057938981727, | ||
"unit": "ops/s", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.ProducerBenchmark.produceSingleRecordSeq", | ||
"value": 13.1608561949384, | ||
"unit": "ops/s", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.ConsumerBenchmark.throughput", | ||
"value": 537.5602293, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.ConsumerBenchmark.throughputWithCommits", | ||
"value": 537.8742241000001, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.ProducerBenchmark.produceChunkPar", | ||
"value": 149.6481850226984, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.ProducerBenchmark.produceChunkSeq", | ||
"value": 415.2959821033333, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients", | ||
"value": 625.3671196, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients", | ||
"value": 620.06617934, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka", | ||
"value": 1069.30192828, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
}, | ||
{ | ||
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka", | ||
"value": 937.1725253000001, | ||
"unit": "ms/op", | ||
"extra": "iterations: 5\nforks: 5\nthreads: 1" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|