Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e5d7cf2

Browse files
authoredOct 28, 2024··
[CORE-69]: Bump benchmark-action/github-action-benchmark from 1.20.3 to 1.20.4 (#77)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f3e94a2 commit e5d7cf2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
3333
# Handle the benchmark results
3434
- name: Publish benchmarks to github pages (main) or commit comment (PRs)
35-
uses: benchmark-action/github-action-benchmark@v1.20.3
35+
uses: benchmark-action/github-action-benchmark@v1.20.4
3636
with:
3737
# What benchmark tool we're using
3838
tool: 'jmh'

1 commit comments

Comments
 (1)

github-actions[bot] commented on Oct 28, 2024

@github-actions[bot]

Benchmark

Benchmark suite Current: e5d7cf2 Previous: f3e94a2 Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 1894.7978774366684 ops/s 1868.234270526997 ops/s 1.01
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 24971.103952165795 ops/s 24476.653840983054 ops/s 1.02
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 5275797.196492802 ops/s 5150752.6905601565 ops/s 1.02

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.