Skip to content

Commit

Permalink
Bump org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-lang3 from 3.15.0 to 3.16.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-lang3
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Aug 20, 2024
1 parent 117c8f6 commit 85dc06d
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 @@ -697,7 +697,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.15.0</version>
<version>3.16.0</version>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
Expand Down

1 comment on commit 85dc06d

@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: 85dc06d Previous: 1dd27f5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12896.959965694201 ms/op 12572.478016904271 ms/op 1.03
org.janusgraph.GraphCentricQueryBenchmark.getVertices 921.8058142534793 ms/op 916.7180875491978 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.2595065786232 ms/op 216.70551974746377 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 338.5948887669048 ms/op 350.7121621157692 ms/op 0.97
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 245.90867474259122 ms/op 284.39062519340416 ms/op 0.86
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5133.1762262732755 ms/op 5277.968037055716 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17411.88335505952 ms/op 17970.33073737809 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 21512.075833728893 ms/op 20380.3642292297 ms/op 1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 59500.78767876667 ms/op 58827.957386466675 ms/op 1.01
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1581.8587864616595 ms/op 1611.440189281238 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8386.34257453422 ms/op 8713.925056182068 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 370.71191032785214 ms/op 379.4813964885073 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4246.601037913266 ms/op 4530.814953048244 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getNames 8528.56741338747 ms/op 8731.79753038062 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 6308.392801836699 ms/op 6137.169975047065 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7259.4122401655395 ms/op 7683.931873747836 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 432.02621279477694 ms/op 423.32886129669566 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12005.834952405832 ms/op 13033.313312605715 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 366.72131028145463 ms/op 364.90333773424464 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 16103.155861937634 ms/op 15551.17606992916 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 242.2386016882503 ms/op 244.5861905036132 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 16093.023413496096 ms/op 15842.185192153633 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8498.256863529297 ms/op 8673.851588862552 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9058.425245614157 ms/op 9511.654488061318 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 9010.697575098056 ms/op 8914.607619451666 ms/op 1.01

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

Please sign in to comment.