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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and porunov committed May 17, 2024
1 parent a5f5af7 commit 0361d66
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 0361d66

@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: 0361d66 Previous: c8792aa Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12671.23796170993 ms/op 12933.219068971923 ms/op 0.98
org.janusgraph.GraphCentricQueryBenchmark.getVertices 939.1797899429463 ms/op 929.0686750649414 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 215.77106874166665 ms/op 215.98180543333334 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 339.52230271404767 ms/op 348.8265452326923 ms/op 0.97
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 242.006335747082 ms/op 227.8074437066411 ms/op 1.06
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4750.888000948565 ms/op 4880.398383755226 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17439.438111359046 ms/op 17909.154248616192 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19611.847104873334 ms/op 18799.44054118485 ms/op 1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55546.905945733335 ms/op 55455.590322899996 ms/op 1.00
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1506.013893461003 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8613.716495217112 ms/op 8339.218499689177 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 377.45443938685855 ms/op 371.31223395833683 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 3995.817282636317 ms/op 4227.4425002369935 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNames 8070.2689975780695 ms/op 8528.923591561108 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5779.219567330485 ms/op 5366.416493988495 ms/op 1.08
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7057.231910635897 ms/op 7119.612218557372 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 408.1687162154252 ms/op 416.6330074327548 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12328.995579433333 ms/op 13040.1543998325 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 359.896224219473 ms/op 366.6865794040481 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 15079.308415302814 ms/op 14169.280107965806 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 243.45249475119417 ms/op 243.11426684096145 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14643.424734433847 ms/op 14724.027508337518 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8043.818693370363 ms/op 8379.61509861012 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9075.469405061782 ms/op 9197.912189783667 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8973.629744074276 ms/op 8786.588147997933 ms/op 1.02

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

Please sign in to comment.