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.
Handle interruption for BerkeleyJE backend
Fixes JanusGraph#2120 Signed-off-by: Pavel Ershov <[email protected]>
- Loading branch information
Showing
10 changed files
with
258 additions
and
159 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
Oops, something went wrong.
de6260c
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
14809.40436799877
ms/op22286.726412919736
ms/op0.66
org.janusgraph.GraphCentricQueryBenchmark.getVertices
1366.2336971544337
ms/op1958.8027245756166
ms/op0.70
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
219.2990697963768
ms/op223.7761308695652
ms/op0.98
org.janusgraph.MgmtOlapJobBenchmark.runReindex
462.9758427433333
ms/op590.7720412917461
ms/op0.78
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
382.932076412383
ms/op504.0852440155036
ms/op0.76
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
8997.87455100404
ms/op15023.262050752626
ms/op0.60
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
30922.56826872222
ms/op50386.97165637
ms/op0.61
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
32043.48246509405
ms/op54643.32990924667
ms/op0.59
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
61794.34378910001
ms/op111581.5529258
ms/op0.55
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
15280.04452038483
ms/op25239.897441037225
ms/op0.61
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
580.6126288690144
ms/op871.065031951974
ms/op0.67
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
7962.604027827262
ms/op13445.342319330233
ms/op0.59
org.janusgraph.CQLMultiQueryBenchmark.getNames
15231.144150024367
ms/op24720.798408079998
ms/op0.62
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
10274.717827099546
ms/op19139.401842954125
ms/op0.54
org.janusgraph.CQLMultiQueryBenchmark.getLabels
13475.43272307516
ms/op21065.935363511977
ms/op0.64
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
642.1220405227226
ms/op902.4843701998306
ms/op0.71
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
21463.948493273638
ms/op32304.605784971427
ms/op0.66
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
555.8038720789718
ms/op840.8013422309493
ms/op0.66
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
26384.057410603335
ms/op49514.061807633334
ms/op0.53
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
377.68287940528774
ms/op562.9583588020965
ms/op0.67
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
31027.295506834154
ms/op53092.57219631174
ms/op0.58
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
15208.48953423988
ms/op24932.604541416746
ms/op0.61
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
16210.963051734285
ms/op26574.47173412619
ms/op0.61
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
15161.730696858613
ms/op25245.709355865558
ms/op0.60
This comment was automatically generated by workflow using github-action-benchmark.