Skip to content

Commit

Permalink
Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre
Browse files Browse the repository at this point in the history
Bumps [com.google.guava:guava](https://github.com/google/guava) from 33.2.1-jre to 33.3.0-jre.
- [Release notes](https://github.com/google/guava/releases)
- [Commits](https://github.com/google/guava/commits)

---
updated-dependencies:
- dependency-name: com.google.guava:guava
  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 Sep 12, 2024
1 parent 3a4da27 commit 0374c06
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 @@ -945,7 +945,7 @@
-->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>33.2.1-jre</version>
<version>33.3.0-jre</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
Expand Down

1 comment on commit 0374c06

@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: 0374c06 Previous: 8bbac7f Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12695.224998912216 ms/op 13100.268209936416 ms/op 0.97
org.janusgraph.GraphCentricQueryBenchmark.getVertices 892.398427008525 ms/op 920.8244092958973 ms/op 0.97
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 215.72437515615943 ms/op 216.7772967268116 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 339.99361297952385 ms/op 343.7187087315477 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 213.17016714864255 ms/op 228.66544370570838 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4992.144821390995 ms/op 4949.607677904733 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17054.243591562354 ms/op 16893.84780639417 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 20604.897887666262 ms/op 20104.868516272574 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55345.05320539999 ms/op 59274.108108366665 ms/op 0.93
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1567.6075918967204 ms/op 1583.5934966482982 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8388.01528262788 ms/op 8317.301097455389 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 374.1867791450054 ms/op 386.5070189334779 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4283.707060079139 ms/op 4372.9742323835435 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getNames 8479.862287605018 ms/op 8634.661928672629 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5733.889013463331 ms/op 5939.531401489543 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7170.265013076699 ms/op 7033.494291980114 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 434.2025063540071 ms/op 424.7937858785885 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12846.936518635714 ms/op 12687.501991270048 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 361.900515464443 ms/op 368.08278567297464 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14000.086769801877 ms/op 15285.164168137382 ms/op 0.92
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 247.5834331544888 ms/op 249.84146769411828 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 15603.843602366 ms/op 15692.568028053445 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8459.337876158006 ms/op 8476.375331199986 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9247.802304878345 ms/op 8960.578660037685 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8759.950049289098 ms/op 8524.147599021133 ms/op 1.03

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

Please sign in to comment.