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]>
(cherry picked from commit c46a841)
  • Loading branch information
li-boxuan committed Apr 11, 2024
1 parent f2d324c commit f59ba72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ extra:
link: https://lists.lfaidata.foundation/g/janusgraph-dev
latest_version: 1.0.0
snapshot_version: 1.0.1-SNAPSHOT
tinkerpop_version: 3.7.0
tinkerpop_version: 3.7.1
hadoop_version: 3.3.5

markdown_extensions:
Expand Down
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 f59ba72

@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: f59ba72 Previous: c8792aa Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12355.750466008953 ms/op 12933.219068971923 ms/op 0.96
org.janusgraph.GraphCentricQueryBenchmark.getVertices 918.8189177153978 ms/op 929.0686750649414 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.56788545181158 ms/op 215.98180543333334 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 333.2985453303571 ms/op 348.8265452326923 ms/op 0.96
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 225.58466818277213 ms/op 227.8074437066411 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4723.324029175326 ms/op 4880.398383755226 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16596.360602767858 ms/op 17909.154248616192 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19325.23857267957 ms/op 18799.44054118485 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55347.52824263333 ms/op 55455.590322899996 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8064.433241970263 ms/op 8339.218499689177 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 377.9691638229217 ms/op 371.31223395833683 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4020.112354247555 ms/op 4227.4425002369935 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNames 8224.46029111121 ms/op 8528.923591561108 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5474.036518477469 ms/op 5366.416493988495 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7019.133544810017 ms/op 7119.612218557372 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 423.6139813456648 ms/op 416.6330074327548 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12409.729713305229 ms/op 13040.1543998325 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 363.52118992913665 ms/op 366.6865794040481 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13768.737729983293 ms/op 14169.280107965806 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 248.0806856136929 ms/op 243.11426684096145 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13771.283164936685 ms/op 14724.027508337518 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8019.236445320892 ms/op 8379.61509861012 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8633.21023751584 ms/op 9197.912189783667 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8446.590441046814 ms/op 8786.588147997933 ms/op 0.96

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

Please sign in to comment.