Skip to content

Commit

Permalink
Bump commons-logging:commons-logging from 1.3.3 to 1.3.4
Browse files Browse the repository at this point in the history
Bumps commons-logging:commons-logging from 1.3.3 to 1.3.4.

---
updated-dependencies:
- dependency-name: commons-logging:commons-logging
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 708d6a4)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Aug 22, 2024
1 parent 39e1dde commit 2a48c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -727,7 +727,7 @@
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.3.3</version>
<version>1.3.4</version>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
Expand Down

1 comment on commit 2a48c3b

@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: 2a48c3b Previous: 1dd27f5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12514.618061853798 ms/op 12572.478016904271 ms/op 1.00
org.janusgraph.GraphCentricQueryBenchmark.getVertices 905.6677496966429 ms/op 916.7180875491978 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.14089764855072 ms/op 216.70551974746377 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 338.8701820789286 ms/op 350.7121621157692 ms/op 0.97
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 201.8620001570266 ms/op 284.39062519340416 ms/op 0.71
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4790.528794158778 ms/op 5277.968037055716 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16978.42160903083 ms/op 17970.33073737809 ms/op 0.94
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19033.137799645254 ms/op 20380.3642292297 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 57075.8045995 ms/op 58827.957386466675 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8285.358378987803 ms/op 8713.925056182068 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 370.3928210506724 ms/op 379.4813964885073 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4075.079876178645 ms/op 4530.814953048244 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getNames 8279.436590328381 ms/op 8731.79753038062 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5713.627666188552 ms/op 6137.169975047065 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7203.001529712433 ms/op 7683.931873747836 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 423.5415277988251 ms/op 423.32886129669566 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12070.126897827731 ms/op 13033.313312605715 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 352.254421368445 ms/op 364.90333773424464 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13623.873517620235 ms/op 15551.17606992916 ms/op 0.88
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 244.67292707266134 ms/op 244.5861905036132 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13958.031547490367 ms/op 15842.185192153633 ms/op 0.88
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8259.197765860239 ms/op 8673.851588862552 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8974.557873414507 ms/op 9511.654488061318 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8770.653173705328 ms/op 8914.607619451666 ms/op 0.98

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

Please sign in to comment.