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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed May 17, 2024
1 parent 3c1a40c commit a5f5af7
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 a5f5af7

@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: a5f5af7 Previous: c8792aa Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12657.810392696225 ms/op 12933.219068971923 ms/op 0.98
org.janusgraph.GraphCentricQueryBenchmark.getVertices 894.8819221508103 ms/op 929.0686750649414 ms/op 0.96
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.39495413224637 ms/op 215.98180543333334 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 343.49463797153845 ms/op 348.8265452326923 ms/op 0.98
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 248.43849973766 ms/op 227.8074437066411 ms/op 1.09
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4859.168084600322 ms/op 4880.398383755226 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17244.01279174559 ms/op 17909.154248616192 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19516.457894033738 ms/op 18799.44054118485 ms/op 1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 57125.241197166666 ms/op 55455.590322899996 ms/op 1.03
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1548.9257701703425 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8146.875283761565 ms/op 8339.218499689177 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 376.1966348521266 ms/op 371.31223395833683 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4297.645351826264 ms/op 4227.4425002369935 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getNames 8473.507070532783 ms/op 8528.923591561108 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 6154.162868755608 ms/op 5366.416493988495 ms/op 1.15
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7011.5907317799065 ms/op 7119.612218557372 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 421.85754829931955 ms/op 416.6330074327548 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12742.421923856577 ms/op 13040.1543998325 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 352.181274852949 ms/op 366.6865794040481 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 15369.015441708332 ms/op 14169.280107965806 ms/op 1.08
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 248.0839304917709 ms/op 243.11426684096145 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 15600.242633289845 ms/op 14724.027508337518 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8272.150886351192 ms/op 8379.61509861012 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9267.406181319564 ms/op 9197.912189783667 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8628.575034849302 ms/op 8786.588147997933 ms/op 0.98

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

Please sign in to comment.