Skip to content

Commit

Permalink
Bump docker/setup-buildx-action from 2 to 3
Browse files Browse the repository at this point in the history
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 2 to 3.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](docker/setup-buildx-action@v2...v3)

---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Sep 14, 2023
1 parent 69ca01d commit 6681799
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-publish-official.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to DockerHub
uses: docker/login-action@v3
with:
Expand Down

1 comment on commit 6681799

@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: 6681799 Previous: 6205752 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 14721.763418101213 ms/op 22579.688640648168 ms/op 0.65
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1419.1796155357415 ms/op 1693.3271383287579 ms/op 0.84
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 220.07276394782608 ms/op 222.8017045478261 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runReindex 459.61422149 ms/op 565.8578123657144 ms/op 0.81
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 398.79159665315683 ms/op 458.33261599744327 ms/op 0.87
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 8543.293146614886 ms/op 13027.779634965924 ms/op 0.66
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 31149.448788058333 ms/op 42947.178598 ms/op 0.73
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 31751.45428803889 ms/op 47549.632632216664 ms/op 0.67
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 63615.74531723333 ms/op 99834.0656897 ms/op 0.64
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 15154.925132727556 ms/op 21717.084192162452 ms/op 0.70
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 550.1115024957539 ms/op 763.9341528866134 ms/op 0.72
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 8326.329456541209 ms/op 12156.922564930786 ms/op 0.68
org.janusgraph.CQLMultiQueryBenchmark.getNames 15090.655628207482 ms/op 21623.489783162986 ms/op 0.70
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 10511.13961082101 ms/op 16175.502236128377 ms/op 0.65
org.janusgraph.CQLMultiQueryBenchmark.getLabels 13483.984199165088 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 647.5689312134633 ms/op 828.1404002420064 ms/op 0.78
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 21523.967598440908 ms/op 28624.24182517619 ms/op 0.75
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 552.6658770073543 ms/op 770.5690844916234 ms/op 0.72
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 27294.914787327172 ms/op 42753.61769863095 ms/op 0.64
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 389.7891701783356 ms/op 518.0698862502832 ms/op 0.75
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 30677.62800778599 ms/op 45390.244630558336 ms/op 0.68
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 15246.275370343608 ms/op 21751.645129234243 ms/op 0.70
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 16673.429668674362 ms/op 22817.45437812944 ms/op 0.73
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 15587.30193760755 ms/op 21574.947662841663 ms/op 0.72

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

Please sign in to comment.