Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 8bbac7f)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Aug 30, 2024
1 parent 048f183 commit 97e6183
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 @@ -445,7 +445,7 @@
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
<version>3.1.2</version>
<version>3.1.3</version>
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
Expand Down

1 comment on commit 97e6183

@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: 97e6183 Previous: 8bbac7f Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12177.442803978956 ms/op 13100.268209936416 ms/op 0.93
org.janusgraph.GraphCentricQueryBenchmark.getVertices 893.0038994600143 ms/op 920.8244092958973 ms/op 0.97
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 215.77812086666668 ms/op 216.7772967268116 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 333.2975844333333 ms/op 343.7187087315477 ms/op 0.97
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 224.2182802207355 ms/op 228.66544370570838 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4699.929241717273 ms/op 4949.607677904733 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16403.176386028572 ms/op 16893.84780639417 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18716.81636174747 ms/op 20104.868516272574 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 53732.09165456667 ms/op 59274.108108366665 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8042.279161823924 ms/op 8317.301097455389 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 376.8962311785504 ms/op 386.5070189334779 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 3959.063801838537 ms/op 4372.9742323835435 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getNames 8105.35472915268 ms/op 8634.661928672629 ms/op 0.94
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5647.023604068723 ms/op 5939.531401489543 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7199.006533008658 ms/op 7033.494291980114 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 432.1431898351766 ms/op 424.7937858785885 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12057.144784868302 ms/op 12687.501991270048 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 363.30190672989636 ms/op 368.08278567297464 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13312.524137611794 ms/op 15285.164168137382 ms/op 0.87
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 251.10730968923468 ms/op 249.84146769411828 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14578.580618975482 ms/op 15692.568028053445 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8098.362918279691 ms/op 8476.375331199986 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8858.910000655245 ms/op 8960.578660037685 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8471.357128164802 ms/op 8524.147599021133 ms/op 0.99

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

Please sign in to comment.