Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-javadoc-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 Sep 12, 2024
1 parent 0374c06 commit c9cbd1e
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 @@ -92,7 +92,7 @@
<test.skip.default>false</test.skip.default>
<test.skip.tp>true</test.skip.tp>
<top.level.basedir>${basedir}</top.level.basedir>
<maven.javadoc.version>3.8.0</maven.javadoc.version>
<maven.javadoc.version>3.10.0</maven.javadoc.version>
<compiler.source>1.8</compiler.source>
<compiler.target>1.8</compiler.target>
<test.excluded.groups>MEMORY_TESTS,PERFORMANCE_TESTS,BRITTLE_TESTS</test.excluded.groups>
Expand Down

1 comment on commit c9cbd1e

@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: c9cbd1e Previous: 8bbac7f Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 13039.641419471076 ms/op 13100.268209936416 ms/op 1.00
org.janusgraph.GraphCentricQueryBenchmark.getVertices 913.1897118459119 ms/op 920.8244092958973 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.29379690833335 ms/op 216.7772967268116 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 344.0809496566667 ms/op 343.7187087315477 ms/op 1.00
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 221.07701088229646 ms/op 228.66544370570838 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4749.223715720494 ms/op 4949.607677904733 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17142.66073085333 ms/op 16893.84780639417 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19405.34982036404 ms/op 20104.868516272574 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 56773.939092399996 ms/op 59274.108108366665 ms/op 0.96
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1538.1061519564603 ms/op 1583.5934966482982 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8219.890136866508 ms/op 8317.301097455389 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 392.04903449133343 ms/op 386.5070189334779 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4150.149187181316 ms/op 4372.9742323835435 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNames 8777.562329340166 ms/op 8634.661928672629 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5536.561707932121 ms/op 5939.531401489543 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7543.1332007972915 ms/op 7033.494291980114 ms/op 1.07
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 426.670659663654 ms/op 424.7937858785885 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12893.490028519444 ms/op 12687.501991270048 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 360.79980366162386 ms/op 368.08278567297464 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14565.967082064235 ms/op 15285.164168137382 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 254.60567767337423 ms/op 249.84146769411828 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14879.474732048911 ms/op 15692.568028053445 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8256.650080918476 ms/op 8476.375331199986 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9289.735555799138 ms/op 8960.578660037685 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8793.86272454515 ms/op 8524.147599021133 ms/op 1.03

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

Please sign in to comment.