-
-
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.
Merge pull request #4754 from ntisseyre/management_api
Schema Management APIs for Enhanced Debugging in JanusGraph
- Loading branch information
Showing
7 changed files
with
175 additions
and
0 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
613996f
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
12753.333254140442
ms/op12606.637936248144
ms/op1.01
org.janusgraph.GraphCentricQueryBenchmark.getVertices
943.0529720702746
ms/op933.707013771124
ms/op1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
216.80353305942026
ms/op216.42669925797105
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
325.0486575141667
ms/op325.2034199216667
ms/op1.00
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
229.37718654643322
ms/op241.37535189160565
ms/op0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
4861.000276808747
ms/op4702.35119956595
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
16322.318674389364
ms/op16231.144626673333
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
19340.43921571359
ms/op18874.23529971717
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
58571.32120596667
ms/op57429.257257799996
ms/op1.02
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices
1635.7050576543322
ms/op1568.3338987479272
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
7830.5603333385725
ms/op7848.466185459547
ms/op1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
381.75296376773844
ms/op381.3076924089574
ms/op1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
3995.3895422109754
ms/op3925.9151810796147
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getNames
7931.8440840538005
ms/op7999.962392196457
ms/op0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5355.785625598493
ms/op5428.037913477006
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getLabels
6772.8245748223035
ms/op6696.0079414739175
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
426.31122717925837
ms/op448.75009294589086
ms/op0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
12729.107438812136
ms/op12367.791196107844
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
362.54030692799665
ms/op367.30972053799104
ms/op0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
13132.65976805517
ms/op14518.526449692697
ms/op0.90
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
248.22354164552596
ms/op255.05417396928058
ms/op0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
14411.78975573911
ms/op14575.609847963999
ms/op0.99
org.janusgraph.CQLCompositeIndexInlinePropBenchmark.searchVertices
1646.020017087073
ms/op1552.5877175318828
ms/op1.06
org.janusgraph.CQLMultiQueryDropBenchmark.dropVerticesGremlinQuery
1666.08106022869
ms/op1585.1790679378414
ms/op1.05
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
7742.249230307721
ms/op7881.313643353237
ms/op0.98
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
8837.498024568966
ms/op8781.835625855028
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8306.772164947897
ms/op8207.534452278742
ms/op1.01
This comment was automatically generated by workflow using github-action-benchmark.