Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-failsafe-plugin from 3.2.5 to 3.3.1
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.2.5 to 3.3.1.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](apache/maven-surefire@surefire-3.2.5...surefire-3.3.1)

---
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 0f01e36)
  • Loading branch information
dependabot[bot] committed Jul 22, 2024
1 parent 102a2f5 commit 4b68d14
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.2.5</version>
<version>3.3.1</version>
</plugin>
<plugin>
<artifactId>maven-deploy-plugin</artifactId>
Expand Down

1 comment on commit 4b68d14

@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: 4b68d14 Previous: 1e098d6 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12061.45559719191 ms/op 13224.371596091765 ms/op 0.91
org.janusgraph.GraphCentricQueryBenchmark.getVertices 898.5599148557026 ms/op 939.9812517851383 ms/op 0.96
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.2547535884058 ms/op 217.29932048514493 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 335.44614441916667 ms/op 341.2495420845238 ms/op 0.98
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 223.46281492788788 ms/op 278.40204374307757 ms/op 0.80
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4598.478187767194 ms/op 4989.676889934371 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 15929.561633066665 ms/op 17611.849970189523 ms/op 0.90
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18242.052167814647 ms/op 19793.124546376966 ms/op 0.92
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 54502.32140585 ms/op 56181.93877586666 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 7898.30647005831 ms/op 8598.330603551365 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 368.53423398363225 ms/op 375.92614089582463 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 3963.7766928150463 ms/op 4143.1598921080285 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getNames 8155.819914322418 ms/op 8572.994391137943 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5455.44072849802 ms/op 5722.549980819107 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7027.870789523045 ms/op 7333.488489649441 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 412.8540735871292 ms/op 424.226132984096 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12047.612020044444 ms/op 12536.954676567058 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 355.3469482237964 ms/op 369.92693850792364 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 12824.495693099205 ms/op 14531.929740078982 ms/op 0.88
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 240.16867682465954 ms/op 251.9395098555724 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13194.17644736045 ms/op 14879.925123906381 ms/op 0.89
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8134.048860310056 ms/op 8531.257465790834 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8708.982009393416 ms/op 9331.601352568956 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8335.213903406142 ms/op 9026.050176947727 ms/op 0.92

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

Please sign in to comment.