From cc27047840d7168bce2c04b21f77f9681dd7de52 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 13 Jan 2025 20:59:12 +0000 Subject: [PATCH] add Benchmark (jmh) benchmark result for 8f2a0d6990d022228b9bf51fc45d4f21c3a0c83b --- docs/dev/bench/data.js | 44 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 43 insertions(+), 1 deletion(-) diff --git a/docs/dev/bench/data.js b/docs/dev/bench/data.js index fa604f3..7987450 100644 --- a/docs/dev/bench/data.js +++ b/docs/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1736798250673, + "lastUpdate": 1736801952306, "repoUrl": "https://github.com/DataBiosphere/java-pfb", "entries": { "Benchmark": [ @@ -4996,6 +4996,48 @@ window.BENCHMARK_DATA = { "extra": "iterations: 2\nforks: 2\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "49699333+dependabot[bot]@users.noreply.github.com", + "name": "dependabot[bot]", + "username": "dependabot[bot]" + }, + "committer": { + "email": "noreply@github.com", + "name": "GitHub", + "username": "web-flow" + }, + "distinct": true, + "id": "8f2a0d6990d022228b9bf51fc45d4f21c3a0c83b", + "message": "[CORE-69]: Bump com.diffplug.spotless:spotless-plugin-gradle from 6.25.0 to 7.0.1 (#85)\n\nSigned-off-by: dependabot[bot] \nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "timestamp": "2025-01-13T15:55:01-05:00", + "tree_id": "00faee884bed8fbe418a84034a5f2e47ee59a0e1", + "url": "https://github.com/DataBiosphere/java-pfb/commit/8f2a0d6990d022228b9bf51fc45d4f21c3a0c83b" + }, + "date": 1736801951402, + "tool": "jmh", + "benches": [ + { + "name": "bio.terra.pfb.LibraryBenchmarks.showNodesMedium", + "value": 1921.6002391229254, + "unit": "ops/s", + "extra": "iterations: 2\nforks: 2\nthreads: 1" + }, + { + "name": "bio.terra.pfb.LibraryBenchmarks.showNodesSmall", + "value": 25425.023360187286, + "unit": "ops/s", + "extra": "iterations: 2\nforks: 2\nthreads: 1" + }, + { + "name": "bio.terra.pfb.PfbReaderBenchmarks.convertEnum", + "value": 5453955.983310422, + "unit": "ops/s", + "extra": "iterations: 2\nforks: 2\nthreads: 1" + } + ] } ] }