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] committed Aug 5, 2024
1 parent e507ff5 commit 9430ed0
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 9430ed0

@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: 9430ed0 Previous: 1dd27f5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12145.861280234778 ms/op 12572.478016904271 ms/op 0.97
org.janusgraph.GraphCentricQueryBenchmark.getVertices 904.495477861748 ms/op 916.7180875491978 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.8404828811594 ms/op 216.70551974746377 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 335.220977855 ms/op 350.7121621157692 ms/op 0.96
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 265.12267388546496 ms/op 284.39062519340416 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4636.604628771747 ms/op 5277.968037055716 ms/op 0.88
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17122.428555304978 ms/op 17970.33073737809 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 20452.08555761591 ms/op 20380.3642292297 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 58782.0938337 ms/op 58827.957386466675 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 7818.661688592859 ms/op 8713.925056182068 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 374.7552910618534 ms/op 379.4813964885073 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4235.691200827926 ms/op 4530.814953048244 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getNames 8206.74008329624 ms/op 8731.79753038062 ms/op 0.94
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5826.248484204192 ms/op 6137.169975047065 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7203.309919413573 ms/op 7683.931873747836 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 421.5076662299182 ms/op 423.32886129669566 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 11741.611436866388 ms/op 13033.313312605715 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 346.3867778076573 ms/op 364.90333773424464 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14849.124282819394 ms/op 15551.17606992916 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 244.9642539400703 ms/op 244.5861905036132 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 15044.70720374581 ms/op 15842.185192153633 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8252.143448169743 ms/op 8673.851588862552 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9003.401568204059 ms/op 9511.654488061318 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8138.3132596972555 ms/op 8914.607619451666 ms/op 0.91

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

Please sign in to comment.