Skip to content

Commit

Permalink
bump 0.66.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bumptagbot committed Jan 13, 2025
1 parent 8f2a0d6 commit 2994bdc
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.65.0'
gradle.ext.releaseVersion = '0.66.0'

1 comment on commit 2994bdc

@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: 2994bdc Previous: 8f2a0d6 Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 1922.7253559264275 ops/s 1921.6002391229254 ops/s 1.00
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 25392.070082383478 ops/s 25425.023360187286 ops/s 1.00
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 5334821.597800532 ops/s 5453955.983310422 ops/s 0.98

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

Please sign in to comment.