Skip to content

Commit

Permalink
Bump sqren/backport-github-action from 8.9.7 to 9.2.2
Browse files Browse the repository at this point in the history
Bumps [sqren/backport-github-action](https://github.com/sqren/backport-github-action) from 8.9.7 to 9.2.2.
- [Release notes](https://github.com/sqren/backport-github-action/releases)
- [Commits](sorenlouv/backport-github-action@v8.9.7...v9.2.2)

---
updated-dependencies:
- dependency-name: sqren/backport-github-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and porunov committed Sep 2, 2023
1 parent b67b619 commit 19c80a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/backport.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
)
steps:
- name: Backport Action
uses: sqren/backport-github-action@v8.9.7
uses: sqren/backport-github-action@v9.2.2
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
auto_backport_label_prefix: backport/
Expand Down

1 comment on commit 19c80a1

@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: 19c80a1 Previous: 6205752 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 14422.078959571112 ms/op 22579.688640648168 ms/op 0.64
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1354.6084105684527 ms/op 1693.3271383287579 ms/op 0.80
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 220.9384019478261 ms/op 222.8017045478261 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runReindex 469.9868101966666 ms/op 565.8578123657144 ms/op 0.83
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 388.2751811799361 ms/op 458.33261599744327 ms/op 0.85
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 9673.919442253537 ms/op 13027.779634965924 ms/op 0.74
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 33889.177111774996 ms/op 42947.178598 ms/op 0.79
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 35532.033566067854 ms/op 47549.632632216664 ms/op 0.75
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 71081.72426053333 ms/op 99834.0656897 ms/op 0.71
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 16722.514756490065 ms/op 21717.084192162452 ms/op 0.77
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 625.6365757195265 ms/op 763.9341528866134 ms/op 0.82
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 8838.074484428666 ms/op 12156.922564930786 ms/op 0.73
org.janusgraph.CQLMultiQueryBenchmark.getNames 16664.417390735594 ms/op 21623.489783162986 ms/op 0.77
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 11433.86061215344 ms/op 16175.502236128377 ms/op 0.71
org.janusgraph.CQLMultiQueryBenchmark.getLabels 14426.337099159307 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 700.5393839734381 ms/op 828.1404002420064 ms/op 0.85
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 22311.67567216476 ms/op 28624.24182517619 ms/op 0.78
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 606.5766263520666 ms/op 770.5690844916234 ms/op 0.79
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 30149.139603564287 ms/op 42753.61769863095 ms/op 0.71
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 448.48292260431873 ms/op 518.0698862502832 ms/op 0.87
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 32211.501703635717 ms/op 45390.244630558336 ms/op 0.71
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 16239.666619432497 ms/op 21751.645129234243 ms/op 0.75
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 18073.137860002742 ms/op 22817.45437812944 ms/op 0.79
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 17086.847824279223 ms/op 21574.947662841663 ms/op 0.79

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

Please sign in to comment.