Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit ecd2fca)
  • Loading branch information
dependabot[bot] committed May 21, 2024
1 parent 97db6d8 commit 0cbe64c
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.3.0</version>
<version>3.4.1</version>
<configuration>
<archive>
<manifestEntries>
Expand Down

1 comment on commit 0cbe64c

@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: 0cbe64c Previous: ecd2fca Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12474.349173054412 ms/op 13144.514355812997 ms/op 0.95
org.janusgraph.GraphCentricQueryBenchmark.getVertices 922.6183704620751 ms/op 890.6500949529393 ms/op 1.04
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.3129668427536 ms/op 216.00728349710144 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 333.84376020749994 ms/op 340.74734259345234 ms/op 0.98
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 215.19342538033035 ms/op 214.67658734609827 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4704.578381824633 ms/op 5006.940356248275 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16438.416908457988 ms/op 17173.95875381827 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18749.08415208121 ms/op 19556.02193280909 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 56037.96925436667 ms/op 57650.495300966664 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8019.646038181564 ms/op 8372.303177957594 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 369.67379353736084 ms/op 382.7942663627277 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4092.7129317739445 ms/op 4228.393328425595 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getNames 8010.507059596625 ms/op 8527.978999492978 ms/op 0.94
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5445.203660576365 ms/op 5722.866774720803 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getLabels 6941.005951943201 ms/op 7292.517783906098 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 427.6929041522358 ms/op 429.03786782452937 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12056.955288217501 ms/op 13090.77986197263 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 354.571976949771 ms/op 364.4852664439003 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14272.721826557101 ms/op 15392.149172048423 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 254.14562439817126 ms/op 253.95399079778122 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14602.65915564763 ms/op 14622.807532555144 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8024.633976220058 ms/op 8407.40405848867 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8881.685183203648 ms/op 9126.668847165043 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8338.526386348136 ms/op 8708.982222681485 ms/op 0.96

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

Please sign in to comment.