Skip to content

Commit

Permalink
add Benchmark (jmh) benchmark result for d27f390
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 9, 2024
1 parent ae18f8e commit 1e12291
Showing 1 changed file with 41 additions and 1 deletion.
42 changes: 41 additions & 1 deletion docs/dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1725887847079,
"lastUpdate": 1725888036386,
"repoUrl": "https://github.com/DataBiosphere/java-pfb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 1e12291

Please sign in to comment.