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>
(cherry picked from commit 3866d9a)
  • Loading branch information
dependabot[bot] authored and porunov committed May 12, 2024
1 parent 28de134 commit 18975f4
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 18975f4

@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: 18975f4 Previous: c8792aa Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12335.567144150984 ms/op 12933.219068971923 ms/op 0.95
org.janusgraph.GraphCentricQueryBenchmark.getVertices 893.5125368111854 ms/op 929.0686750649414 ms/op 0.96
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.14794210253626 ms/op 215.98180543333334 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 335.60170092500005 ms/op 348.8265452326923 ms/op 0.96
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 208.3409835964091 ms/op 227.8074437066411 ms/op 0.91
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4703.949002114141 ms/op 4880.398383755226 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16914.471986803575 ms/op 17909.154248616192 ms/op 0.94
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18774.160326583984 ms/op 18799.44054118485 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 54787.94891976667 ms/op 55455.590322899996 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8294.2847764026 ms/op 8339.218499689177 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 373.14997229631734 ms/op 371.31223395833683 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4025.065550714205 ms/op 4227.4425002369935 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNames 8289.644961443691 ms/op 8528.923591561108 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5574.988362915685 ms/op 5366.416493988495 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7236.453950673608 ms/op 7119.612218557372 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 421.4154140785324 ms/op 416.6330074327548 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12116.16643259257 ms/op 13040.1543998325 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 357.99624370904536 ms/op 366.6865794040481 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13907.585675939477 ms/op 14169.280107965806 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 245.11996156944335 ms/op 243.11426684096145 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13583.348077154831 ms/op 14724.027508337518 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8178.21934951629 ms/op 8379.61509861012 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8886.211198755133 ms/op 9197.912189783667 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8729.506276745935 ms/op 8786.588147997933 ms/op 0.99

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

Please sign in to comment.