From 1e122915ed82e1bd4a05227b9210f9ef2f50b5be Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Mon, 9 Sep 2024 13:20:36 +0000 Subject: [PATCH] add Benchmark (jmh) benchmark result for d27f39088b27ed20963cf5863f9358bc3587d9f5 --- docs/dev/bench/data.js | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) diff --git a/docs/dev/bench/data.js b/docs/dev/bench/data.js index 9256b6f..e4f962e 100644 --- a/docs/dev/bench/data.js +++ b/docs/dev/bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1725887847079, + "lastUpdate": 1725888036386, "repoUrl": "https://github.com/DataBiosphere/java-pfb", "entries": { "Benchmark": [ @@ -4054,6 +4054,46 @@ window.BENCHMARK_DATA = { "extra": "iterations: 2\nforks: 2\nthreads: 1" } ] + }, + { + "commit": { + "author": { + "email": "robot@terra.team", + "name": "bumptagbot" + }, + "committer": { + "email": "robot@terra.team", + "name": "bumptagbot" + }, + "distinct": true, + "id": "d27f39088b27ed20963cf5863f9358bc3587d9f5", + "message": "bump 0.54.0", + "timestamp": "2024-09-09T13:17:05Z", + "tree_id": "26ea578aaba5bae5df8e60c837abb167d3a91367", + "url": "https://github.com/DataBiosphere/java-pfb/commit/d27f39088b27ed20963cf5863f9358bc3587d9f5" + }, + "date": 1725888035450, + "tool": "jmh", + "benches": [ + { + "name": "bio.terra.pfb.LibraryBenchmarks.showNodesMedium", + "value": 1887.3956339825927, + "unit": "ops/s", + "extra": "iterations: 2\nforks: 2\nthreads: 1" + }, + { + "name": "bio.terra.pfb.LibraryBenchmarks.showNodesSmall", + "value": 25083.51399405869, + "unit": "ops/s", + "extra": "iterations: 2\nforks: 2\nthreads: 1" + }, + { + "name": "bio.terra.pfb.PfbReaderBenchmarks.convertEnum", + "value": 5234429.771947545, + "unit": "ops/s", + "extra": "iterations: 2\nforks: 2\nthreads: 1" + } + ] } ] }