Skip to content

Commit

Permalink
Merge pull request #4063 from JanusGraph/dependabot/maven/org.jacoco-…
Browse files Browse the repository at this point in the history
…org.jacoco.ant-0.8.11

Bump org.jacoco:org.jacoco.ant from 0.8.10 to 0.8.11
  • Loading branch information
porunov authored Oct 18, 2023
2 parents f29f092 + 52c24d1 commit 0ab83d2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@
<plugin>
<groupId>org.jacoco</groupId>
<artifactId>jacoco-maven-plugin</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
</plugin>
</plugins>
</pluginManagement>
Expand Down Expand Up @@ -1007,7 +1007,7 @@
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.ant</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
</dependency>
<dependency>
<groupId>io.dropwizard.metrics</groupId>
Expand Down Expand Up @@ -1657,7 +1657,7 @@
<dependency>
<groupId>org.jacoco</groupId>
<artifactId>org.jacoco.ant</artifactId>
<version>0.8.10</version>
<version>0.8.11</version>
</dependency>
</dependencies>
</plugin>
Expand Down

1 comment on commit 0ab83d2

@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: 0ab83d2 Previous: 68f49a1 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 14760.472373077908 ms/op 14750.912757292574 ms/op 1.00
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1415.1662663991642 ms/op 1346.1948471823591 ms/op 1.05
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 221.88291340711467 ms/op 221.0470166869565 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 477.1658997020202 ms/op 463.2053476121212 ms/op 1.03
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 512.1333437701661 ms/op 473.90261975756744 ms/op 1.08
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 9802.394907118969 ms/op 8776.908210320456 ms/op 1.12
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 39885.414815174285 ms/op 29926.15626700794 ms/op 1.33
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 36491.567740234525 ms/op 32526.844515654997 ms/op 1.12
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 72630.43177143333 ms/op 59550.41166966667 ms/op 1.22
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 17489.88751896701 ms/op 15006.601503888596 ms/op 1.17
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 609.4368129144841 ms/op 610.4456304918209 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 9638.346995525933 ms/op 8351.21971247489 ms/op 1.15
org.janusgraph.CQLMultiQueryBenchmark.getNames 17790.294040930952 ms/op 14737.422644903432 ms/op 1.21
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 11444.706621606743 ms/op 10903.708326936881 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getLabels 16019.491905259107 ms/op 13305.68422999396 ms/op 1.20
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 676.3809261885407 ms/op 672.9530191288869 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 25435.76468138095 ms/op 21151.69997790227 ms/op 1.20
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 592.8367378717076 ms/op 566.2220666199714 ms/op 1.05
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 31692.792809786668 ms/op 25822.55861829052 ms/op 1.23
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 414.17108038904036 ms/op 411.4887692411499 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 35355.0382983366 ms/op 29794.881563733332 ms/op 1.19
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 17648.163240992108 ms/op 14451.119747276667 ms/op 1.22
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 20619.473808813596 ms/op 16086.213028835715 ms/op 1.28
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 18528.92705690476 ms/op 14981.480702516508 ms/op 1.24

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

Please sign in to comment.