From ba89872f6f4a43d188e99f5eb8e809a838ce1754 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 12 Aug 2024 13:11:17 +0000 Subject: [PATCH] add Benchmark (jmh) benchmark result for bbbfb2afb28e6b9a2c269af37895405d82d99004 --- 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 482e88a..60359bb 100644 --- a/docs/dev/bench/data.js +++ b/docs/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1722862946514, + "lastUpdate": 1723468277937, "repoUrl": "https://github.com/DataBiosphere/java-pfb", "entries": { "Benchmark": [ @@ -3766,6 +3766,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": "bbbfb2afb28e6b9a2c269af37895405d82d99004", + "message": "[AJ-1783]: Bump org.apache.avro:avro from 1.11.3 to 1.12.0 in the minor-and-patch-updates group (#69)\n\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>", + "timestamp": "2024-08-12T09:07:19-04:00", + "tree_id": "537ac833119131d5178fddba454946448b43bbde", + "url": "https://github.com/DataBiosphere/java-pfb/commit/bbbfb2afb28e6b9a2c269af37895405d82d99004" + }, + "date": 1723468277387, + "tool": "jmh", + "benches": [ + { + "name": "bio.terra.pfb.LibraryBenchmarks.showNodesMedium", + "value": 1834.9271703792456, + "unit": "ops/s", + "extra": "iterations: 2\nforks: 2\nthreads: 1" + }, + { + "name": "bio.terra.pfb.LibraryBenchmarks.showNodesSmall", + "value": 23473.107945031257, + "unit": "ops/s", + "extra": "iterations: 2\nforks: 2\nthreads: 1" + }, + { + "name": "bio.terra.pfb.PfbReaderBenchmarks.convertEnum", + "value": 5277561.059752377, + "unit": "ops/s", + "extra": "iterations: 2\nforks: 2\nthreads: 1" + } + ] } ] }