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] committed Aug 21, 2024
1 parent 39e1dde commit 3740d53
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 3740d53

@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: 3740d53 Previous: 1dd27f5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12577.207314703308 ms/op 12572.478016904271 ms/op 1.00
org.janusgraph.GraphCentricQueryBenchmark.getVertices 921.7555031013682 ms/op 916.7180875491978 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.1240036 ms/op 216.70551974746377 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 339.10248203785716 ms/op 350.7121621157692 ms/op 0.97
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 207.24570940343386 ms/op 284.39062519340416 ms/op 0.73
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4708.270162320127 ms/op 5277.968037055716 ms/op 0.89
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16465.467142816666 ms/op 17970.33073737809 ms/op 0.92
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18465.869929685607 ms/op 20380.3642292297 ms/op 0.91
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 53403.55812848334 ms/op 58827.957386466675 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8107.939141891429 ms/op 8713.925056182068 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 385.3206682727293 ms/op 379.4813964885073 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4063.0347690898443 ms/op 4530.814953048244 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getNames 8227.445174313318 ms/op 8731.79753038062 ms/op 0.94
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5520.567598505886 ms/op 6137.169975047065 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7050.040091046863 ms/op 7683.931873747836 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 421.0657606586593 ms/op 423.32886129669566 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12772.4351273625 ms/op 13033.313312605715 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 361.13071807263873 ms/op 364.90333773424464 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13743.676096702333 ms/op 15551.17606992916 ms/op 0.88
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 249.29969058789814 ms/op 244.5861905036132 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13297.24316520635 ms/op 15842.185192153633 ms/op 0.84
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8156.6697482473655 ms/op 8673.851588862552 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8971.292467417054 ms/op 9511.654488061318 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8560.039811749582 ms/op 8914.607619451666 ms/op 0.96

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

Please sign in to comment.