Skip to content

Commit

Permalink
bump 0.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bumptagbot committed Dec 12, 2023
1 parent bf27a77 commit e793527
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.17.0'
gradle.ext.releaseVersion = '0.18.0'

1 comment on commit e793527

@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: e793527 Previous: bf27a77 Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 3303.3740747993074 ops/s 3424.674795079174 ops/s 0.96
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 39120.82309913539 ops/s 40117.101669664924 ops/s 0.98
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 4825419.578645939 ops/s 5017604.393864182 ops/s 0.96

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

Please sign in to comment.