Skip to content

Commit

Permalink
Bump com.google.errorprone:error_prone_annotations from 2.27.0 to 2.28.0
Browse files Browse the repository at this point in the history
Bumps [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone) from 2.27.0 to 2.28.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.27.0...v2.28.0)

---
updated-dependencies:
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 2c71b37)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Jun 13, 2024
1 parent d3657d1 commit 9e861ec
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 @@ -963,7 +963,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.27.0</version>
<version>2.28.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

1 comment on commit 9e861ec

@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: 9e861ec Previous: f3ba0e5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12308.974086792303 ms/op 12518.830997733154 ms/op 0.98
org.janusgraph.GraphCentricQueryBenchmark.getVertices 905.7164444803168 ms/op 897.6255717726697 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 215.77362945 ms/op 216.50046570905798 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 335.32089535583333 ms/op 336.1625910441667 ms/op 1.00
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 220.01957083955125 ms/op 255.6311523312563 ms/op 0.86
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4906.0805800294975 ms/op 4980.589395017567 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16636.394280180833 ms/op 16702.642796935714 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18842.467721375553 ms/op 19943.518943552524 ms/op 0.94
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 57611.1581611 ms/op 54927.29584383334 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8353.899143562638 ms/op 8208.101267084587 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 380.4304970823591 ms/op 384.6659100109285 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4110.190019387578 ms/op 4219.200786258734 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getNames 8259.820756989227 ms/op 8270.643744704357 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5598.462655522415 ms/op 5573.106371501319 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7425.129884918303 ms/op 7092.721653155172 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 436.27451040602693 ms/op 415.1034297706634 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 13060.671130113333 ms/op 12411.036478391074 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 365.8290938011331 ms/op 366.36041503771037 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13536.970594440474 ms/op 13559.175556144686 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 245.3744771524324 ms/op 247.12762312777048 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14095.625056969333 ms/op 13761.246341433307 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8644.16702340507 ms/op 8408.923613065877 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8888.659406060728 ms/op 9312.688838485716 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8598.438255475367 ms/op 8510.409307368753 ms/op 1.01

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

Please sign in to comment.