Skip to content

Commit

Permalink
add Benchmark (jmh) benchmark result for 0b4b866
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Sep 9, 2024
1 parent 3f13e4a commit ae18f8e
Showing 1 changed file with 43 additions and 1 deletion.
44 changes: 43 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": 1724850805970,
"lastUpdate": 1725887847079,
"repoUrl": "https://github.com/DataBiosphere/java-pfb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -4012,6 +4012,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": "0b4b8668163b8930a7979115af5ae9b269ddd968",
"message": "[AJ-1783]: Bump ch.qos.logback:logback-classic from 1.5.7 to 1.5.8 in the minor-and-patch-updates group (#72)\n\nSigned-off-by: dependabot[bot] <support@github.com>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"timestamp": "2024-09-09T09:13:55-04:00",
"tree_id": "26d0b068c2e92c07db5b9e00a7ef2ebed6ae9677",
"url": "https://github.com/DataBiosphere/java-pfb/commit/0b4b8668163b8930a7979115af5ae9b269ddd968"
},
"date": 1725887846151,
"tool": "jmh",
"benches": [
{
"name": "bio.terra.pfb.LibraryBenchmarks.showNodesMedium",
"value": 1919.9053100510368,
"unit": "ops/s",
"extra": "iterations: 2\nforks: 2\nthreads: 1"
},
{
"name": "bio.terra.pfb.LibraryBenchmarks.showNodesSmall",
"value": 24991.25636628054,
"unit": "ops/s",
"extra": "iterations: 2\nforks: 2\nthreads: 1"
},
{
"name": "bio.terra.pfb.PfbReaderBenchmarks.convertEnum",
"value": 5269293.744215339,
"unit": "ops/s",
"extra": "iterations: 2\nforks: 2\nthreads: 1"
}
]
}
]
}
Expand Down

0 comments on commit ae18f8e

Please sign in to comment.