Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-release-plugin from 3.0.0 to 3.0.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.0 to 3.0.1.
- [Release notes](https://github.com/apache/maven-release/releases)
- [Commits](apache/maven-release@maven-release-3.0.0...maven-release-3.0.1)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Mar 28, 2024
1 parent c8792aa commit 1d4e237
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 @@ -451,7 +451,7 @@
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
<version>3.0.0</version>
<version>3.0.1</version>
</plugin>
<plugin>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down

1 comment on commit 1d4e237

@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: 1d4e237 Previous: c8792aa Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12981.368088873778 ms/op 12933.219068971923 ms/op 1.00
org.janusgraph.GraphCentricQueryBenchmark.getVertices 885.4450704999375 ms/op 929.0686750649414 ms/op 0.95
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.22200416702898 ms/op 215.98180543333334 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 345.1272942384524 ms/op 348.8265452326923 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 197.4973905224698 ms/op 227.8074437066411 ms/op 0.87
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4782.775771439624 ms/op 4880.398383755226 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16300.391000493986 ms/op 17909.154248616192 ms/op 0.91
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19605.53357433131 ms/op 18799.44054118485 ms/op 1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55442.28933776666 ms/op 55455.590322899996 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 7890.360041982071 ms/op 8339.218499689177 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 382.18570471399346 ms/op 371.31223395833683 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4172.885726216862 ms/op 4227.4425002369935 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getNames 7902.949244612465 ms/op 8528.923591561108 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5682.3239767075465 ms/op 5366.416493988495 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getLabels 6796.3988765762115 ms/op 7119.612218557372 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 417.56033491064875 ms/op 416.6330074327548 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12720.343944029166 ms/op 13040.1543998325 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 359.95613806561556 ms/op 366.6865794040481 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 12906.999292419327 ms/op 14169.280107965806 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 249.56921505291302 ms/op 243.11426684096145 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13787.063228083129 ms/op 14724.027508337518 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8001.463253002386 ms/op 8379.61509861012 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8745.332292945917 ms/op 9197.912189783667 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8420.270378390765 ms/op 8786.588147997933 ms/op 0.96

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

Please sign in to comment.