Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Jul 24, 2024
1 parent 10fe40a commit 4a32d15
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 @@ -483,7 +483,7 @@
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down

1 comment on commit 4a32d15

@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: 4a32d15 Previous: 1e098d6 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12562.415502982063 ms/op 13224.371596091765 ms/op 0.95
org.janusgraph.GraphCentricQueryBenchmark.getVertices 915.8660173717522 ms/op 939.9812517851383 ms/op 0.97
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.77778179311593 ms/op 217.29932048514493 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 341.21197420607143 ms/op 341.2495420845238 ms/op 1.00
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 249.06403635202898 ms/op 278.40204374307757 ms/op 0.89
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4820.588697495448 ms/op 4989.676889934371 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17229.79539203181 ms/op 17611.849970189523 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19560.42751877576 ms/op 19793.124546376966 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 54757.89012053334 ms/op 56181.93877586666 ms/op 0.97
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1531.9947244568175 ms/op 1552.2139994673607 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 7988.913352918335 ms/op 8598.330603551365 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 376.0590965785623 ms/op 375.92614089582463 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4256.787227862254 ms/op 4143.1598921080285 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getNames 8067.62306815858 ms/op 8572.994391137943 ms/op 0.94
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5706.877628877672 ms/op 5722.549980819107 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getLabels 6912.6413544168845 ms/op 7333.488489649441 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 424.44883280473164 ms/op 424.226132984096 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12791.864113683454 ms/op 12536.954676567058 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 359.39931536548687 ms/op 369.92693850792364 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14509.77806442381 ms/op 14531.929740078982 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 247.9809797062117 ms/op 251.9395098555724 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14780.505532783 ms/op 14879.925123906381 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 7970.716058189938 ms/op 8531.257465790834 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9059.551131703365 ms/op 9331.601352568956 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8376.445962262847 ms/op 9026.050176947727 ms/op 0.93

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

Please sign in to comment.