Skip to content

Commit

Permalink
Bump maven-clean-plugin from 3.1.0 to 3.2.0
Browse files Browse the repository at this point in the history
Bumps [maven-clean-plugin](https://github.com/apache/maven-clean-plugin) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/apache/maven-clean-plugin/releases)
- [Commits](apache/maven-clean-plugin@maven-clean-plugin-3.1.0...maven-clean-plugin-3.2.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 porunov committed Jun 29, 2022
1 parent 0aa7704 commit 6573fbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -462,7 +462,7 @@
</plugin>
<plugin>
<artifactId>maven-clean-plugin</artifactId>
<version>3.1.0</version>
<version>3.2.0</version>
</plugin>
<plugin>
<artifactId>maven-dependency-plugin</artifactId>
Expand Down

1 comment on commit 6573fbb

@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: 6573fbb Previous: 7adbba6 Ratio
org.janusgraph.MgmtOlapJobBenchmark.runRemoveIndex 113.6378996569697 ms/op 115.50350859175475 ms/op 0.98
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 13154.098545998255 ms/op 16300.184954180237 ms/op 0.81
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1903.947607713752 ms/op 2428.923466905251 ms/op 0.78
org.janusgraph.MgmtOlapJobBenchmark.runReindex 355.9877950966667 ms/op 417.5135216876923 ms/op 0.85
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 315.09726815745546 ms/op 395.27303250862536 ms/op 0.80

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

Please sign in to comment.