-
-
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.
We only annotated the test for CQL as flaky, but it's also flaky for other backends. contributor @kptfh already commented on the issue that it's also flaky for the Aerospike backend: #1498 (comment) and Natalia recently commented on Discord that the test is flaky for in-memory. So, we should just move the annotation to the test itself to be not specific for any backend. Since the test is copied to `JanusGraphCustomIdTest`, we also need the annotation there (and this is also the place where Natalia hit the flaky test). Issue: #1498 (not fixed by this) Signed-off-by: Florian Hockmann <[email protected]>
- Loading branch information
1 parent
d59d533
commit e955783
Showing
3 changed files
with
6 additions
and
9 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
e955783
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
13043.002308226021
ms/op12385.880105942719
ms/op1.05
org.janusgraph.GraphCentricQueryBenchmark.getVertices
913.3789156239355
ms/op897.5208673932261
ms/op1.02
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
216.8786450576087
ms/op216.14179947499997
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
340.7918861795238
ms/op332.1309897483333
ms/op1.03
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
270.17377447281945
ms/op215.02071580531708
ms/op1.26
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5107.405222360373
ms/op4664.188207695399
ms/op1.10
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
17154.984298599047
ms/op16352.527830474333
ms/op1.05
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
20536.482370799597
ms/op19824.599960445456
ms/op1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
55991.135050966666
ms/op56201.26617166666
ms/op1.00
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8534.478078971051
ms/op7906.645219600678
ms/op1.08
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
369.76452596250914
ms/op379.8377001964137
ms/op0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
4158.113598517781
ms/op3886.8713759808343
ms/op1.07
org.janusgraph.CQLMultiQueryBenchmark.getNames
8246.876067398402
ms/op8135.59305787296
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
6155.950409453363
ms/op5503.356218245031
ms/op1.12
org.janusgraph.CQLMultiQueryBenchmark.getLabels
7385.602611796391
ms/op7024.7527374147185
ms/op1.05
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
438.57769163593184
ms/op427.17314494545025
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
12952.699506595294
ms/op11926.323378581046
ms/op1.09
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
360.97912746081647
ms/op361.90201198876565
ms/op1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
15467.010404725952
ms/op13280.235397442804
ms/op1.16
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
242.3183861367277
ms/op245.53304211034066
ms/op0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
14305.322654007716
ms/op13693.67385197527
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
8430.95662272943
ms/op8163.851328829417
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
9125.603335657694
ms/op8777.982757626436
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8891.663027516115
ms/op8487.195678565702
ms/op1.05
This comment was automatically generated by workflow using github-action-benchmark.