Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: docker/setup-qemu-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 FlorianHockmann committed Sep 14, 2023
1 parent 2ba933c commit 442932a
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 @@ -40,7 +40,7 @@ jobs:
java-version: '8.0.372+7'
java-package: jdk
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
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 @@ -30,7 +30,7 @@ jobs:
java-version: '8.0.372+7'
java-package: jdk
- name: Set up QEMU
uses: docker/setup-qemu-action@v2
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to DockerHub
Expand Down

1 comment on commit 442932a

@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: 442932a Previous: 6205752 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 20977.71374333294 ms/op 22579.688640648168 ms/op 0.93
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1587.5856301287292 ms/op 1693.3271383287579 ms/op 0.94
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 221.1731804 ms/op 222.8017045478261 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runReindex 515.9450536045455 ms/op 565.8578123657144 ms/op 0.91
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 426.4613127897764 ms/op 458.33261599744327 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 12435.645228172307 ms/op 13027.779634965924 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 41525.50671500667 ms/op 42947.178598 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 45158.688742697144 ms/op 47549.632632216664 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 87748.49207743333 ms/op 99834.0656897 ms/op 0.88
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 20709.33292197014 ms/op 21717.084192162452 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 678.9981001275515 ms/op 763.9341528866134 ms/op 0.89
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 11263.790053630382 ms/op 12156.922564930786 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getNames 20009.29214019281 ms/op 21623.489783162986 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14998.740586398328 ms/op 16175.502236128377 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getLabels 17012.084241699526 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 718.4970258138837 ms/op 828.1404002420064 ms/op 0.87
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 26393.43176398095 ms/op 28624.24182517619 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 775.6544055253794 ms/op 770.5690844916234 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 42326.030170844046 ms/op 42753.61769863095 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 430.3475028371614 ms/op 518.0698862502832 ms/op 0.83
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 43683.70766041064 ms/op 45390.244630558336 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 20015.88986045093 ms/op 21751.645129234243 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 21328.62543734045 ms/op 22817.45437812944 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 20431.488931752272 ms/op 21574.947662841663 ms/op 0.95

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

Please sign in to comment.