Skip to content

Commit

Permalink
bump 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bumptagbot committed Oct 2, 2023
1 parent e5d034b commit 19de2a7
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.10.0'
gradle.ext.releaseVersion = '0.11.0'

1 comment on commit 19de2a7

@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: 19de2a7 Previous: e5d034b Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 1491.9072869765985 ops/s 1983.5806123909756 ops/s 0.75
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 16453.211324096865 ops/s 26733.106856162412 ops/s 0.62
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 2170453.682770149 ops/s 2752026.437316768 ops/s 0.79

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

Please sign in to comment.