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]>
  • Loading branch information
dependabot[bot] authored and porunov committed Nov 18, 2024
1 parent 8064ac9 commit 80ef1d9
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 80ef1d9

@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: 80ef1d9 Previous: 213b754 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12707.892614608045 ms/op 12994.438964091325 ms/op 0.98
org.janusgraph.GraphCentricQueryBenchmark.getVertices 959.2676933339799 ms/op 957.3251909284766 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.1632837014493 ms/op 216.45303196086957 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 340.5789145244048 ms/op 342.81005004892853 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 194.74529749185282 ms/op 207.33680618088454 ms/op 0.94
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4999.945008191453 ms/op 4953.295327365606 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16833.433660184663 ms/op 16917.057558105356 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 20122.030345627878 ms/op 18983.13907385985 ms/op 1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 54953.688918133324 ms/op 56527.85002600001 ms/op 0.97
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1518.5957556915084 ms/op 1570.8428983417461 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 7927.719298813334 ms/op 8433.13502817794 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 375.8358575307719 ms/op 384.2152506805113 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4254.342522694629 ms/op 4227.1771161974975 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getNames 8337.78157097519 ms/op 8339.221853925019 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5981.349001248717 ms/op 5604.356576582386 ms/op 1.07
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7094.843483098019 ms/op 7082.884761983721 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 426.4752430707234 ms/op 430.31039337061094 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12658.414426063482 ms/op 12459.636105572155 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 366.1020474192843 ms/op 357.5981502840734 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14858.231305953334 ms/op 14793.559446997619 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 248.03686060470093 ms/op 245.84974412075837 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14948.698753876 ms/op 13806.414282860256 ms/op 1.08
org.janusgraph.CQLCompositeIndexInlinePropBenchmark.searchVertices 1497.335981848371 ms/op 1511.142514571489 ms/op 0.99
org.janusgraph.CQLMultiQueryDropBenchmark.dropVerticesGremlinQuery 1559.9463795847553 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8390.859252259439 ms/op 8411.967305495045 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8817.627445239448 ms/op 9104.974810254043 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8407.271632378423 ms/op 8793.398072298722 ms/op 0.96

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

Please sign in to comment.