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]>
(cherry picked from commit 2297fde)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Jul 30, 2024
1 parent 74d04d9 commit 9188c7f
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 9188c7f

@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: 9188c7f Previous: 8c48ee0 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12372.023691235847 ms/op 12358.474676430471 ms/op 1.00
org.janusgraph.GraphCentricQueryBenchmark.getVertices 907.7493042533536 ms/op 932.9558084738356 ms/op 0.97
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.45378171847824 ms/op 215.80654765 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 338.44890703035713 ms/op 333.3968746166667 ms/op 1.02
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 225.00855970565553 ms/op 228.49002550064256 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4840.31985070091 ms/op 4895.73786393686 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17245.803457262755 ms/op 18508.581086325128 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19282.263231606063 ms/op 19127.81114425524 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55685.12358099999 ms/op 54727.12279763333 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8322.153907506177 ms/op 8973.714628315976 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 388.0982090540252 ms/op 380.766825810429 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4235.118924866111 ms/op 4161.8593256027925 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getNames 8529.23964046461 ms/op 8821.180767261521 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5805.5342501908535 ms/op 5627.05926180753 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7447.5489993360125 ms/op 7855.94216408152 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 419.5288205966343 ms/op 430.3300526852606 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 13156.486504308185 ms/op 12120.993126511028 ms/op 1.09
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 354.58103074987525 ms/op 370.04588003394247 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14010.979468395826 ms/op 14461.316023042195 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 256.6745153972612 ms/op 260.85554059055295 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 15791.74342870299 ms/op 13937.957129917764 ms/op 1.13
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8556.29822473715 ms/op 8428.771903071782 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9345.39238413002 ms/op 9891.130678804093 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8723.396433401827 ms/op 9408.462975859738 ms/op 0.93

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

Please sign in to comment.