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 66ccdc8
Showing
1 changed file
with
49 additions
and
22 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
66ccdc8
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
12732.42650995284
ms/op12387.503702656188
ms/op1.03
org.janusgraph.GraphCentricQueryBenchmark.getVertices
911.8650159439844
ms/op881.5787764770677
ms/op1.03
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
215.87522680724638
ms/op216.02639356231884
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
319.80725267769606
ms/op319.4162031316667
ms/op1.00
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
214.80963743396944
ms/op214.43612039488983
ms/op1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
4790.758353743553
ms/op4620.418355055224
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
17095.317792909955
ms/op16143.572659017893
ms/op1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
20703.90134089197
ms/op20253.546099167273
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
57849.05877866667
ms/op56628.47083503333
ms/op1.02
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices
1554.108858411712
ms/op1521.104838248883
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
7991.404530286229
ms/op7631.26260980391
ms/op1.05
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
383.79705533638713
ms/op376.440884295281
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
4036.8336690078036
ms/op4082.0649584542043
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getNames
8500.32197549832
ms/op7858.0254477321005
ms/op1.08
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
6093.712367849632
ms/op5530.8370018318055
ms/op1.10
org.janusgraph.CQLMultiQueryBenchmark.getLabels
7142.4589820681485
ms/op6651.821376948318
ms/op1.07
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
435.9901847052332
ms/op413.53179240439476
ms/op1.05
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
13578.556261554068
ms/op12753.082837076472
ms/op1.06
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
360.8087173959754
ms/op355.9563125681389
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
14873.171438477024
ms/op14119.051614935463
ms/op1.05
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
259.3106719094227
ms/op250.88565330056014
ms/op1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
14988.449728392046
ms/op14488.354575075491
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
8541.319776133882
ms/op7873.668866501788
ms/op1.08
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
9190.635582675122
ms/op8690.493274357672
ms/op1.06
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8490.828584360446
ms/op8127.869559427535
ms/op1.04
This comment was automatically generated by workflow using github-action-benchmark.