Skip to content

Commit

Permalink
bump 0.45.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bumptagbot committed May 20, 2024
1 parent a8f2ba4 commit 6f195a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ rootProject.name = 'java-pfb'
include('library', 'cli')

gradle.ext.projectGroup = 'bio.terra'
gradle.ext.releaseVersion = '0.44.0'
gradle.ext.releaseVersion = '0.45.0'

1 comment on commit 6f195a1

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: 6f195a1 Previous: a8f2ba4 Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 3155.775813656574 ops/s 3208.380810129021 ops/s 0.98
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 36638.362545359516 ops/s 37312.910335740205 ops/s 0.98
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 5400952.074059136 ops/s 5102750.286792732 ops/s 1.06

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

Please sign in to comment.