Skip to content

Commit

Permalink
Update documentation parameters from 1.0 to 1.1 CTR
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Porunov <[email protected]>
  • Loading branch information
porunov committed Nov 15, 2024
1 parent 8c78268 commit 5be16ea
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .backportrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repoOwner": "janusgraph",
"repoName": "janusgraph",
"targetBranchChoices": ["v1.0"],
"targetBranchChoices": ["v1.1"],
"branchLabelMapping": {
"^backport/(.+)$": "$1"
},
Expand Down
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
patterns:
- "org.junit.*"
labels:
- "backport/v1.0"
- "backport/v1.1"
- "dependencies"
- "java"

Expand All @@ -22,5 +22,5 @@ updates:
time: "11:00"
open-pull-requests-limit: 10
labels:
- "backport/v1.0"
- "backport/v1.1"
- "dependencies"
2 changes: 1 addition & 1 deletion janusgraph-dist/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ ARG REVISION=test
LABEL org.opencontainers.image.title="JanusGraph Docker Image"
LABEL org.opencontainers.image.description="Official JanusGraph Docker image"
LABEL org.opencontainers.image.url="https://janusgraph.org/"
LABEL org.opencontainers.image.documentation="https://docs.janusgraph.org/v1.0/"
LABEL org.opencontainers.image.documentation="https://docs.janusgraph.org/v1.1/"
LABEL org.opencontainers.image.revision="${REVISION}"
LABEL org.opencontainers.image.source="https://github.com/JanusGraph/janusgraph-docker/"
LABEL org.opencontainers.image.vendor="JanusGraph"
Expand Down

1 comment on commit 5be16ea

@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: 5be16ea Previous: 213b754 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12485.811900386654 ms/op 12994.438964091325 ms/op 0.96
org.janusgraph.GraphCentricQueryBenchmark.getVertices 952.5044521484772 ms/op 957.3251909284766 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.1024377967391 ms/op 216.45303196086957 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 338.91023705261904 ms/op 342.81005004892853 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 201.3715172621918 ms/op 207.33680618088454 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4754.0056501423205 ms/op 4953.295327365606 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16445.82639782762 ms/op 16917.057558105356 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19733.675653780003 ms/op 18983.13907385985 ms/op 1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 57599.277471500005 ms/op 56527.85002600001 ms/op 1.02
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1560.6368644178608 ms/op 1570.8428983417461 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8175.239408108199 ms/op 8433.13502817794 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 384.6814598502322 ms/op 384.2152506805113 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4148.098219828162 ms/op 4227.1771161974975 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getNames 8129.865919345453 ms/op 8339.221853925019 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5922.736848803101 ms/op 5604.356576582386 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7298.220321200372 ms/op 7082.884761983721 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 436.6233992712403 ms/op 430.31039337061094 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12450.455176941667 ms/op 12459.636105572155 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 365.3145720976047 ms/op 357.5981502840734 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14557.571455643929 ms/op 14793.559446997619 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 247.6112818647359 ms/op 245.84974412075837 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14123.760180846228 ms/op 13806.414282860256 ms/op 1.02
org.janusgraph.CQLCompositeIndexInlinePropBenchmark.searchVertices 1537.9257349958714 ms/op 1511.142514571489 ms/op 1.02
org.janusgraph.CQLMultiQueryDropBenchmark.dropVerticesGremlinQuery 1552.4914172754513 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8500.135101918437 ms/op 8411.967305495045 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9080.500839353586 ms/op 9104.974810254043 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8615.326502576561 ms/op 8793.398072298722 ms/op 0.98

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

Please sign in to comment.