-
-
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.
Improve flaky test QueryBackPressureTest to throw an exception faster…
… on unexpected behaviour Signed-off-by: Oleksandr Porunov <[email protected]> (cherry picked from commit 1efb00a)
- Loading branch information
Showing
1 changed file
with
31 additions
and
12 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
e63ff5f
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
12729.75478350142
ms/op13224.371596091765
ms/op0.96
org.janusgraph.GraphCentricQueryBenchmark.getVertices
906.2808263077792
ms/op939.9812517851383
ms/op0.96
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
216.1016267833333
ms/op217.29932048514493
ms/op0.99
org.janusgraph.MgmtOlapJobBenchmark.runReindex
336.65915424916665
ms/op341.2495420845238
ms/op0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
231.48811239262022
ms/op278.40204374307757
ms/op0.83
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
7726.53121781894
ms/op4989.676889934371
ms/op1.55
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
17553.596143069997
ms/op17611.849970189523
ms/op1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
19642.48616663394
ms/op19793.124546376966
ms/op0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
56909.13737723333
ms/op56181.93877586666
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8165.317365145001
ms/op8598.330603551365
ms/op0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
407.04529346552937
ms/op375.92614089582463
ms/op1.08
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
4871.054260512945
ms/op4143.1598921080285
ms/op1.18
org.janusgraph.CQLMultiQueryBenchmark.getNames
10108.38731931984
ms/op8572.994391137943
ms/op1.18
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5946.261920487219
ms/op5722.549980819107
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getLabels
7872.017481884409
ms/op7333.488489649441
ms/op1.07
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
473.3394545421628
ms/op424.226132984096
ms/op1.12
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
12812.614890676923
ms/op12536.954676567058
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
375.05361951918604
ms/op369.92693850792364
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
14453.826849076191
ms/op14531.929740078982
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
251.70972011979927
ms/op251.9395098555724
ms/op1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
13940.649574333913
ms/op14879.925123906381
ms/op0.94
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
10217.15841116882
ms/op8531.257465790834
ms/op1.20
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
8851.494583298505
ms/op9331.601352568956
ms/op0.95
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8512.474519119009
ms/op9026.050176947727
ms/op0.94
This comment was automatically generated by workflow using github-action-benchmark.