Skip to content

Commit

Permalink
Bump protobuf.version from 3.24.2 to 3.24.3
Browse files Browse the repository at this point in the history
Bumps `protobuf.version` from 3.24.2 to 3.24.3.

Updates `com.google.protobuf:protobuf-java` from 3.24.2 to 3.24.3
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.24.2...v3.24.3)

Updates `com.google.protobuf:protobuf-java-util` from 3.24.2 to 3.24.3

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: com.google.protobuf:protobuf-java-util
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and porunov committed Sep 9, 2023
1 parent 746ed31 commit b997912
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 @@ -107,7 +107,7 @@
<scylladb.version>5.1.4</scylladb.version>
<testcontainers.version>1.19.0</testcontainers.version>
<easymock.version>5.2.0</easymock.version>
<protobuf.version>3.24.2</protobuf.version>
<protobuf.version>3.24.3</protobuf.version>
<grpc.version>1.57.2</grpc.version>
<protoc.version>3.23.4</protoc.version>
<gson.version>2.10.1</gson.version>
Expand Down

1 comment on commit b997912

@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: b997912 Previous: 6205752 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 18202.028371229604 ms/op 22579.688640648168 ms/op 0.81
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1676.2884514554698 ms/op 1693.3271383287579 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 224.06961058221344 ms/op 222.8017045478261 ms/op 1.01
org.janusgraph.MgmtOlapJobBenchmark.runReindex 534.2831746918181 ms/op 565.8578123657144 ms/op 0.94
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 572.8741287041303 ms/op 458.33261599744327 ms/op 1.25
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 12237.93436998376 ms/op 13027.779634965924 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 41155.567009566665 ms/op 42947.178598 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 43142.03781641667 ms/op 47549.632632216664 ms/op 0.91
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 85812.02148930001 ms/op 99834.0656897 ms/op 0.86
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 20520.30786041606 ms/op 21717.084192162452 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 766.8431389312716 ms/op 763.9341528866134 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 11009.792175379647 ms/op 12156.922564930786 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getNames 19860.206286640172 ms/op 21623.489783162986 ms/op 0.92
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13912.974731990875 ms/op 16175.502236128377 ms/op 0.86
org.janusgraph.CQLMultiQueryBenchmark.getLabels 17502.28428818212 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 822.8084481436264 ms/op 828.1404002420064 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 27896.135562746425 ms/op 28624.24182517619 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 734.6211524537187 ms/op 770.5690844916234 ms/op 0.95
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 35386.89993390119 ms/op 42753.61769863095 ms/op 0.83
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 516.669042085017 ms/op 518.0698862502832 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 38380.38787368989 ms/op 45390.244630558336 ms/op 0.85
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 20076.717343054548 ms/op 21751.645129234243 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 21958.268248232467 ms/op 22817.45437812944 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 20728.565196864285 ms/op 21574.947662841663 ms/op 0.96

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

Please sign in to comment.