Skip to content

Commit

Permalink
Bump com.google.protobuf:protobuf-java from 3.25.4 to 3.25.5
Browse files Browse the repository at this point in the history
Bumps [com.google.protobuf:protobuf-java](https://github.com/protocolbuffers/protobuf) from 3.25.4 to 3.25.5.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/main/protobuf_release.bzl)
- [Commits](protocolbuffers/protobuf@v3.25.4...v3.25.5)

---
updated-dependencies:
- dependency-name: com.google.protobuf:protobuf-java
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit e65a922)
  • Loading branch information
dependabot[bot] committed Nov 4, 2024
1 parent c6107eb commit 362b885
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.20.1</testcontainers.version>
<easymock.version>5.4.0</easymock.version>
<protobuf.version>3.25.4</protobuf.version>
<protobuf.version>3.25.5</protobuf.version>
<grpc.version>1.66.0</grpc.version>
<protoc.version>3.23.4</protoc.version>
<gson.version>2.11.0</gson.version>
Expand Down

1 comment on commit 362b885

@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: 362b885 Previous: 213b754 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 11978.639794644208 ms/op 12994.438964091325 ms/op 0.92
org.janusgraph.GraphCentricQueryBenchmark.getVertices 924.407064828205 ms/op 957.3251909284766 ms/op 0.97
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.74632826666667 ms/op 216.45303196086957 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 337.7255568841667 ms/op 342.81005004892853 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 248.68911523729338 ms/op 207.33680618088454 ms/op 1.20
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4757.475651956653 ms/op 4953.295327365606 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17341.691638106506 ms/op 16917.057558105356 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18757.307768234547 ms/op 18983.13907385985 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55942.49745923333 ms/op 56527.85002600001 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8365.690570868122 ms/op 8433.13502817794 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 388.85949774142193 ms/op 384.2152506805113 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4145.567769269157 ms/op 4227.1771161974975 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getNames 8363.571854815471 ms/op 8339.221853925019 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5744.364380100559 ms/op 5604.356576582386 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7279.732469296369 ms/op 7082.884761983721 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 420.6075600639795 ms/op 430.31039337061094 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12758.549443402988 ms/op 12459.636105572155 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 347.0751526236174 ms/op 357.5981502840734 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14647.476028310944 ms/op 14793.559446997619 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 245.40893936226053 ms/op 245.84974412075837 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13942.70916134361 ms/op 13806.414282860256 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8204.423137928437 ms/op 8411.967305495045 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8932.956398545175 ms/op 9104.974810254043 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8678.035555462498 ms/op 8793.398072298722 ms/op 0.99

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

Please sign in to comment.