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]>
(cherry picked from commit 5918830)
  • Loading branch information
dependabot[bot] authored and porunov committed Aug 10, 2024
1 parent ba2d662 commit dea1c2c
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 dea1c2c

@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: dea1c2c Previous: 8c48ee0 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 14115.124316590158 ms/op 12358.474676430471 ms/op 1.14
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1056.3294720650401 ms/op 932.9558084738356 ms/op 1.13
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 217.52046330471018 ms/op 215.80654765 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runReindex 354.22279267619047 ms/op 333.3968746166667 ms/op 1.06
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 251.61115566760932 ms/op 228.49002550064256 ms/op 1.10
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5764.906671778923 ms/op 4895.73786393686 ms/op 1.18
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 20104.10698340128 ms/op 18508.581086325128 ms/op 1.09
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 23379.451471982225 ms/op 19127.81114425524 ms/op 1.22
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 64415.73569246667 ms/op 54727.12279763333 ms/op 1.18
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 9555.693841902335 ms/op 8973.714628315976 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 432.7571624802804 ms/op 380.766825810429 ms/op 1.14
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4938.618761682736 ms/op 4161.8593256027925 ms/op 1.19
org.janusgraph.CQLMultiQueryBenchmark.getNames 9762.278105925641 ms/op 8821.180767261521 ms/op 1.11
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 6865.1542086187055 ms/op 5627.05926180753 ms/op 1.22
org.janusgraph.CQLMultiQueryBenchmark.getLabels 8133.5597447264545 ms/op 7855.94216408152 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 480.6625464333169 ms/op 430.3300526852606 ms/op 1.12
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 15085.66623468755 ms/op 12120.993126511028 ms/op 1.24
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 411.3205664697279 ms/op 370.04588003394247 ms/op 1.11
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 16542.679403768023 ms/op 14461.316023042195 ms/op 1.14
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 287.56416057863566 ms/op 260.85554059055295 ms/op 1.10
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 17116.046699162605 ms/op 13937.957129917764 ms/op 1.23
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 9865.231414453561 ms/op 8428.771903071782 ms/op 1.17
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 10804.723156531692 ms/op 9891.130678804093 ms/op 1.09
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 10306.394572173484 ms/op 9408.462975859738 ms/op 1.10

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

Please sign in to comment.