Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 28d1d19)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed May 22, 2024
1 parent b163b05 commit 3996da9
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 @@ -441,7 +441,7 @@
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.5</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down

1 comment on commit 3996da9

@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: 3996da9 Previous: ecd2fca Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12508.668304534229 ms/op 13144.514355812997 ms/op 0.95
org.janusgraph.GraphCentricQueryBenchmark.getVertices 910.963734813752 ms/op 890.6500949529393 ms/op 1.02
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.43038398768118 ms/op 216.00728349710144 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 337.76073798416667 ms/op 340.74734259345234 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 220.65149151931408 ms/op 214.67658734609827 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4831.52118793133 ms/op 5006.940356248275 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16965.400074106725 ms/op 17173.95875381827 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19134.271760172294 ms/op 19556.02193280909 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55590.7567552 ms/op 57650.495300966664 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8282.077663495967 ms/op 8372.303177957594 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 382.38548863625465 ms/op 382.7942663627277 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4037.761034146173 ms/op 4228.393328425595 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNames 8153.958569295508 ms/op 8527.978999492978 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5819.329008558463 ms/op 5722.866774720803 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7172.6744520912 ms/op 7292.517783906098 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 429.2959646786315 ms/op 429.03786782452937 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12364.269249913727 ms/op 13090.77986197263 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 359.0147817226388 ms/op 364.4852664439003 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13761.172624054525 ms/op 15392.149172048423 ms/op 0.89
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 253.82572654595288 ms/op 253.95399079778122 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13644.346003097202 ms/op 14622.807532555144 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8115.899127690375 ms/op 8407.40405848867 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9510.05681504709 ms/op 9126.668847165043 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 9005.416558379882 ms/op 8708.982222681485 ms/op 1.03

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

Please sign in to comment.