Skip to content

Commit

Permalink
Bump com.google.errorprone:error_prone_annotations from 2.28.0 to 2.29.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.28.0 to 2.29.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.28.0...v2.29.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 01ba7ea)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Jul 19, 2024
1 parent 032b321 commit 102a2f5
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.28.0</version>
<version>2.29.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

1 comment on commit 102a2f5

@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: 102a2f5 Previous: 1e098d6 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12235.068895126886 ms/op 13224.371596091765 ms/op 0.93
org.janusgraph.GraphCentricQueryBenchmark.getVertices 912.2522210533627 ms/op 939.9812517851383 ms/op 0.97
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.40213449927538 ms/op 217.29932048514493 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 335.77988501785717 ms/op 341.2495420845238 ms/op 0.98
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 251.8866877609302 ms/op 278.40204374307757 ms/op 0.90
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4909.049695774471 ms/op 4989.676889934371 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16819.226188264645 ms/op 17611.849970189523 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19851.36398324803 ms/op 19793.124546376966 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 57065.08256886668 ms/op 56181.93877586666 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8335.140637552924 ms/op 8598.330603551365 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 385.22274352860836 ms/op 375.92614089582463 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4083.2158263172532 ms/op 4143.1598921080285 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getNames 8290.952735865823 ms/op 8572.994391137943 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5986.835198349301 ms/op 5722.549980819107 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7024.953865454911 ms/op 7333.488489649441 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 427.8595209018154 ms/op 424.226132984096 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12473.565676829761 ms/op 12536.954676567058 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 361.57573066632165 ms/op 369.92693850792364 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14596.381017710475 ms/op 14531.929740078982 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 251.31482724276228 ms/op 251.9395098555724 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14146.484487667998 ms/op 14879.925123906381 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8313.696479748314 ms/op 8531.257465790834 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9178.102635648296 ms/op 9331.601352568956 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8583.01144441584 ms/op 9026.050176947727 ms/op 0.95

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

Please sign in to comment.