forked from JanusGraph/janusgraph
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Release memory where possible in RestElasticSearchClient
Closes JanusGraph#4684 Signed-off-by: Allan Clements <[email protected]>
- Loading branch information
1 parent
4a576f6
commit 75d6f51
Showing
3 changed files
with
67 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
75d6f51
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Benchmark
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete
12918.027465784486
ms/op12387.503702656188
ms/op1.04
org.janusgraph.GraphCentricQueryBenchmark.getVertices
926.1012468984785
ms/op881.5787764770677
ms/op1.05
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
216.44049560072463
ms/op216.02639356231884
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
329.7595239017857
ms/op319.4162031316667
ms/op1.03
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
265.5710353387699
ms/op214.43612039488983
ms/op1.24
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5441.060422495235
ms/op4620.418355055224
ms/op1.18
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
16907.915232946663
ms/op16143.572659017893
ms/op1.05
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
21079.679674174447
ms/op20253.546099167273
ms/op1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
57564.07564556667
ms/op56628.47083503333
ms/op1.02
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices
1657.8034654630944
ms/op1521.104838248883
ms/op1.09
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8373.540031478788
ms/op7631.26260980391
ms/op1.10
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
397.25358385631375
ms/op376.440884295281
ms/op1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
4513.230792941702
ms/op4082.0649584542043
ms/op1.11
org.janusgraph.CQLMultiQueryBenchmark.getNames
8495.168730747038
ms/op7858.0254477321005
ms/op1.08
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5766.51883461338
ms/op5530.8370018318055
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getLabels
7269.195997930431
ms/op6651.821376948318
ms/op1.09
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
439.0443792180341
ms/op413.53179240439476
ms/op1.06
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
13322.397292615356
ms/op12753.082837076472
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
368.86824918366545
ms/op355.9563125681389
ms/op1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
17048.064459043526
ms/op14119.051614935463
ms/op1.21
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
256.9368886404652
ms/op250.88565330056014
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
13954.238491693777
ms/op14488.354575075491
ms/op0.96
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
8462.619389556665
ms/op7873.668866501788
ms/op1.07
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
9316.801316835756
ms/op8690.493274357672
ms/op1.07
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8562.246337052797
ms/op8127.869559427535
ms/op1.05
This comment was automatically generated by workflow using github-action-benchmark.