Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit a5f5af7)
  • Loading branch information
dependabot[bot] authored and porunov committed May 21, 2024
1 parent 97db6d8 commit 903f98f
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.30</version>
<version>1.18.32</version>
</dependency>
<dependency>
<groupId>org.osgi</groupId>
Expand Down

1 comment on commit 903f98f

@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: 903f98f Previous: ecd2fca Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12365.76966010205 ms/op 13144.514355812997 ms/op 0.94
org.janusgraph.GraphCentricQueryBenchmark.getVertices 905.9572787604413 ms/op 890.6500949529393 ms/op 1.02
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.08969995 ms/op 216.00728349710144 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 341.558879077738 ms/op 340.74734259345234 ms/op 1.00
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 203.99438110443114 ms/op 214.67658734609827 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4745.827211014829 ms/op 5006.940356248275 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16402.766777825083 ms/op 17173.95875381827 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19099.612860392124 ms/op 19556.02193280909 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55995.14290196667 ms/op 57650.495300966664 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8525.769586627694 ms/op 8372.303177957594 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 377.0720226427394 ms/op 382.7942663627277 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4112.799456415397 ms/op 4228.393328425595 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getNames 8315.809795879204 ms/op 8527.978999492978 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5509.739557038714 ms/op 5722.866774720803 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7142.139671588393 ms/op 7292.517783906098 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 417.4723660882118 ms/op 429.03786782452937 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12592.75643302461 ms/op 13090.77986197263 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 358.92201545715545 ms/op 364.4852664439003 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13600.846952335789 ms/op 15392.149172048423 ms/op 0.88
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 243.3945232985427 ms/op 253.95399079778122 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14700.913252008859 ms/op 14622.807532555144 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8210.463822227839 ms/op 8407.40405848867 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8968.445130603835 ms/op 9126.668847165043 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8725.282991996673 ms/op 8708.982222681485 ms/op 1.00

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

Please sign in to comment.