Skip to content

Commit

Permalink
Bump io.netty:netty-common from 4.1.112.Final to 4.1.115.Final
Browse files Browse the repository at this point in the history
Bumps [io.netty:netty-common](https://github.com/netty/netty) from 4.1.112.Final to 4.1.115.Final.
- [Commits](netty/netty@netty-4.1.112.Final...netty-4.1.115.Final)

---
updated-dependencies:
- dependency-name: io.netty:netty-common
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 80ef1d9)
  • Loading branch information
dependabot[bot] committed Nov 18, 2024
1 parent 5be16ea commit b9fa026
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 @@ -78,7 +78,7 @@
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.collections.version>3.2.2</commons.collections.version>
<zookeeper.version>3.9.2</zookeeper.version>
<netty4.version>4.1.112.Final</netty4.version>
<netty4.version>4.1.115.Final</netty4.version>
<jna.version>5.14.0</jna.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down

1 comment on commit b9fa026

@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: b9fa026 Previous: 213b754 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 13065.213677054744 ms/op 12994.438964091325 ms/op 1.01
org.janusgraph.GraphCentricQueryBenchmark.getVertices 943.7430751853755 ms/op 957.3251909284766 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.6783169789855 ms/op 216.45303196086957 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 348.39227995692306 ms/op 342.81005004892853 ms/op 1.02
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 222.41241490173698 ms/op 207.33680618088454 ms/op 1.07
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4780.933035712925 ms/op 4953.295327365606 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17023.269132545378 ms/op 16917.057558105356 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 20160.261031172122 ms/op 18983.13907385985 ms/op 1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 56325.283820766665 ms/op 56527.85002600001 ms/op 1.00
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1535.726509807598 ms/op 1570.8428983417461 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8334.830146376784 ms/op 8433.13502817794 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 376.2954673308272 ms/op 384.2152506805113 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4183.31461789498 ms/op 4227.1771161974975 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getNames 8387.07876040606 ms/op 8339.221853925019 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5637.296639508393 ms/op 5604.356576582386 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7041.168490328591 ms/op 7082.884761983721 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 424.58996892841225 ms/op 430.31039337061094 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12834.843090411665 ms/op 12459.636105572155 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 353.37066687279184 ms/op 357.5981502840734 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13772.001781766776 ms/op 14793.559446997619 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 244.22523121425962 ms/op 245.84974412075837 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14808.46551365922 ms/op 13806.414282860256 ms/op 1.07
org.janusgraph.CQLCompositeIndexInlinePropBenchmark.searchVertices 1530.6745911135224 ms/op 1511.142514571489 ms/op 1.01
org.janusgraph.CQLMultiQueryDropBenchmark.dropVerticesGremlinQuery 1558.2415234604719 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8184.278826495314 ms/op 8411.967305495045 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8945.996928719067 ms/op 9104.974810254043 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8734.835428361559 ms/op 8793.398072298722 ms/op 0.99

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

Please sign in to comment.