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 6703d18
Showing
1 changed file
with
47 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
6703d18
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
12603.64602179322
ms/op12387.503702656188
ms/op1.02
org.janusgraph.GraphCentricQueryBenchmark.getVertices
909.0547980730987
ms/op881.5787764770677
ms/op1.03
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
216.69933882282612
ms/op216.02639356231884
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
323.19491292583336
ms/op319.4162031316667
ms/op1.01
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
247.44376959423494
ms/op214.43612039488983
ms/op1.15
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
4895.888044343626
ms/op4620.418355055224
ms/op1.06
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
17069.176038236903
ms/op16143.572659017893
ms/op1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
20211.095525800607
ms/op20253.546099167273
ms/op1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
57128.87149903334
ms/op56628.47083503333
ms/op1.01
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices
1565.9244634741292
ms/op1521.104838248883
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8354.302320786293
ms/op7631.26260980391
ms/op1.09
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
389.17480489924844
ms/op376.440884295281
ms/op1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
3920.6775941553115
ms/op4082.0649584542043
ms/op0.96
org.janusgraph.CQLMultiQueryBenchmark.getNames
8291.188345767689
ms/op7858.0254477321005
ms/op1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5740.437964757775
ms/op5530.8370018318055
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getLabels
7062.94879464218
ms/op6651.821376948318
ms/op1.06
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
441.90285392598463
ms/op413.53179240439476
ms/op1.07
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
12830.304765907304
ms/op12753.082837076472
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
369.0876763191086
ms/op355.9563125681389
ms/op1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
14655.249360794285
ms/op14119.051614935463
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
253.6822421243298
ms/op250.88565330056014
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
14511.919921357507
ms/op14488.354575075491
ms/op1.00
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
8188.6946062051775
ms/op7873.668866501788
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
9060.969990996053
ms/op8690.493274357672
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8622.17558440736
ms/op8127.869559427535
ms/op1.06
This comment was automatically generated by workflow using github-action-benchmark.