Skip to content

Commit

Permalink
Bump org.projectlombok:lombok from 1.18.32 to 1.18.34
Browse files Browse the repository at this point in the history
Bumps [org.projectlombok:lombok](https://github.com/projectlombok/lombok) from 1.18.32 to 1.18.34.
- [Changelog](https://github.com/projectlombok/lombok/blob/master/doc/changelog.markdown)
- [Commits](projectlombok/lombok@v1.18.32...v1.18.34)

---
updated-dependencies:
- dependency-name: org.projectlombok:lombok
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 21195ec)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Jul 23, 2024
1 parent 695a5f8 commit cd86b31
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 @@ -1219,7 +1219,7 @@
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.32</version>
<version>1.18.34</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand Down

1 comment on commit cd86b31

@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: cd86b31 Previous: 1e098d6 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12425.598120966411 ms/op 13224.371596091765 ms/op 0.94
org.janusgraph.GraphCentricQueryBenchmark.getVertices 895.9073129086346 ms/op 939.9812517851383 ms/op 0.95
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.04051185833333 ms/op 217.29932048514493 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runReindex 337.2968838591666 ms/op 341.2495420845238 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 213.23128899925462 ms/op 278.40204374307757 ms/op 0.77
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4650.086533435531 ms/op 4989.676889934371 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16857.764201474998 ms/op 17611.849970189523 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 20417.23868267167 ms/op 19793.124546376966 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 58250.393868600004 ms/op 56181.93877586666 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8191.240892771773 ms/op 8598.330603551365 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 377.09745474216396 ms/op 375.92614089582463 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4092.9541697374407 ms/op 4143.1598921080285 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getNames 8250.54987819647 ms/op 8572.994391137943 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5692.085296103294 ms/op 5722.549980819107 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7084.077822419881 ms/op 7333.488489649441 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 422.7301634437324 ms/op 424.226132984096 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12767.642150484557 ms/op 12536.954676567058 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 353.7853293919268 ms/op 369.92693850792364 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14108.249069960711 ms/op 14531.929740078982 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 245.9082704066399 ms/op 251.9395098555724 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14202.439664011681 ms/op 14879.925123906381 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8239.19069938055 ms/op 8531.257465790834 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9280.744598543604 ms/op 9331.601352568956 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8472.69880823479 ms/op 9026.050176947727 ms/op 0.94

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

Please sign in to comment.