-
-
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.
Remove minSuccess arguments from remaining tests
Follow-up to #3961 where I forgot to remove this argument from these 2 tests because they are using `ParameterizedRepeatedIfExceptionsTest` instead of `RepeatedIfExceptionsTest`. Signed-off-by: Florian Hockmann <[email protected]>
- Loading branch information
1 parent
69c860d
commit 69ca01d
Showing
2 changed files
with
4 additions
and
4 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
69ca01d
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
22464.854070383197
ms/op22579.688640648168
ms/op0.99
org.janusgraph.GraphCentricQueryBenchmark.getVertices
1931.868913861711
ms/op1693.3271383287579
ms/op1.14
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
223.75511413833993
ms/op222.8017045478261
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
595.2232265761905
ms/op565.8578123657144
ms/op1.05
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
575.1305835522793
ms/op458.33261599744327
ms/op1.25
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
14437.487293313614
ms/op13027.779634965924
ms/op1.11
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
49647.803344060005
ms/op42947.178598
ms/op1.16
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
53846.07536250667
ms/op47549.632632216664
ms/op1.13
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
110763.19770389999
ms/op99834.0656897
ms/op1.11
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
24019.006967934605
ms/op21717.084192162452
ms/op1.11
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
829.2241040580234
ms/op763.9341528866134
ms/op1.09
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
12549.737043584653
ms/op12156.922564930786
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getNames
23290.117562097952
ms/op21623.489783162986
ms/op1.08
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
18509.99690156881
ms/op16175.502236128377
ms/op1.14
org.janusgraph.CQLMultiQueryBenchmark.getLabels
20338.439042455513
ms/oporg.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
839.5723110840426
ms/op828.1404002420064
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
31101.607647358094
ms/op28624.24182517619
ms/op1.09
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
780.535241263995
ms/op770.5690844916234
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
47307.23798897619
ms/op42753.61769863095
ms/op1.11
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
570.0570742676845
ms/op518.0698862502832
ms/op1.10
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
46342.27922270476
ms/op45390.244630558336
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
22413.647621873886
ms/op21751.645129234243
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
25579.72479350992
ms/op22817.45437812944
ms/op1.12
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
24880.333506261588
ms/op21574.947662841663
ms/op1.15
This comment was automatically generated by workflow using github-action-benchmark.