Skip to content

Commit

Permalink
Bump org.sonatype.plugins:nexus-staging-maven-plugin
Browse files Browse the repository at this point in the history
Bumps org.sonatype.plugins:nexus-staging-maven-plugin from 1.6.13 to 1.7.0.

---
updated-dependencies:
- dependency-name: org.sonatype.plugins:nexus-staging-maven-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 FlorianHockmann committed Jul 29, 2024
1 parent 4a3c894 commit 2297fde
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 @@ -1561,7 +1561,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.13</version>
<version>1.7.0</version>
<extensions>true</extensions>
<configuration>
<!-- The Base URL of Nexus instance where we want to stage -->
Expand Down

1 comment on commit 2297fde

@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: 2297fde Previous: bca47c5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 13282.293531001524 ms/op 12912.548637979955 ms/op 1.03
org.janusgraph.GraphCentricQueryBenchmark.getVertices 940.7089691819306 ms/op 918.0400957291431 ms/op 1.02
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.49156928260868 ms/op 216.4635572547101 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 341.5577922577381 ms/op 347.80464277685894 ms/op 0.98
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 268.023858899537 ms/op 216.40289108422564 ms/op 1.24
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4972.439666334587 ms/op 5024.445582277027 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17719.65003913204 ms/op 17159.196377976783 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19911.46509434323 ms/op 20724.36722410404 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 56586.801358699995 ms/op 58162.35436213332 ms/op 0.97
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1586.844868640443 ms/op 1584.697419042745 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8301.475818706636 ms/op 8357.110491468684 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 382.3242185709309 ms/op 387.6863383382277 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4309.292991823963 ms/op 4213.8777475333945 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getNames 8401.717653791726 ms/op 8292.920591714219 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5496.942088590552 ms/op 6038.63465033781 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7537.732516385205 ms/op 7199.99021713888 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 420.4531811085102 ms/op 436.20180871236005 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12363.982357667452 ms/op 12934.501404644643 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 360.91033015245887 ms/op 366.0040859039988 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14184.531307231231 ms/op 15425.554640038366 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 249.31402301843247 ms/op 253.11102554260657 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14958.064160037438 ms/op 15594.566794325445 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8566.847309548457 ms/op 8428.010412274583 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9323.529025707927 ms/op 9070.584048547127 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8843.46836873291 ms/op 8487.596133540426 ms/op 1.04

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

Please sign in to comment.