Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Jan 18, 2023
1 parent 698a516 commit 4191d41
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 @@ -163,7 +163,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-enforcer-plugin</artifactId>
<version>3.0.0</version>
<version>3.1.0</version>
<executions>
<execution>
<id>enforce-dependency-convergence</id>
Expand Down

1 comment on commit 4191d41

@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: 4191d41 Previous: 698a516 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 18214.884076805207 ms/op 14249.804009329446 ms/op 1.28
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1672.043269508754 ms/op 1412.5499711271354 ms/op 1.18
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 224.20268410079052 ms/op 220.82291013043476 ms/op 1.02
org.janusgraph.MgmtOlapJobBenchmark.runReindex 530.4974101540909 ms/op 470.5808911009091 ms/op 1.13
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 495.22743919714566 ms/op 405.71381429907564 ms/op 1.22
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 46327.73244188667 ms/op 40619.382851486655 ms/op 1.14
org.janusgraph.CQLMultiQueryBenchmark.getNames 45485.782725373334 ms/op 40614.83362690667 ms/op 1.12

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

Please sign in to comment.