Skip to content

Commit

Permalink
Bump com.fasterxml.woodstox:woodstox-core from 6.6.2 to 7.0.0
Browse files Browse the repository at this point in the history
Bumps [com.fasterxml.woodstox:woodstox-core](https://github.com/FasterXML/woodstox) from 6.6.2 to 7.0.0.
- [Commits](FasterXML/woodstox@woodstox-core-6.6.2...woodstox-core-7.0.0)

---
updated-dependencies:
- dependency-name: com.fasterxml.woodstox:woodstox-core
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and porunov committed Aug 10, 2024
1 parent ce9d3b6 commit 5918830
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 @@ -1442,7 +1442,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.6.2</version>
<version>7.0.0</version>
</dependency>
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
Expand Down

1 comment on commit 5918830

@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: 5918830 Previous: 1dd27f5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 13445.71395519049 ms/op 12572.478016904271 ms/op 1.07
org.janusgraph.GraphCentricQueryBenchmark.getVertices 903.3569036997224 ms/op 916.7180875491978 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 217.15542468659424 ms/op 216.70551974746377 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 345.8283368674359 ms/op 350.7121621157692 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 230.7217296966989 ms/op 284.39062519340416 ms/op 0.81
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5144.282998838604 ms/op 5277.968037055716 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17119.166058716124 ms/op 17970.33073737809 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19619.889448074948 ms/op 20380.3642292297 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 58484.76298393334 ms/op 58827.957386466675 ms/op 0.99
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1613.185342871631 ms/op 1611.440189281238 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8357.19828251459 ms/op 8713.925056182068 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 380.57281881990406 ms/op 379.4813964885073 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4435.750791886923 ms/op 4530.814953048244 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getNames 8421.577469865835 ms/op 8731.79753038062 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 6234.596352890385 ms/op 6137.169975047065 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7187.949162082348 ms/op 7683.931873747836 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 440.20560343180193 ms/op 423.32886129669566 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12667.424912369523 ms/op 13033.313312605715 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 367.6365903549018 ms/op 364.90333773424464 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14082.303917135712 ms/op 15551.17606992916 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 252.70631742736208 ms/op 244.5861905036132 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 15816.219079947947 ms/op 15842.185192153633 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8252.730128612322 ms/op 8673.851588862552 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9189.150233049206 ms/op 9511.654488061318 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8797.609958508221 ms/op 8914.607619451666 ms/op 0.99

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

Please sign in to comment.