Skip to content

Commit

Permalink
Bump com.google.errorprone:error_prone_annotations from 2.21.1 to 2.22.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.21.1 to 2.22.0.
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.21.1...v2.22.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]>
  • Loading branch information
dependabot[bot] authored and li-boxuan committed Oct 2, 2023
1 parent a5a5857 commit 5e3674b
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 @@ -941,7 +941,7 @@
<dependency>
<groupId>com.google.errorprone</groupId>
<artifactId>error_prone_annotations</artifactId>
<version>2.21.1</version>
<version>2.22.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
Expand Down

1 comment on commit 5e3674b

@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: 5e3674b Previous: 68f49a1 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 18362.979246482522 ms/op 14750.912757292574 ms/op 1.24
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1646.7507092966728 ms/op 1346.1948471823591 ms/op 1.22
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 221.7270928347826 ms/op 221.0470166869565 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 512.6335601191919 ms/op 463.2053476121212 ms/op 1.11
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 648.3995967489313 ms/op 473.90261975756744 ms/op 1.37
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 10576.643932269206 ms/op 8776.908210320456 ms/op 1.21
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 38156.751463519046 ms/op 29926.15626700794 ms/op 1.28
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 38202.369643611426 ms/op 32526.844515654997 ms/op 1.17
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 78407.6037964 ms/op 59550.41166966667 ms/op 1.32
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 18835.771189702566 ms/op 15006.601503888596 ms/op 1.26
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 663.8005691410601 ms/op 610.4456304918209 ms/op 1.09
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 9410.437550527848 ms/op 8351.21971247489 ms/op 1.13
org.janusgraph.CQLMultiQueryBenchmark.getNames 18226.222273808424 ms/op 14737.422644903432 ms/op 1.24
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13505.923266675753 ms/op 10903.708326936881 ms/op 1.24
org.janusgraph.CQLMultiQueryBenchmark.getLabels 16690.502341511667 ms/op 13305.68422999396 ms/op 1.25
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 723.3842189406457 ms/op 672.9530191288869 ms/op 1.07
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 25220.019107394444 ms/op 21151.69997790227 ms/op 1.19
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 653.379682753168 ms/op 566.2220666199714 ms/op 1.15
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 35240.01400639731 ms/op 25822.55861829052 ms/op 1.36
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 486.6513243906646 ms/op 411.4887692411499 ms/op 1.18
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 38284.907025415814 ms/op 29794.881563733332 ms/op 1.28
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 18683.686064202124 ms/op 14451.119747276667 ms/op 1.29
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 20216.402836923735 ms/op 16086.213028835715 ms/op 1.26
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 18921.46170166032 ms/op 14981.480702516508 ms/op 1.26

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

Please sign in to comment.