Skip to content

Commit

Permalink
bump 0.39.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bumptagbot committed Apr 23, 2024
1 parent 71ab925 commit 8dcf652
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.38.0'
gradle.ext.releaseVersion = '0.39.0'

1 comment on commit 8dcf652

@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: 8dcf652 Previous: 71ab925 Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 3172.3480090802013 ops/s 3257.0084773328817 ops/s 0.97
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 37455.00300668927 ops/s 37191.42195752216 ops/s 1.01
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 5229229.542381385 ops/s 5202332.672031701 ops/s 1.01

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

Please sign in to comment.