-
-
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]>
- 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
1efb00a
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
13064.507400321265
ms/op13224.371596091765
ms/op0.99
org.janusgraph.GraphCentricQueryBenchmark.getVertices
901.7824130248559
ms/op939.9812517851383
ms/op0.96
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
216.4771690257246
ms/op217.29932048514493
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
343.76870700128205
ms/op341.2495420845238
ms/op1.01
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
232.80128483824285
ms/op278.40204374307757
ms/op0.84
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5141.4451079438095
ms/op4989.676889934371
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
17088.118099490195
ms/op17611.849970189523
ms/op0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
20073.528925488336
ms/op19793.124546376966
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
59935.62464103334
ms/op56181.93877586666
ms/op1.07
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices
1568.1765321652874
ms/op1552.2139994673607
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8250.740713134091
ms/op8598.330603551365
ms/op0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
380.4100542029249
ms/op375.92614089582463
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
4335.525038589459
ms/op4143.1598921080285
ms/op1.05
org.janusgraph.CQLMultiQueryBenchmark.getNames
8526.62129893739
ms/op8572.994391137943
ms/op0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
6081.343893862913
ms/op5722.549980819107
ms/op1.06
org.janusgraph.CQLMultiQueryBenchmark.getLabels
7315.653427825637
ms/op7333.488489649441
ms/op1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
426.1431452410973
ms/op424.226132984096
ms/op1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
12584.284128329447
ms/op12536.954676567058
ms/op1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
369.50236786859415
ms/op369.92693850792364
ms/op1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
15077.343708242857
ms/op14531.929740078982
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
250.2383849132445
ms/op251.9395098555724
ms/op0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
15282.879946862999
ms/op14879.925123906381
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
8450.146069522492
ms/op8531.257465790834
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
9227.44303383386
ms/op9331.601352568956
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8665.339896547448
ms/op9026.050176947727
ms/op0.96
This comment was automatically generated by workflow using github-action-benchmark.