Skip to content

Commit

Permalink
Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.15.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.15.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]>
(cherry picked from commit ce9d3b6)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Aug 6, 2024
1 parent ae7b25e commit ba2d662
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.14.0</version>
<version>3.15.0</version>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>
Expand Down

1 comment on commit ba2d662

@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: ba2d662 Previous: 8c48ee0 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12393.207037839746 ms/op 12358.474676430471 ms/op 1.00
org.janusgraph.GraphCentricQueryBenchmark.getVertices 918.9723411936279 ms/op 932.9558084738356 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 217.17248134565216 ms/op 215.80654765 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runReindex 336.4387293728571 ms/op 333.3968746166667 ms/op 1.01
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 221.39489556995045 ms/op 228.49002550064256 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4941.3077530258415 ms/op 4895.73786393686 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17940.490780001248 ms/op 18508.581086325128 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19599.159535638384 ms/op 19127.81114425524 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 58144.95812813334 ms/op 54727.12279763333 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8602.182923386597 ms/op 8973.714628315976 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 382.8660089075779 ms/op 380.766825810429 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4250.074005932688 ms/op 4161.8593256027925 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getNames 8713.730270923981 ms/op 8821.180767261521 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5968.148662650517 ms/op 5627.05926180753 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7648.3641241814985 ms/op 7855.94216408152 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 432.73972836063007 ms/op 430.3300526852606 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 13123.630001654547 ms/op 12120.993126511028 ms/op 1.08
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 361.7232568797004 ms/op 370.04588003394247 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 15348.735629721636 ms/op 14461.316023042195 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 254.0129460141472 ms/op 260.85554059055295 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14454.309578985514 ms/op 13937.957129917764 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8378.991932720886 ms/op 8428.771903071782 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9474.452620926028 ms/op 9891.130678804093 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8935.838270629121 ms/op 9408.462975859738 ms/op 0.95

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

Please sign in to comment.