forked from JanusGraph/janusgraph
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related to JanusGraph#1623 and JanusGraph#4425 Signed-off-by: Oleksandr Porunov <[email protected]>
- Loading branch information
Showing
9 changed files
with
192 additions
and
33 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
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
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
cb1a15d
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
12819.347341972736
ms/op12949.698505490105
ms/op0.99
org.janusgraph.GraphCentricQueryBenchmark.getVertices
941.3577048716313
ms/op892.5951053832812
ms/op1.05
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
215.6113564561594
ms/op215.59341250688408
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
337.7509621425
ms/op335.2861736892857
ms/op1.01
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
203.8632019786977
ms/op188.92540631309924
ms/op1.08
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5044.319061391887
ms/op4783.516855705014
ms/op1.05
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
17321.028996145586
ms/op16371.585081654117
ms/op1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
21367.313560322225
ms/op19821.94472387636
ms/op1.08
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
58748.25693723334
ms/op55656.468643
ms/op1.06
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices
1561.4042568183484
ms/op1518.53597458366
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8295.712297751948
ms/op7945.267944695057
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
377.824998424626
ms/op382.6784147961901
ms/op0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
4161.875061011915
ms/op4111.55465671507
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getNames
8335.395994376344
ms/op8151.165947061362
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
6060.919830540994
ms/op5673.677724947326
ms/op1.07
org.janusgraph.CQLMultiQueryBenchmark.getLabels
7219.612846744905
ms/op7082.457162937985
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
421.64820614189506
ms/op418.5346478931759
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
13059.43273810049
ms/op12294.636027679084
ms/op1.06
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
353.8594146674505
ms/op356.39773890348994
ms/op0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
15137.104689804944
ms/op14473.400712190438
ms/op1.05
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
247.11124148882223
ms/op246.2110184033701
ms/op1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
15022.34476572438
ms/op14452.906846572223
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
8349.724100725367
ms/op8043.575015555463
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
9258.534508477958
ms/op8740.071261503585
ms/op1.06
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8441.841402439573
ms/op8370.81129934567
ms/op1.01
This comment was automatically generated by workflow using github-action-benchmark.