Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes a dependency convergence errors with testcontainers which for some reason only occurs on `v0.6` and prevents backporting the latest testcontainers update: ```sh [WARNING] Rule 0: org.apache.maven.plugins.enforcer.RequireUpperBoundDeps failed with message: Failed while enforcing RequireUpperBoundDeps. The error(s) are [ Require upper bound dependencies error for org.apache.commons:commons-compress:1.23.0 paths to dependency are: +-org.janusgraph:janusgraph-driver:0.6.4-SNAPSHOT +-org.testcontainers:testcontainers:1.19.1 +-org.apache.commons:commons-compress:1.23.0 (managed) <-- org.apache.commons:commons-compress:1.24.0 ] ``` Signed-off-by: Florian Hockmann <[email protected]>
- Loading branch information
f23abbe
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
21546.912266953503
ms/op14750.912757292574
ms/op1.46
org.janusgraph.GraphCentricQueryBenchmark.getVertices
1780.3722113793701
ms/op1346.1948471823591
ms/op1.32
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
224.9120808956522
ms/op221.0470166869565
ms/op1.02
org.janusgraph.MgmtOlapJobBenchmark.runReindex
585.0169764015873
ms/op463.2053476121212
ms/op1.26
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
418.23186041801864
ms/op473.90261975756744
ms/op0.88
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
14499.590128794745
ms/op8776.908210320456
ms/op1.65
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
46376.55266239
ms/op29926.15626700794
ms/op1.55
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
50791.28669089667
ms/op32526.844515654997
ms/op1.56
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
101061.25326289999
ms/op59550.41166966667
ms/op1.70
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
22921.599223373076
ms/op15006.601503888596
ms/op1.53
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
851.966501246474
ms/op610.4456304918209
ms/op1.40
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
12733.123677465432
ms/op8351.21971247489
ms/op1.52
org.janusgraph.CQLMultiQueryBenchmark.getNames
22635.51651940119
ms/op14737.422644903432
ms/op1.54
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
16997.92848730474
ms/op10903.708326936881
ms/op1.56
org.janusgraph.CQLMultiQueryBenchmark.getLabels
19673.401538993076
ms/op13305.68422999396
ms/op1.48
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
871.453048461729
ms/op672.9530191288869
ms/op1.29
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
30909.54951610571
ms/op21151.69997790227
ms/op1.46
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
802.0924562224156
ms/op566.2220666199714
ms/op1.42
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
45014.85506446381
ms/op25822.55861829052
ms/op1.74
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
520.6689981460977
ms/op411.4887692411499
ms/op1.27
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
47633.085084526065
ms/op29794.881563733332
ms/op1.60
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
22184.27544832833
ms/op14451.119747276667
ms/op1.54
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
23987.138560542222
ms/op16086.213028835715
ms/op1.49
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
23280.713220976195
ms/op14981.480702516508
ms/op1.55
This comment was automatically generated by workflow using github-action-benchmark.