Skip to content

Commit

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

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 4a3c894)
  • Loading branch information
dependabot[bot] committed Jul 29, 2024
1 parent ad4f0cb commit 436c00d
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.2.5</version>
<version>3.3.1</version>
<configuration>
<argLine>${default.test.jvm.opts}</argLine>
<runOrder>alphabetical</runOrder>
Expand Down

1 comment on commit 436c00d

@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: 436c00d Previous: bca47c5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12479.655379615391 ms/op 12912.548637979955 ms/op 0.97
org.janusgraph.GraphCentricQueryBenchmark.getVertices 902.6955496715312 ms/op 918.0400957291431 ms/op 0.98
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.03559771485507 ms/op 216.4635572547101 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 334.6573143491667 ms/op 347.80464277685894 ms/op 0.96
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 225.17989700339882 ms/op 216.40289108422564 ms/op 1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5002.817664873236 ms/op 5024.445582277027 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16703.567794438237 ms/op 17159.196377976783 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18973.61831070586 ms/op 20724.36722410404 ms/op 0.92
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55645.32735883333 ms/op 58162.35436213332 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8127.593303327403 ms/op 8357.110491468684 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 377.48989118900346 ms/op 387.6863383382277 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4296.177634848167 ms/op 4213.8777475333945 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getNames 8567.512168295634 ms/op 8292.920591714219 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 6107.243130035684 ms/op 6038.63465033781 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7446.8488681107265 ms/op 7199.99021713888 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 439.174695338255 ms/op 436.20180871236005 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12882.531510977777 ms/op 12934.501404644643 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 366.1056418843299 ms/op 366.0040859039988 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14203.864894713515 ms/op 15425.554640038366 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 259.4693753715334 ms/op 253.11102554260657 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 15224.936072135493 ms/op 15594.566794325445 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8326.872809140448 ms/op 8428.010412274583 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9322.975130328676 ms/op 9070.584048547127 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8566.547694937386 ms/op 8487.596133540426 ms/op 1.01

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

Please sign in to comment.