Skip to content

Commit

Permalink
Remove old benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
zio-kafka CI committed Dec 22, 2024
1 parent 06c7507 commit 99b6d96
Showing 1 changed file with 0 additions and 60 deletions.
60 changes: 0 additions & 60 deletions dev/bench/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,66 +3,6 @@ window.BENCHMARK_DATA = {
"repoUrl": "https://github.com/zio/zio-kafka",
"entries": {
"JMH Benchmark": [
{
"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": "74396057e14d7117b8a1723bd8856877d9806acf",
"message": "Update zio-streams, zio-test-sbt to 2.1.4 (#1261)\n\n## About this PR\r\n📦 Updates \r\n* [dev.zio:zio-streams](https://github.com/zio/zio)\r\n* [dev.zio:zio-test-sbt](https://github.com/zio/zio)\r\n\r\n from `2.1.3` to `2.1.4`\r\n\r\n📜 [GitHub Release Notes](https://github.com/zio/zio/releases/tag/2.1.4)\r\n- [GitHub Release Notes](https://github.com/zio/zio/releases/tag/v2.1.4)\r\n- [Version Diff](https://github.com/zio/zio/compare/v2.1.3...v2.1.4)\r\n\r\n## Usage\r\n✅ **Please merge!**\r\n\r\nI'll automatically update this PR to resolve conflicts as long as you\r\ndon't change it yourself.\r\n\r\nIf you'd like to skip this version, you can just close this PR. If you\r\nhave any feedback, just mention me in the comments below.\r\n\r\nConfigure Scala Steward for your repository with a\r\n[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/767fcfecbfd53c507152f6cf15c846176bae561d/docs/repo-specific-configuration.md)\r\nfile.\r\n\r\n_Have a fantastic day writing Scala!_\r\n\r\n<details>\r\n<summary>⚙ Adjust future updates</summary>\r\n\r\nAdd this to your `.scala-steward.conf` file to ignore future updates of\r\nthis dependency:\r\n```\r\nupdates.ignore = [ { groupId = \"dev.zio\" } ]\r\n```\r\nOr, add this to slow down future updates of this dependency:\r\n```\r\ndependencyOverrides = [{\r\n pullRequests = { frequency = \"30 days\" },\r\n dependency = { groupId = \"dev.zio\" }\r\n}]\r\n```\r\n</details>\r\n\r\n<sup>\r\nlabels: library-update, early-semver-patch, semver-spec-patch,\r\ncommit-count:1\r\n</sup>\r\n\r\nCo-authored-by: zio-scala-steward[bot] <145262613+zio-scala-steward[bot]@users.noreply.github.com>",
"timestamp": "2024-06-22T10:22:25+02:00",
"tree_id": "2d9a4a75b8a4c10c79c3596cabad33271ac3d4cd",
"url": "https://github.com/zio/zio-kafka/commit/74396057e14d7117b8a1723bd8856877d9806acf"
},
"date": 1719045324239,
"tool": "jmh",
"benches": [
{
"name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughput",
"value": 602.6197340904283,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.ZioKafkaConsumerBenchmark.throughputWithCommits",
"value": 593.247937769162,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.kafkaClients",
"value": 546.2614876785577,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.KafkaClientBenchmarks.manualKafkaClients",
"value": 537.9000800386218,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.manualZioKafka",
"value": 614.2869738791352,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
},
{
"name": "zio.kafka.bench.comparison.ZioKafkaBenchmarks.zioKafka",
"value": 545.7385026808342,
"unit": "ms/op",
"extra": "iterations: 5\nforks: 5\nthreads: 1"
}
]
},
{
"commit": {
"author": {
Expand Down

0 comments on commit 99b6d96

Please sign in to comment.