-
-
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
2ba933c
commit cbb1f9c
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
cbb1f9c
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
15058.144725912047
ms/op22579.688640648168
ms/op0.67
org.janusgraph.GraphCentricQueryBenchmark.getVertices
1395.057213858238
ms/op1693.3271383287579
ms/op0.82
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
221.91360388695654
ms/op222.8017045478261
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
470.0705134715152
ms/op565.8578123657144
ms/op0.83
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
434.41770734546213
ms/op458.33261599744327
ms/op0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
9392.61179319931
ms/op13027.779634965924
ms/op0.72
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
34065.37493558571
ms/op42947.178598
ms/op0.79
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
35041.43563281666
ms/op47549.632632216664
ms/op0.74
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
71597.29867973333
ms/op99834.0656897
ms/op0.72
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
17286.937061706743
ms/op21717.084192162452
ms/op0.80
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
614.2853281236818
ms/op763.9341528866134
ms/op0.80
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
8948.319496036343
ms/op12156.922564930786
ms/op0.74
org.janusgraph.CQLMultiQueryBenchmark.getNames
16581.8349982331
ms/op21623.489783162986
ms/op0.77
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
11491.6333347575
ms/op16175.502236128377
ms/op0.71
org.janusgraph.CQLMultiQueryBenchmark.getLabels
15006.017321281886
ms/oporg.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
656.8553007568424
ms/op828.1404002420064
ms/op0.79
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
23345.486950311366
ms/op28624.24182517619
ms/op0.82
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
593.4739214320581
ms/op770.5690844916234
ms/op0.77
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
30992.84298869055
ms/op42753.61769863095
ms/op0.72
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
407.13633731657404
ms/op518.0698862502832
ms/op0.79
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
35294.82768357109
ms/op45390.244630558336
ms/op0.78
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
16759.86944721487
ms/op21751.645129234243
ms/op0.77
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
18249.355607405716
ms/op22817.45437812944
ms/op0.80
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
17308.04890827897
ms/op21574.947662841663
ms/op0.80
This comment was automatically generated by workflow using github-action-benchmark.