Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 477b987)
  • Loading branch information
dependabot[bot] committed Mar 8, 2024
1 parent e79ae48 commit 3eaadd5
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 @@ -1430,7 +1430,7 @@
<dependency>
<groupId>com.fasterxml.woodstox</groupId>
<artifactId>woodstox-core</artifactId>
<version>6.5.1</version>
<version>6.6.1</version>
</dependency>
<dependency>
<groupId>org.apache.hbase.thirdparty</groupId>
Expand Down

1 comment on commit 3eaadd5

@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: 3eaadd5 Previous: 1530f0a Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12110.817278630246 ms/op 12385.880105942719 ms/op 0.98
org.janusgraph.GraphCentricQueryBenchmark.getVertices 885.7702225044222 ms/op 897.5208673932261 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.2826453735507 ms/op 216.14179947499997 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 339.4609858254762 ms/op 332.1309897483333 ms/op 1.02
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 224.8745797973603 ms/op 215.02071580531708 ms/op 1.05
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4779.059918287281 ms/op 4664.188207695399 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17269.096608198633 ms/op 16352.527830474333 ms/op 1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18965.912988116972 ms/op 19824.599960445456 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 54884.22522570001 ms/op 56201.26617166666 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8491.222292206601 ms/op 7906.645219600678 ms/op 1.07
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 370.5118827689978 ms/op 379.8377001964137 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4039.214171788064 ms/op 3886.8713759808343 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getNames 8455.096173568325 ms/op 8135.59305787296 ms/op 1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5545.843825472395 ms/op 5503.356218245031 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7070.348633690707 ms/op 7024.7527374147185 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 425.5588250315292 ms/op 427.17314494545025 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12396.234946669798 ms/op 11926.323378581046 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 362.2955991299248 ms/op 361.90201198876565 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13774.744150241906 ms/op 13280.235397442804 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 249.24578358706094 ms/op 245.53304211034066 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14095.90782269038 ms/op 13693.67385197527 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8279.876619216666 ms/op 8163.851328829417 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8973.638472669898 ms/op 8777.982757626436 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8695.817061291813 ms/op 8487.195678565702 ms/op 1.02

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

Please sign in to comment.