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 c3e646e
Showing
4 changed files
with
84 additions
and
19 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
c3e646e
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
12862.219559583655
ms/op15017.170187305353
ms/op0.86
org.janusgraph.GraphCentricQueryBenchmark.getVertices
898.6512015951268
ms/op961.779849406255
ms/op0.93
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
215.5834557217391
ms/op217.56629310797098
ms/op0.99
org.janusgraph.MgmtOlapJobBenchmark.runReindex
335.1204059441667
ms/op361.57722250333336
ms/op0.93
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
206.55426227041346
ms/op299.2003695664086
ms/op0.69
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
4722.406769342562
ms/op6071.426485185737
ms/op0.78
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
16046.515924841911
ms/op19975.681407350366
ms/op0.80
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
20278.357182006665
ms/op23952.72953915508
ms/op0.85
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
57230.2521287
ms/op68171.69029556667
ms/op0.84
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices
1515.2769933759903
ms/op1816.9581586647128
ms/op0.83
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
7955.192165018823
ms/op9443.527656875849
ms/op0.84
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
389.96725622295355
ms/op428.072660988753
ms/op0.91
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
4123.0877695500785
ms/op5586.392145922853
ms/op0.74
org.janusgraph.CQLMultiQueryBenchmark.getNames
8103.410474475017
ms/op11370.815512474728
ms/op0.71
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5803.617361817818
ms/op7631.645434302394
ms/op0.76
org.janusgraph.CQLMultiQueryBenchmark.getLabels
6850.789608782451
ms/op8902.651176663585
ms/op0.77
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
427.7170621210132
ms/op501.7901263066493
ms/op0.85
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
11626.882707181077
ms/op15968.194510484615
ms/op0.73
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
372.9511760675745
ms/op423.02341747485923
ms/op0.88
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
14490.027382270237
ms/op17368.035613674252
ms/op0.83
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
249.31190426756135
ms/op282.14623086325463
ms/op0.88
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
14878.465976054094
ms/op20111.529798068364
ms/op0.74
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
7992.263157908502
ms/op10801.221835707169
ms/op0.74
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
8728.627565772
ms/op10771.838655087315
ms/op0.81
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8334.496251152172
ms/op10574.69229554027
ms/op0.79
This comment was automatically generated by workflow using github-action-benchmark.