Skip to content

Commit

Permalink
Bump TinkerPop from 3.7.0 to 3.7.1 [tp-tests][cql-tests]
Browse files Browse the repository at this point in the history
Signed-off-by: Boxuan Li <[email protected]>
  • Loading branch information
li-boxuan committed Apr 11, 2024
1 parent a87ba3d commit c46a841
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
</distributionManagement>
<properties>
<titan.compatible-versions>1.0.0,1.1.0-SNAPSHOT</titan.compatible-versions>
<tinkerpop.version>3.7.0</tinkerpop.version>
<tinkerpop.version>3.7.1</tinkerpop.version>
<avro.version>1.11.3</avro.version>
<junit-platform.version>1.10.2</junit-platform.version>
<junit.version>5.10.2</junit.version>
Expand Down

1 comment on commit c46a841

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: c46a841 Previous: c8792aa Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12654.953955910843 ms/op 12933.219068971923 ms/op 0.98
org.janusgraph.GraphCentricQueryBenchmark.getVertices 900.6298340195674 ms/op 929.0686750649414 ms/op 0.97
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 215.95343997572462 ms/op 215.98180543333334 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 340.35292936619055 ms/op 348.8265452326923 ms/op 0.98
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 215.35186305702413 ms/op 227.8074437066411 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4699.98659460558 ms/op 4880.398383755226 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16275.168341269855 ms/op 17909.154248616192 ms/op 0.91
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19916.90277548 ms/op 18799.44054118485 ms/op 1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 57587.882990533326 ms/op 55455.590322899996 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 7936.081618287151 ms/op 8339.218499689177 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 378.552117941041 ms/op 371.31223395833683 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4013.921689341921 ms/op 4227.4425002369935 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNames 8075.089926253558 ms/op 8528.923591561108 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5962.8535632017065 ms/op 5366.416493988495 ms/op 1.11
org.janusgraph.CQLMultiQueryBenchmark.getLabels 6859.668835868055 ms/op 7119.612218557372 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 432.6258355100037 ms/op 416.6330074327548 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 13300.631700022745 ms/op 13040.1543998325 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 363.3985130139934 ms/op 366.6865794040481 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14151.806961620194 ms/op 14169.280107965806 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 248.81656470608587 ms/op 243.11426684096145 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13564.543768041829 ms/op 14724.027508337518 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8210.26392554769 ms/op 8379.61509861012 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8625.290920371666 ms/op 9197.912189783667 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8332.807643703747 ms/op 8786.588147997933 ms/op 0.95

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.