Skip to content

Commit

Permalink
Change dependabot default backport label to v1.0 CTR
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Porunov <[email protected]>
  • Loading branch information
porunov committed Oct 25, 2023
1 parent 5594f09 commit 6232a7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
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:
- "junit*"
labels:
- "backport/v0.6"
- "backport/v1.0"
- "dependencies"
- "java"

Expand All @@ -22,5 +22,5 @@ updates:
time: "11:00"
open-pull-requests-limit: 10
labels:
- "backport/v0.6"
- "backport/v1.0"
- "dependencies"
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ and the new branch name will be added into the documentation's dropdown menu as

Restore the `<scm>` to `<tag>HEAD</tag>` in the root `pom.xml` file.
Also update `snapshot_version` in the `mkdocs.yml`.
If you had created a new branch, ensure you also update `targetBranchChoices` in the `.backportrc.json`.
If you had created a new branch, ensure you also update `targetBranchChoices` in the `.backportrc.json` and `labels` in `.github/dependabot.yml`.
These changes can be pushed with a CTR commit.

### Update from pre-release to release
Expand Down

1 comment on commit 6232a7c

@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: 6232a7c Previous: 68f49a1 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 17549.748386299154 ms/op 14750.912757292574 ms/op 1.19
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1570.1157994924558 ms/op 1346.1948471823591 ms/op 1.17
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 223.57812390434782 ms/op 221.0470166869565 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runReindex 512.0723608547474 ms/op 463.2053476121212 ms/op 1.11
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 648.3280681171875 ms/op 473.90261975756744 ms/op 1.37
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 11980.358506670695 ms/op 8776.908210320456 ms/op 1.36
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 39316.391620668575 ms/op 29926.15626700794 ms/op 1.31
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 40290.48478077 ms/op 32526.844515654997 ms/op 1.24
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 79024.46022816667 ms/op 59550.41166966667 ms/op 1.33
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 19625.974340629917 ms/op 15006.601503888596 ms/op 1.31
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 728.3144503434663 ms/op 610.4456304918209 ms/op 1.19
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 10930.592913029122 ms/op 8351.21971247489 ms/op 1.31
org.janusgraph.CQLMultiQueryBenchmark.getNames 19446.56163237064 ms/op 14737.422644903432 ms/op 1.32
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 12964.065969882186 ms/op 10903.708326936881 ms/op 1.19
org.janusgraph.CQLMultiQueryBenchmark.getLabels 16581.99174648225 ms/op 13305.68422999396 ms/op 1.25
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 783.9108206042412 ms/op 672.9530191288869 ms/op 1.16
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 27504.439593180956 ms/op 21151.69997790227 ms/op 1.30
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 697.2076188740115 ms/op 566.2220666199714 ms/op 1.23
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 33813.84141622278 ms/op 25822.55861829052 ms/op 1.31
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 477.51372832607274 ms/op 411.4887692411499 ms/op 1.16
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 36571.30154565602 ms/op 29794.881563733332 ms/op 1.23
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 18757.073677140255 ms/op 14451.119747276667 ms/op 1.30
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 20350.767746837864 ms/op 16086.213028835715 ms/op 1.27
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 19798.88993951109 ms/op 14981.480702516508 ms/op 1.32

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

Please sign in to comment.