Skip to content

Commit

Permalink
Bump com.google.errorprone:error_prone_annotations from 2.29.0 to 2.29.2
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.0 to 2.29.2.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.29.0...v2.29.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 5616e8f)
  • Loading branch information
dependabot[bot] committed Jul 30, 2024
1 parent 9188c7f commit 646ef4e
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.0</version>
<version>2.29.2</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

1 comment on commit 646ef4e

@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: 646ef4e Previous: 1dd27f5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12445.228595227174 ms/op 12572.478016904271 ms/op 0.99
org.janusgraph.GraphCentricQueryBenchmark.getVertices 896.2536845708137 ms/op 916.7180875491978 ms/op 0.98
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 215.9041113786232 ms/op 216.70551974746377 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 339.76026784916667 ms/op 350.7121621157692 ms/op 0.97
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 215.95053503390895 ms/op 284.39062519340416 ms/op 0.76
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5454.81920591613 ms/op 5277.968037055716 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17203.01316327393 ms/op 17970.33073737809 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 26021.545259337618 ms/op 20380.3642292297 ms/op 1.28
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 53543.1083003 ms/op 58827.957386466675 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8433.376391050706 ms/op 8713.925056182068 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 393.75535398338457 ms/op 379.4813964885073 ms/op 1.04
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4364.383336453535 ms/op 4530.814953048244 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getNames 10412.791543538251 ms/op 8731.79753038062 ms/op 1.19
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5363.766832948113 ms/op 6137.169975047065 ms/op 0.87
org.janusgraph.CQLMultiQueryBenchmark.getLabels 8849.408846482329 ms/op 7683.931873747836 ms/op 1.15
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 439.03301421491324 ms/op 423.32886129669566 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12471.973625621711 ms/op 13033.313312605715 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 366.8045756637937 ms/op 364.90333773424464 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 18937.639214898394 ms/op 15551.17606992916 ms/op 1.22
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 270.8506232716171 ms/op 244.5861905036132 ms/op 1.11
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14294.527931760185 ms/op 15842.185192153633 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 10004.65622866912 ms/op 8673.851588862552 ms/op 1.15
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8943.465667303342 ms/op 9511.654488061318 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 9484.226635287961 ms/op 8914.607619451666 ms/op 1.06

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

Please sign in to comment.