-
-
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.
Handle interruption for BerkeleyJE backend [tp-tests]
Fixes #2120 Signed-off-by: Pavel Ershov <[email protected]>
- Loading branch information
Showing
10 changed files
with
250 additions
and
164 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.
cdea0d7
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
18136.403304074436
ms/op14750.912757292574
ms/op1.23
org.janusgraph.GraphCentricQueryBenchmark.getVertices
1632.4888138782544
ms/op1346.1948471823591
ms/op1.21
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
223.13205506956518
ms/op221.0470166869565
ms/op1.01
org.janusgraph.MgmtOlapJobBenchmark.runReindex
518.043557269697
ms/op463.2053476121212
ms/op1.12
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
525.1134952189349
ms/op473.90261975756744
ms/op1.11
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
11983.315509123086
ms/op8776.908210320456
ms/op1.37
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
40901.21219325143
ms/op29926.15626700794
ms/op1.37
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
41128.595248785714
ms/op32526.844515654997
ms/op1.26
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
83294.91181863332
ms/op59550.41166966667
ms/op1.40
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
20606.768417814874
ms/op15006.601503888596
ms/op1.37
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
737.0977162164081
ms/op610.4456304918209
ms/op1.21
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
10988.653636041785
ms/op8351.21971247489
ms/op1.32
org.janusgraph.CQLMultiQueryBenchmark.getNames
20115.314952276112
ms/op14737.422644903432
ms/op1.36
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
14173.940602120054
ms/op10903.708326936881
ms/op1.30
org.janusgraph.CQLMultiQueryBenchmark.getLabels
17336.388793878683
ms/op13305.68422999396
ms/op1.30
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
830.4330184538484
ms/op672.9530191288869
ms/op1.23
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
28553.117843711905
ms/op21151.69997790227
ms/op1.35
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
731.3033683791041
ms/op566.2220666199714
ms/op1.29
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
34180.69097613428
ms/op25822.55861829052
ms/op1.32
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
498.10206398957234
ms/op411.4887692411499
ms/op1.21
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
38788.181389508085
ms/op29794.881563733332
ms/op1.30
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
20314.746245311442
ms/op14451.119747276667
ms/op1.41
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
21359.775590334546
ms/op16086.213028835715
ms/op1.33
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
20102.574859667857
ms/op14981.480702516508
ms/op1.34
This comment was automatically generated by workflow using github-action-benchmark.