Skip to content

Commit

Permalink
bump 0.43.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bumptagbot committed May 20, 2024
1 parent 2deb8a6 commit e5492b8
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.42.0'
gradle.ext.releaseVersion = '0.43.0'

1 comment on commit e5492b8

@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: e5492b8 Previous: 2deb8a6 Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 3189.1856894647826 ops/s 3053.8165203135654 ops/s 1.04
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 36406.05462916479 ops/s 36181.06618204537 ops/s 1.01
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 5288363.511139283 ops/s 5198041.454159318 ops/s 1.02

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

Please sign in to comment.