-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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 a3393a1
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
a3393a1
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
12187.993678628889
ms/op12468.444225291154
ms/op0.98
org.janusgraph.GraphCentricQueryBenchmark.getVertices
874.6122588948206
ms/op918.3423996712321
ms/op0.95
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
216.03713029746376
ms/op216.65935547028985
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
339.0628359951923
ms/op336.6219472083333
ms/op1.01
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
186.0506224618164
ms/op212.17318113485976
ms/op0.88
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
4767.89194829091
ms/op4934.862177070978
ms/op0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
16244.675173076179
ms/op17119.84681319412
ms/op0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
19275.495860666753
ms/op20987.51313056889
ms/op0.92
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
55078.1050332
ms/op57050.64306146667
ms/op0.97
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices
1458.4466112339442
ms/op1559.969298241005
ms/op0.93
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
7569.1019352868725
ms/op8318.72392928847
ms/op0.91
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
368.0279239712603
ms/op392.59846986303853
ms/op0.94
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
4055.3720129211715
ms/op4240.712364445486
ms/op0.96
org.janusgraph.CQLMultiQueryBenchmark.getNames
7849.213062288612
ms/op8406.331584402715
ms/op0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5343.356895944186
ms/op5987.64859878139
ms/op0.89
org.janusgraph.CQLMultiQueryBenchmark.getLabels
6775.682161018402
ms/op7290.028061798635
ms/op0.93
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
425.06636857733736
ms/op435.76237709334333
ms/op0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
12181.232973299086
ms/op12783.126217693469
ms/op0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
347.3594025405252
ms/op363.9668594437082
ms/op0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
14285.030396524864
ms/op15378.720663330263
ms/op0.93
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
243.56504596004459
ms/op253.97183167148802
ms/op0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
14090.78011571159
ms/op14617.308247215036
ms/op0.96
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
7893.91706266809
ms/op8414.490379754512
ms/op0.94
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
8570.478228808666
ms/op9340.049792997386
ms/op0.92
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8104.956886639752
ms/op8726.780923948296
ms/op0.93
This comment was automatically generated by workflow using github-action-benchmark.