Skip to content

Commit

Permalink
Bump org.apache.maven.plugins:maven-gpg-plugin from 3.1.0 to 3.2.4
Browse files Browse the repository at this point in the history
Bumps [org.apache.maven.plugins:maven-gpg-plugin](https://github.com/apache/maven-gpg-plugin) from 3.1.0 to 3.2.4.
- [Release notes](https://github.com/apache/maven-gpg-plugin/releases)
- [Commits](apache/maven-gpg-plugin@maven-gpg-plugin-3.1.0...maven-gpg-plugin-3.2.4)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-gpg-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 Apr 26, 2024
1 parent 2a564bf commit 2dba430
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 @@ -84,7 +84,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<janusgraph.testdir>${project.build.directory}/janusgraph-test</janusgraph.testdir>
<gpg.skip>false</gpg.skip>
<maven.gpg.version>3.1.0</maven.gpg.version>
<maven.gpg.version>3.2.4</maven.gpg.version>
<perf.jvm.opts />
<default.test.jvm.opts>-Xms256m -Xmx768m -XX:+HeapDumpOnOutOfMemoryError -ea ${test.extra.jvm.opts}</default.test.jvm.opts>
<mem.jvm.opts>-Xms256m -Xmx256m -ea -XX:+HeapDumpOnOutOfMemoryError ${test.extra.jvm.opts}</mem.jvm.opts>
Expand Down

1 comment on commit 2dba430

@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: 2dba430 Previous: c8792aa Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12865.266265719682 ms/op 12933.219068971923 ms/op 0.99
org.janusgraph.GraphCentricQueryBenchmark.getVertices 900.8036616634969 ms/op 929.0686750649414 ms/op 0.97
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 217.2770796789855 ms/op 215.98180543333334 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runReindex 344.1534158286538 ms/op 348.8265452326923 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 201.2240027763722 ms/op 227.8074437066411 ms/op 0.88
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4808.765600817296 ms/op 4880.398383755226 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17506.71457370333 ms/op 17909.154248616192 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 20113.754599375756 ms/op 18799.44054118485 ms/op 1.07
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 56510.22591968333 ms/op 55455.590322899996 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8522.728144524603 ms/op 8339.218499689177 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 375.0570284457734 ms/op 371.31223395833683 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 3894.8051327567955 ms/op 4227.4425002369935 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getNames 8664.398888074282 ms/op 8528.923591561108 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5943.498259863121 ms/op 5366.416493988495 ms/op 1.11
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7518.75108114331 ms/op 7119.612218557372 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 433.1289817046799 ms/op 416.6330074327548 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12577.8232601575 ms/op 13040.1543998325 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 359.2676647932324 ms/op 366.6865794040481 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14958.581051877056 ms/op 14169.280107965806 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 245.40243124883068 ms/op 243.11426684096145 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 15184.828081166143 ms/op 14724.027508337518 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8406.727699304352 ms/op 8379.61509861012 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9373.612830567676 ms/op 9197.912189783667 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 9043.915430051118 ms/op 8786.588147997933 ms/op 1.03

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

Please sign in to comment.