Skip to content

Commit

Permalink
bump 0.59.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bumptagbot committed Oct 28, 2024
1 parent e5d7cf2 commit f5985a1
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.58.0'
gradle.ext.releaseVersion = '0.59.0'

1 comment on commit f5985a1

@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: f5985a1 Previous: e5d7cf2 Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 1882.4945736806742 ops/s 1894.7978774366684 ops/s 0.99
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 24266.45316023483 ops/s 24971.103952165795 ops/s 0.97
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 4944042.94936635 ops/s 5275797.196492802 ops/s 0.94

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

Please sign in to comment.