Skip to content

Commit

Permalink
Bump org.jacoco:org.jacoco.ant from 0.8.11 to 0.8.12
Browse files Browse the repository at this point in the history
Bumps [org.jacoco:org.jacoco.ant](https://github.com/jacoco/jacoco) from 0.8.11 to 0.8.12.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](jacoco/jacoco@v0.8.11...v0.8.12)

---
updated-dependencies:
- dependency-name: org.jacoco:org.jacoco.ant
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed May 8, 2024
1 parent 66416f9 commit 3866d9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1028,7 +1028,7 @@
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.ant</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand Down Expand Up @@ -1722,7 +1722,7 @@
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.ant</artifactId>
<version>0.8.11</version>
<version>0.8.12</version>
</dependency>
</dependencies>
</plugin>
Expand Down

1 comment on commit 3866d9a

@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: 3866d9a Previous: c8792aa Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12438.388768369758 ms/op 12933.219068971923 ms/op 0.96
org.janusgraph.GraphCentricQueryBenchmark.getVertices 907.2292039688455 ms/op 929.0686750649414 ms/op 0.98
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 215.79694336702897 ms/op 215.98180543333334 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 338.1528870682143 ms/op 348.8265452326923 ms/op 0.97
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 193.23956106529243 ms/op 227.8074437066411 ms/op 0.85
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4922.187076969616 ms/op 4880.398383755226 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16112.426539497254 ms/op 17909.154248616192 ms/op 0.90
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19631.498085345454 ms/op 18799.44054118485 ms/op 1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 56210.89233819999 ms/op 55455.590322899996 ms/op 1.01
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1617.3594240777418 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8224.53097668767 ms/op 8339.218499689177 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 396.7086755788179 ms/op 371.31223395833683 ms/op 1.07
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4393.947019210741 ms/op 4227.4425002369935 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getNames 8138.258702529804 ms/op 8528.923591561108 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5435.859312066523 ms/op 5366.416493988495 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getLabels 6895.717452459269 ms/op 7119.612218557372 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 434.7640634516242 ms/op 416.6330074327548 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12983.087979089216 ms/op 13040.1543998325 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 373.4832092291755 ms/op 366.6865794040481 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14656.917051006218 ms/op 14169.280107965806 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 251.5185350561763 ms/op 243.11426684096145 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14073.855846912937 ms/op 14724.027508337518 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 7966.872516904502 ms/op 8379.61509861012 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8833.636595251099 ms/op 9197.912189783667 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8436.073737561797 ms/op 8786.588147997933 ms/op 0.96

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

Please sign in to comment.