Skip to content

Commit

Permalink
Bump commons-cli:commons-cli from 1.8.0 to 1.9.0
Browse files Browse the repository at this point in the history
Bumps commons-cli:commons-cli from 1.8.0 to 1.9.0.

---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
  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 16, 2024
1 parent dc0c03f commit f6b035d
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 @@ -960,7 +960,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.8.0</version>
<version>1.9.0</version>
</dependency>

<!-- Spatial4j -->
Expand Down

1 comment on commit f6b035d

@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: f6b035d Previous: 1dd27f5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12843.130281021859 ms/op 12572.478016904271 ms/op 1.02
org.janusgraph.GraphCentricQueryBenchmark.getVertices 908.6438246399209 ms/op 916.7180875491978 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.55956009311595 ms/op 216.70551974746377 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 338.19645474595234 ms/op 350.7121621157692 ms/op 0.96
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 273.8182580383594 ms/op 284.39062519340416 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4881.406210596572 ms/op 5277.968037055716 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17034.79157209821 ms/op 17970.33073737809 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19876.40005685111 ms/op 20380.3642292297 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 54608.69772873333 ms/op 58827.957386466675 ms/op 0.93
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1545.5442549708348 ms/op 1611.440189281238 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8009.047509433494 ms/op 8713.925056182068 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 374.87705720638553 ms/op 379.4813964885073 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4359.907384902337 ms/op 4530.814953048244 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getNames 8591.258548298778 ms/op 8731.79753038062 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5799.332088248231 ms/op 6137.169975047065 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7303.985731275583 ms/op 7683.931873747836 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 420.9993635267159 ms/op 423.32886129669566 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12397.233100999169 ms/op 13033.313312605715 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 354.2660447530323 ms/op 364.90333773424464 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 15381.315745100475 ms/op 15551.17606992916 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 249.76899200653017 ms/op 244.5861905036132 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14890.570519783934 ms/op 15842.185192153633 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8327.548009906397 ms/op 8673.851588862552 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9149.77088738961 ms/op 9511.654488061318 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8848.869471602771 ms/op 8914.607619451666 ms/op 0.99

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

Please sign in to comment.