Skip to content

Commit

Permalink
bump 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bumptagbot committed Oct 24, 2023
1 parent 6bd7bc8 commit 5eced43
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.11.0'
gradle.ext.releaseVersion = '0.12.0'

1 comment on commit 5eced43

@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: 5eced43 Previous: 6bd7bc8 Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 1802.5562898691435 ops/s 1644.9394051366048 ops/s 1.10
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 19455.638507240397 ops/s 17855.79760946782 ops/s 1.09
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 2622066.380997806 ops/s 2319260.8695181548 ops/s 1.13

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

Please sign in to comment.