Skip to content

Commit

Permalink
Bump org.easymock:easymock from 5.2.0 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from 5.2.0 to 5.3.0.
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- [Commits](easymock/easymock@easymock-5.2.0...easymock-5.3.0)

---
updated-dependencies:
- dependency-name: org.easymock:easymock
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 0bac678)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Jul 24, 2024
1 parent cd86b31 commit 7c38ab9
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 @@ -106,7 +106,7 @@
<scylla-driver.version>4.17.0.1</scylla-driver.version>
<scylladb.version>5.1.4</scylladb.version>
<testcontainers.version>1.19.8</testcontainers.version>
<easymock.version>5.2.0</easymock.version>
<easymock.version>5.3.0</easymock.version>
<protobuf.version>3.25.3</protobuf.version>
<grpc.version>1.65.1</grpc.version>
<protoc.version>3.23.4</protoc.version>
Expand Down

1 comment on commit 7c38ab9

@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: 7c38ab9 Previous: 1e098d6 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12026.507496811868 ms/op 13224.371596091765 ms/op 0.91
org.janusgraph.GraphCentricQueryBenchmark.getVertices 924.3600049338415 ms/op 939.9812517851383 ms/op 0.98
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.34577443224634 ms/op 217.29932048514493 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 337.75815359499995 ms/op 341.2495420845238 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 210.70632705864347 ms/op 278.40204374307757 ms/op 0.76
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4755.281927525193 ms/op 4989.676889934371 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16072.40753007157 ms/op 17611.849970189523 ms/op 0.91
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18484.947250306494 ms/op 19793.124546376966 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 53973.14299483334 ms/op 56181.93877586666 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8097.189965945761 ms/op 8598.330603551365 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 380.14019298459056 ms/op 375.92614089582463 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 3992.1057299122785 ms/op 4143.1598921080285 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getNames 8054.706503755399 ms/op 8572.994391137943 ms/op 0.94
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5475.7629092303105 ms/op 5722.549980819107 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getLabels 6954.13462778587 ms/op 7333.488489649441 ms/op 0.95
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 427.4379946100206 ms/op 424.226132984096 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 11713.459838598039 ms/op 12536.954676567058 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 356.61736162300895 ms/op 369.92693850792364 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13253.703119837599 ms/op 14531.929740078982 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 251.80369819277814 ms/op 251.9395098555724 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13508.349275095487 ms/op 14879.925123906381 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 7943.991203492205 ms/op 8531.257465790834 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9011.005733248146 ms/op 9331.601352568956 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8331.099318347115 ms/op 9026.050176947727 ms/op 0.92

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

Please sign in to comment.