Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and porunov committed Sep 5, 2023
1 parent 2cdc04c commit baa1704
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@v9.2.2
uses: sqren/backport-github-action@v9.3.0
with:
github_token: ${{ secrets.ACCESS_TOKEN }}
auto_backport_label_prefix: backport/
Expand Down

1 comment on commit baa1704

@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: baa1704 Previous: 6205752 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 14911.858398673568 ms/op 22579.688640648168 ms/op 0.66
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1397.870340722992 ms/op 1693.3271383287579 ms/op 0.83
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 220.89254838260868 ms/op 222.8017045478261 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runReindex 476.05544980272725 ms/op 565.8578123657144 ms/op 0.84
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 456.00911146280976 ms/op 458.33261599744327 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 9552.223942421515 ms/op 13027.779634965924 ms/op 0.73
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 33840.015700659525 ms/op 42947.178598 ms/op 0.79
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 33497.62544569762 ms/op 47549.632632216664 ms/op 0.70
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 67396.17917953333 ms/op 99834.0656897 ms/op 0.68
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 16682.1504964825 ms/op 21717.084192162452 ms/op 0.77
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 608.865964476777 ms/op 763.9341528866134 ms/op 0.80
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 8991.88710068339 ms/op 12156.922564930786 ms/op 0.74
org.janusgraph.CQLMultiQueryBenchmark.getNames 16543.49729705532 ms/op 21623.489783162986 ms/op 0.77
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 11411.584351490332 ms/op 16175.502236128377 ms/op 0.71
org.janusgraph.CQLMultiQueryBenchmark.getLabels 14555.41428983368 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 651.0185677918146 ms/op 828.1404002420064 ms/op 0.79
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 23475.185322730555 ms/op 28624.24182517619 ms/op 0.82
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 596.4511752306161 ms/op 770.5690844916234 ms/op 0.77
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 29616.5015851546 ms/op 42753.61769863095 ms/op 0.69
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 416.3071930389665 ms/op 518.0698862502832 ms/op 0.80
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 33074.8908535919 ms/op 45390.244630558336 ms/op 0.73
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 16864.362301262856 ms/op 21751.645129234243 ms/op 0.78
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 18069.5294971978 ms/op 22817.45437812944 ms/op 0.79
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 17046.801087962856 ms/op 21574.947662841663 ms/op 0.79

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

Please sign in to comment.