Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-release-plugin from 3.0.1 to 3.1.1
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugins:maven-release-plugin](https://github.com/apache/maven-release) from 3.0.1 to 3.1.1.
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](apache/maven-release@maven-release-3.0.1...maven-release-3.1.1)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-release-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit b5b9e7d)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Aug 5, 2024
1 parent e507ff5 commit 7c28e1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.1</version>
<version>3.1.1</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

1 comment on commit 7c28e1a

@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: 7c28e1a Previous: 8c48ee0 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12282.779197321466 ms/op 12358.474676430471 ms/op 0.99
org.janusgraph.GraphCentricQueryBenchmark.getVertices 897.1653233139564 ms/op 932.9558084738356 ms/op 0.96
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 215.97703039601453 ms/op 215.80654765 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 338.78065856535716 ms/op 333.3968746166667 ms/op 1.02
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 252.72798275755758 ms/op 228.49002550064256 ms/op 1.11
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4871.630580054662 ms/op 4895.73786393686 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16368.544793758298 ms/op 18508.581086325128 ms/op 0.88
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19160.499329210757 ms/op 19127.81114425524 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55549.98267923333 ms/op 54727.12279763333 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 7985.703685987977 ms/op 8973.714628315976 ms/op 0.89
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 375.2253712752763 ms/op 380.766825810429 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4009.864926973459 ms/op 4161.8593256027925 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getNames 8039.699376151421 ms/op 8821.180767261521 ms/op 0.91
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5489.03753546627 ms/op 5627.05926180753 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7013.0576535475075 ms/op 7855.94216408152 ms/op 0.89
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 414.71273341797746 ms/op 430.3300526852606 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12439.66531460222 ms/op 12120.993126511028 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 356.26216276128673 ms/op 370.04588003394247 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13723.398428817738 ms/op 14461.316023042195 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 251.58050116888688 ms/op 260.85554059055295 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13724.342743041001 ms/op 13937.957129917764 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8038.6764139030065 ms/op 8428.771903071782 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8833.471878182758 ms/op 9891.130678804093 ms/op 0.89
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8302.696207343351 ms/op 9408.462975859738 ms/op 0.88

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

Please sign in to comment.