Skip to content

Commit

Permalink
Bump com.google.errorprone:error_prone_annotations from 2.29.2 to 2.30.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.29.2 to 2.30.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.29.2...v2.30.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] <[email protected]>
(cherry picked from commit 1a7f5ab)
  • Loading branch information
dependabot[bot] committed Aug 22, 2024
1 parent 39e1dde commit 92eb89b
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 @@ -950,7 +950,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.29.2</version>
<version>2.30.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

1 comment on commit 92eb89b

@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: 92eb89b Previous: 1dd27f5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 11981.55388006292 ms/op 12572.478016904271 ms/op 0.95
org.janusgraph.GraphCentricQueryBenchmark.getVertices 906.9528461562556 ms/op 916.7180875491978 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 215.799362265942 ms/op 216.70551974746377 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 337.836978452381 ms/op 350.7121621157692 ms/op 0.96
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 198.2550197705943 ms/op 284.39062519340416 ms/op 0.70
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4805.133803797813 ms/op 5277.968037055716 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16995.324353098527 ms/op 17970.33073737809 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19746.043039783333 ms/op 20380.3642292297 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 57001.42411986667 ms/op 58827.957386466675 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8391.499868329856 ms/op 8713.925056182068 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 374.17356052961316 ms/op 379.4813964885073 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4063.7922919947946 ms/op 4530.814953048244 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getNames 8386.16176373615 ms/op 8731.79753038062 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5801.427813936985 ms/op 6137.169975047065 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getLabels 6860.511789829609 ms/op 7683.931873747836 ms/op 0.89
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 422.1426564470603 ms/op 423.32886129669566 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12329.603177319528 ms/op 13033.313312605715 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 355.93461557833456 ms/op 364.90333773424464 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13981.161174905475 ms/op 15551.17606992916 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 251.72160668726033 ms/op 244.5861905036132 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14058.37161103338 ms/op 15842.185192153633 ms/op 0.89
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8386.227387149378 ms/op 8673.851588862552 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9186.737225939049 ms/op 9511.654488061318 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8771.186955817162 ms/op 8914.607619451666 ms/op 0.98

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

Please sign in to comment.