Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit ffcc5ef)
  • Loading branch information
dependabot[bot] committed Jul 16, 2024
1 parent 83648e3 commit b4f5464
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 @@ -449,7 +449,7 @@
</plugin>
<plugin>
<artifactId>maven-jar-plugin</artifactId>
<version>3.4.1</version>
<version>3.4.2</version>
<configuration>
<archive>
<manifestEntries>
Expand Down

1 comment on commit b4f5464

@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: b4f5464 Previous: 1e098d6 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12969.630625522086 ms/op 13224.371596091765 ms/op 0.98
org.janusgraph.GraphCentricQueryBenchmark.getVertices 922.3114960692486 ms/op 939.9812517851383 ms/op 0.98
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 217.09427782934782 ms/op 217.29932048514493 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 339.20962024821426 ms/op 341.2495420845238 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 265.53277355537523 ms/op 278.40204374307757 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4792.5313500134525 ms/op 4989.676889934371 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17458.245876026347 ms/op 17611.849970189523 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19264.372120751916 ms/op 19793.124546376966 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 57232.3732152 ms/op 56181.93877586666 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8055.814691983436 ms/op 8598.330603551365 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 383.10259479719724 ms/op 375.92614089582463 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4221.125191587349 ms/op 4143.1598921080285 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getNames 8805.78864573871 ms/op 8572.994391137943 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 6122.0901133345305 ms/op 5722.549980819107 ms/op 1.07
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7423.834222635607 ms/op 7333.488489649441 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 436.32896837606756 ms/op 424.226132984096 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12523.471964695831 ms/op 12536.954676567058 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 362.13911405781266 ms/op 369.92693850792364 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14690.800014334682 ms/op 14531.929740078982 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 250.88737838359768 ms/op 251.9395098555724 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 15443.955213681002 ms/op 14879.925123906381 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8717.74851669862 ms/op 8531.257465790834 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8926.329199014886 ms/op 9331.601352568956 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8864.716056530682 ms/op 9026.050176947727 ms/op 0.98

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

Please sign in to comment.