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 <liboxuan@connect.hku.hk>
(cherry picked from commit c46a841)
  • Loading branch information
li-boxuan committed Apr 14, 2024
1 parent f2d324c commit 779c7ac
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 779c7ac

@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: 779c7ac Previous: c8792aa Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12268.699201214069 ms/op 12933.219068971923 ms/op 0.95
org.janusgraph.GraphCentricQueryBenchmark.getVertices 901.0417235145185 ms/op 929.0686750649414 ms/op 0.97
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.16663677355072 ms/op 215.98180543333334 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 338.49683647702386 ms/op 348.8265452326923 ms/op 0.97
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 217.59520406526374 ms/op 227.8074437066411 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4532.960632077077 ms/op 4880.398383755226 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16651.770044223216 ms/op 17909.154248616192 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18893.832924452727 ms/op 18799.44054118485 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 54940.74937593333 ms/op 55455.590322899996 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8126.460839254978 ms/op 8339.218499689177 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 378.55361749735204 ms/op 371.31223395833683 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 3974.0879296956773 ms/op 4227.4425002369935 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getNames 8394.642844970107 ms/op 8528.923591561108 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5405.548274928467 ms/op 5366.416493988495 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7161.360313198034 ms/op 7119.612218557372 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 422.0400524619973 ms/op 416.6330074327548 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12557.947558435 ms/op 13040.1543998325 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 347.5279431722279 ms/op 366.6865794040481 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 12775.832077602776 ms/op 14169.280107965806 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 241.47889182302657 ms/op 243.11426684096145 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13633.854840744552 ms/op 14724.027508337518 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8069.652921403271 ms/op 8379.61509861012 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8667.107419832102 ms/op 9197.912189783667 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8335.919835779943 ms/op 8786.588147997933 ms/op 0.95

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

Please sign in to comment.