Skip to content

Commit

Permalink
AJ-1783: update jsonassert (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidangb authored Jun 28, 2024
1 parent eaf1ea8 commit d631384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
implementation 'ch.qos.logback:logback-classic:1.5.6'
testImplementation 'org.json:json:20240303'
testImplementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'
testImplementation 'org.skyscreamer:jsonassert:1.5.1'
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
}

sourceSets.main.java.srcDirs += ["${buildDir}/generated-src"]
Expand Down

1 comment on commit d631384

@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: d631384 Previous: eaf1ea8 Ratio
bio.terra.pfb.LibraryBenchmarks.showNodesMedium 3140.707681341245 ops/s 3175.802434709125 ops/s 0.99
bio.terra.pfb.LibraryBenchmarks.showNodesSmall 36771.01016347891 ops/s 36796.88331527017 ops/s 1.00
bio.terra.pfb.PfbReaderBenchmarks.convertEnum 5353529.818271802 ops/s 5241163.123638878 ops/s 1.02

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

Please sign in to comment.