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
37d5a02
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
12055.205831922936
ms/op11919.320234890336
ms/op1.01
org.janusgraph.GraphCentricQueryBenchmark.getVertices
892.3617772819234
ms/op881.9785557231098
ms/op1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex
216.52953738224636
ms/op216.17290658297102
ms/op1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex
334.2009448244047
ms/op329.53659272749996
ms/op1.01
org.janusgraph.JanusGraphSpeedBenchmark.basicCount
218.33740426736796
ms/op215.49693456918268
ms/op1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
4730.234553467526
ms/op4646.38272876694
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps
17070.866215084166
ms/op16441.711103935148
ms/op1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch
19536.880167223233
ms/op18460.995917603635
ms/op1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching
56042.330012
ms/op53972.816121233336
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex
8273.88321177459
ms/op7993.83210605018
ms/op1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion
376.58075180428807
ms/op368.07524750542655
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch
4124.412216666512
ms/op4001.401955045628
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getNames
8374.576597951149
ms/op8059.693454055908
ms/op1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
5786.737721662659
ms/op5718.1595502377095
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getLabels
7099.185138570118
ms/op7041.521194219525
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep
424.6095046472809
ms/op418.06806336664476
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex
13602.419131718676
ms/op12020.647509639288
ms/op1.13
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage
359.97552760230985
ms/op352.04813692378247
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection
14816.087444114839
ms/op14440.50136875701
ms/op1.03
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection
246.7837937245638
ms/op241.71780084345662
ms/op1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch
14403.817788566785
ms/op13410.65746887061
ms/op1.07
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames
8319.758803095161
ms/op8120.390610751855
ms/op1.02
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps
8910.714795542499
ms/op8813.242515132137
ms/op1.01
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts
8300.483961494128
ms/op8385.464902872309
ms/op0.99
This comment was automatically generated by workflow using github-action-benchmark.