Skip to content

Commit

Permalink
Update Guava to 32.1.3-jre [cql-tests][tp-tests]
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Porunov <[email protected]>
  • Loading branch information
porunov committed Oct 18, 2023
1 parent 0ab83d2 commit 55dfb0c
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 @@ -937,7 +937,7 @@
-->
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.2-jre</version>
<version>32.1.3-jre</version>
</dependency>
<dependency>
<groupId>com.google.errorprone</groupId>
Expand Down

1 comment on commit 55dfb0c

@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: 55dfb0c Previous: 68f49a1 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 14820.36585172798 ms/op 14750.912757292574 ms/op 1.00
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1371.2465410305629 ms/op 1346.1948471823591 ms/op 1.02
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 219.8503606173913 ms/op 221.0470166869565 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runReindex 465.81932828939387 ms/op 463.2053476121212 ms/op 1.01
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 391.51006711924214 ms/op 473.90261975756744 ms/op 0.83
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 8477.435002758939 ms/op 8776.908210320456 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 30842.570527125397 ms/op 29926.15626700794 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 32134.921683504923 ms/op 32526.844515654997 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 63101.824812633335 ms/op 59550.41166966667 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 15265.983954594116 ms/op 15006.601503888596 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 610.3902727749512 ms/op 610.4456304918209 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 8403.621772193834 ms/op 8351.21971247489 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getNames 14442.004445631617 ms/op 14737.422644903432 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 10774.79782037453 ms/op 10903.708326936881 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getLabels 13300.464354669537 ms/op 13305.68422999396 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 667.1202644959272 ms/op 672.9530191288869 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 20465.963022857777 ms/op 21151.69997790227 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 581.9711003840632 ms/op 566.2220666199714 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 27475.13513757379 ms/op 25822.55861829052 ms/op 1.06
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 415.25886952600064 ms/op 411.4887692411499 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 30486.43921562365 ms/op 29794.881563733332 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 14499.143095050002 ms/op 14451.119747276667 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 15681.534140302974 ms/op 16086.213028835715 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 15158.646370463248 ms/op 14981.480702516508 ms/op 1.01

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

Please sign in to comment.