Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-surefire-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-surefire-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-surefire-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 0361d66)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed May 23, 2024
1 parent 3996da9 commit 22d0b4e
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 @@ -389,7 +389,7 @@
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.0.0</version>
<version>3.2.5</version>
<configuration>
<argLine>${default.test.jvm.opts}</argLine>
<runOrder>alphabetical</runOrder>
Expand Down

1 comment on commit 22d0b4e

@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: 22d0b4e Previous: ecd2fca Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12423.617717518662 ms/op 13144.514355812997 ms/op 0.95
org.janusgraph.GraphCentricQueryBenchmark.getVertices 898.1488775299421 ms/op 890.6500949529393 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 215.7161605083333 ms/op 216.00728349710144 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 335.4447355791667 ms/op 340.74734259345234 ms/op 0.98
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 268.9619180614221 ms/op 214.67658734609827 ms/op 1.25
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4756.70224431767 ms/op 5006.940356248275 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16263.097129039681 ms/op 17173.95875381827 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18743.83382905071 ms/op 19556.02193280909 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55210.29867586667 ms/op 57650.495300966664 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 7967.192220205527 ms/op 8372.303177957594 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 383.48572141055894 ms/op 382.7942663627277 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 3852.9392029775354 ms/op 4228.393328425595 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getNames 8327.121177369114 ms/op 8527.978999492978 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5869.110924483612 ms/op 5722.866774720803 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getLabels 6824.805769522447 ms/op 7292.517783906098 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 433.99495621073606 ms/op 429.03786782452937 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12033.727450331862 ms/op 13090.77986197263 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 359.6346049282816 ms/op 364.4852664439003 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14446.192970758739 ms/op 15392.149172048423 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 248.64237751327062 ms/op 253.95399079778122 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13789.698381218606 ms/op 14622.807532555144 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8579.669247105756 ms/op 8407.40405848867 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9094.191393338258 ms/op 9126.668847165043 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8394.093984518197 ms/op 8708.982222681485 ms/op 0.96

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

Please sign in to comment.