Skip to content

Commit

Permalink
add Benchmark (jmh) benchmark result for bbbfb2a
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 12, 2024
1 parent 18c6610 commit ba89872
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": 1722862946514,
"lastUpdate": 1723468277937,
"repoUrl": "https://github.com/DataBiosphere/java-pfb",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -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] <support@github.com>\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"
}
]
}
]
}
Expand Down

0 comments on commit ba89872

Please sign in to comment.