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] <support@github.com>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Aug 22, 2024
1 parent 708d6a4 commit 1a7f5ab
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 1a7f5ab

@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: 1a7f5ab Previous: 1dd27f5 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12909.164810954615 ms/op 12572.478016904271 ms/op 1.03
org.janusgraph.GraphCentricQueryBenchmark.getVertices 930.3681645766017 ms/op 916.7180875491978 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.90390913043478 ms/op 216.70551974746377 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 343.866477272619 ms/op 350.7121621157692 ms/op 0.98
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 248.33990702986821 ms/op 284.39062519340416 ms/op 0.87
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5145.605623836842 ms/op 5277.968037055716 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17415.90408809135 ms/op 17970.33073737809 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 20643.389805321414 ms/op 20380.3642292297 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 58187.80906190001 ms/op 58827.957386466675 ms/op 0.99
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1585.990742853957 ms/op 1611.440189281238 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8322.429735765592 ms/op 8713.925056182068 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 380.72802842288525 ms/op 379.4813964885073 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4293.447118964827 ms/op 4530.814953048244 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNames 8894.120064542176 ms/op 8731.79753038062 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 6531.556698292759 ms/op 6137.169975047065 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7561.4395481266065 ms/op 7683.931873747836 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 446.17883302321843 ms/op 423.32886129669566 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 13068.244248481864 ms/op 13033.313312605715 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 363.2291083712209 ms/op 364.90333773424464 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 15798.905703806904 ms/op 15551.17606992916 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 247.4602030674325 ms/op 244.5861905036132 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 16319.270711298308 ms/op 15842.185192153633 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8633.785630818815 ms/op 8673.851588862552 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9548.776448955217 ms/op 9511.654488061318 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8897.73154844683 ms/op 8914.607619451666 ms/op 1.00

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

Please sign in to comment.