Skip to content

Commit

Permalink
bump 0.44.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bumptagbot committed May 20, 2024
1 parent 95390da commit 9f6f236
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.43.0'
gradle.ext.releaseVersion = '0.44.0'

1 comment on commit 9f6f236

@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: 9f6f236 Previous: 95390da Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 3164.6586701814704 ops/s 3270.5008741916963 ops/s 0.97
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 36371.84460608847 ops/s 37252.24331327791 ops/s 0.98
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 5205241.595812181 ops/s 5383950.034191837 ops/s 0.97

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

Please sign in to comment.