Skip to content

Commit

Permalink
add Benchmark (jmh) benchmark result for 4e31d37
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 19, 2024
1 parent 0046154 commit 785fa4f
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": 1724073955841,
"lastUpdate": 1724074180577,
"repoUrl": "https://github.com/DataBiosphere/java-pfb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -3890,6 +3890,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": "4e31d3798deeb611104a658af5c636a4892a2a29",
"message": "bump 0.52.0",
"timestamp": "2024-08-19T13:26:11Z",
"tree_id": "80f1a3107a0f36e8f8d3e9a5eb0dd27af5582db0",
"url": "https://github.com/DataBiosphere/java-pfb/commit/4e31d3798deeb611104a658af5c636a4892a2a29"
},
"date": 1724074179681,
"tool": "jmh",
"benches": [
{
"name": "bio.terra.pfb.LibraryBenchmarks.showNodesMedium",
"value": 1934.3732160354068,
"unit": "ops/s",
"extra": "iterations: 2\nforks: 2\nthreads: 1"
},
{
"name": "bio.terra.pfb.LibraryBenchmarks.showNodesSmall",
"value": 24934.06382280113,
"unit": "ops/s",
"extra": "iterations: 2\nforks: 2\nthreads: 1"
},
{
"name": "bio.terra.pfb.PfbReaderBenchmarks.convertEnum",
"value": 5339392.530874473,
"unit": "ops/s",
"extra": "iterations: 2\nforks: 2\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit 785fa4f

Please sign in to comment.