Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix missing setuptools package for regression test
Our regression test CI does not pin python version - it simply uses 3.x. Since python 3.12, setuptools package, which is needed by ccm package we use, is no longer included by default. This fixes the problem by explicitly installing setuptools package. Fixes JanusGraph#4154 Signed-off-by: Boxuan Li <[email protected]>
- Loading branch information
b70e65b
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
12553.354719762126
ms/op11919.320234890336
ms/op1.05
org.janusgraph.GraphCentricQueryBenchmark.getVertices
909.4929768391689
ms/op881.9785557231098
ms/op1.03
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
216.22880916086956
ms/op216.17290658297102
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
334.7180354183334
ms/op329.53659272749996
ms/op1.02
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
240.28832817705774
ms/op215.49693456918268
ms/op1.12
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
4813.671215822834
ms/op4646.38272876694
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
16926.46549211887
ms/op16441.711103935148
ms/op1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
19275.802505300002
ms/op18460.995917603635
ms/op1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
55880.00209543333
ms/op53972.816121233336
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8228.360866273073
ms/op7993.83210605018
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
377.44575331583405
ms/op368.07524750542655
ms/op1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
3946.5847542657566
ms/op4001.401955045628
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getNames
8320.777905340194
ms/op8059.693454055908
ms/op1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5678.936732509852
ms/op5718.1595502377095
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getLabels
7088.902774130466
ms/op7041.521194219525
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
429.819937433304
ms/op418.06806336664476
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
13498.440739387617
ms/op12020.647509639288
ms/op1.12
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
359.5115064742317
ms/op352.04813692378247
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
13806.450978665871
ms/op14440.50136875701
ms/op0.96
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
250.1491391272554
ms/op241.71780084345662
ms/op1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
13829.521428760763
ms/op13410.65746887061
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
8281.464160303074
ms/op8120.390610751855
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
8745.763347326527
ms/op8813.242515132137
ms/op0.99
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8477.560552164638
ms/op8385.464902872309
ms/op1.01
This comment was automatically generated by workflow using github-action-benchmark.