Skip to content

Commit

Permalink
Bump org.xerial.snappy:snappy-java from 1.1.10.1 to 1.1.10.3
Browse files Browse the repository at this point in the history
Bumps [org.xerial.snappy:snappy-java](https://github.com/xerial/snappy-java) from 1.1.10.1 to 1.1.10.3.
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](xerial/snappy-java@v1.1.10.1...v1.1.10.3)

---
updated-dependencies:
- dependency-name: org.xerial.snappy:snappy-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Aug 31, 2023
1 parent 8931361 commit 79f62f0
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 @@ -1168,7 +1168,7 @@
<dependency>
<groupId>org.xerial.snappy</groupId>
<artifactId>snappy-java</artifactId>
<version>1.1.10.1</version>
<version>1.1.10.3</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
Expand Down

1 comment on commit 79f62f0

@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: 79f62f0 Previous: 6205752 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 14711.855568724912 ms/op 22579.688640648168 ms/op 0.65
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1369.3862808880262 ms/op 1693.3271383287579 ms/op 0.81
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 220.95705289565217 ms/op 222.8017045478261 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runReindex 463.70519054242425 ms/op 565.8578123657144 ms/op 0.82
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 376.78518065951306 ms/op 458.33261599744327 ms/op 0.82
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 9114.105237706617 ms/op 13027.779634965924 ms/op 0.70
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 33428.91964052976 ms/op 42947.178598 ms/op 0.78
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 33216.333841915475 ms/op 47549.632632216664 ms/op 0.70
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 69930.1469981 ms/op 99834.0656897 ms/op 0.70
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 16553.878301664157 ms/op 21717.084192162452 ms/op 0.76
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 608.4564291399237 ms/op 763.9341528866134 ms/op 0.80
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 8692.992711508396 ms/op 12156.922564930786 ms/op 0.72
org.janusgraph.CQLMultiQueryBenchmark.getNames 16206.612286453588 ms/op 21623.489783162986 ms/op 0.75
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 11574.504206132702 ms/op 16175.502236128377 ms/op 0.72
org.janusgraph.CQLMultiQueryBenchmark.getLabels 14165.328559095171 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 663.5132430703259 ms/op 828.1404002420064 ms/op 0.80
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 22135.297631595 ms/op 28624.24182517619 ms/op 0.77
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 582.5437708482266 ms/op 770.5690844916234 ms/op 0.76
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 30689.491753619364 ms/op 42753.61769863095 ms/op 0.72
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 409.7537523953456 ms/op 518.0698862502832 ms/op 0.79
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 32193.985678842124 ms/op 45390.244630558336 ms/op 0.71
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 16322.011725417502 ms/op 21751.645129234243 ms/op 0.75
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 17721.294834914286 ms/op 22817.45437812944 ms/op 0.78
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 17019.485436636667 ms/op 21574.947662841663 ms/op 0.79

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

Please sign in to comment.