Skip to content

Commit

Permalink
Bump org.xerial.snappy:snappy-java from 1.1.10.3 to 1.1.10.5
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.3 to 1.1.10.5.
- [Release notes](https://github.com/xerial/snappy-java/releases)
- [Commits](xerial/snappy-java@v1.1.10.3...v1.1.10.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and li-boxuan committed Oct 3, 2023
1 parent 3b12803 commit faa9072
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.3</version>
<version>1.1.10.5</version>
</dependency>
<dependency>
<groupId>javax.activation</groupId>
Expand Down

1 comment on commit faa9072

@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: faa9072 Previous: 68f49a1 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 14812.036228958888 ms/op 14750.912757292574 ms/op 1.00
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1336.6589879604908 ms/op 1346.1948471823591 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 221.37588916521736 ms/op 221.0470166869565 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 467.808832999394 ms/op 463.2053476121212 ms/op 1.01
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 364.94578086515 ms/op 473.90261975756744 ms/op 0.77
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 9153.372644769854 ms/op 8776.908210320456 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 34325.93104465833 ms/op 29926.15626700794 ms/op 1.15
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 33824.55297814167 ms/op 32526.844515654997 ms/op 1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 69062.01024323334 ms/op 59550.41166966667 ms/op 1.16
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 17235.885641578214 ms/op 15006.601503888596 ms/op 1.15
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 629.8940181384881 ms/op 610.4456304918209 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 8574.46647279509 ms/op 8351.21971247489 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getNames 16612.719312816233 ms/op 14737.422644903432 ms/op 1.13
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 11188.188325714766 ms/op 10903.708326936881 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getLabels 14954.074142344773 ms/op 13305.68422999396 ms/op 1.12
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 659.8775083834225 ms/op 672.9530191288869 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 22192.203413916664 ms/op 21151.69997790227 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 586.6459119450218 ms/op 566.2220666199714 ms/op 1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 29530.488859121557 ms/op 25822.55861829052 ms/op 1.14
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 412.55454274053324 ms/op 411.4887692411499 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 33555.96383572779 ms/op 29794.881563733332 ms/op 1.13
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 16571.62485616696 ms/op 14451.119747276667 ms/op 1.15
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 18070.510774054743 ms/op 16086.213028835715 ms/op 1.12
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 17325.945281749286 ms/op 14981.480702516508 ms/op 1.16

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

Please sign in to comment.