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.
- Reference the ElasticSearch documentation in the bulk chunker size limit config option - Cleaning up the population of the ES bulk request path logic - Submitting bulk request items that are below the configured limit, then throwing for overly large items Signed-off-by: Allan Clements <[email protected]>
- Loading branch information
1 parent
d255396
commit bb48e63
Showing
4 changed files
with
87 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
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
bb48e63
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
12698.508254050557
ms/op15017.170187305353
ms/op0.85
org.janusgraph.GraphCentricQueryBenchmark.getVertices
907.3763148705536
ms/op961.779849406255
ms/op0.94
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
215.39148166666664
ms/op217.56629310797098
ms/op0.99
org.janusgraph.MgmtOlapJobBenchmark.runReindex
343.5108976694047
ms/op361.57722250333336
ms/op0.95
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
200.39858062462673
ms/op299.2003695664086
ms/op0.67
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
4905.405478102953
ms/op6071.426485185737
ms/op0.81
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
16567.88122769223
ms/op19975.681407350366
ms/op0.83
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
19225.226661422726
ms/op23952.72953915508
ms/op0.80
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
56353.8804716
ms/op68171.69029556667
ms/op0.83
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices
1563.1737935455142
ms/op1816.9581586647128
ms/op0.86
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8126.2207515714435
ms/op9443.527656875849
ms/op0.86
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
384.54646019644537
ms/op428.072660988753
ms/op0.90
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
4265.696879206127
ms/op5586.392145922853
ms/op0.76
org.janusgraph.CQLMultiQueryBenchmark.getNames
8158.814215260108
ms/op11370.815512474728
ms/op0.72
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5564.848503908332
ms/op7631.645434302394
ms/op0.73
org.janusgraph.CQLMultiQueryBenchmark.getLabels
6893.764861539951
ms/op8902.651176663585
ms/op0.77
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
426.738591296529
ms/op501.7901263066493
ms/op0.85
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
12823.230933340394
ms/op15968.194510484615
ms/op0.80
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
350.2759184152866
ms/op423.02341747485923
ms/op0.83
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
13604.706302256785
ms/op17368.035613674252
ms/op0.78
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
250.44073867666893
ms/op282.14623086325463
ms/op0.89
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
14248.328336844022
ms/op20111.529798068364
ms/op0.71
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
8145.719964876012
ms/op10801.221835707169
ms/op0.75
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
9018.680465993577
ms/op10771.838655087315
ms/op0.84
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8470.377540812293
ms/op10574.69229554027
ms/op0.80
This comment was automatically generated by workflow using github-action-benchmark.