Skip to content

Commit

Permalink
Bump org.easymock:easymock from 5.3.0 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps [org.easymock:easymock](https://github.com/easymock/easymock) from 5.3.0 to 5.4.0.
- [Release notes](https://github.com/easymock/easymock/releases)
- [Changelog](https://github.com/easymock/easymock/blob/master/ReleaseNotes.md)
- [Commits](easymock/easymock@easymock-5.3.0...easymock-5.4.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]>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Sep 13, 2024
1 parent c9cbd1e commit 4a576f6
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.18.0.1</scylla-driver.version>
<scylladb.version>5.1.4</scylladb.version>
<testcontainers.version>1.20.1</testcontainers.version>
<easymock.version>5.3.0</easymock.version>
<easymock.version>5.4.0</easymock.version>
<protobuf.version>3.25.4</protobuf.version>
<grpc.version>1.66.0</grpc.version>
<protoc.version>3.23.4</protoc.version>
Expand Down

1 comment on commit 4a576f6

@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: 4a576f6 Previous: 8bbac7f Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 13196.108577561745 ms/op 13100.268209936416 ms/op 1.01
org.janusgraph.GraphCentricQueryBenchmark.getVertices 883.615041205131 ms/op 920.8244092958973 ms/op 0.96
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.48912699456523 ms/op 216.7772967268116 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 339.1904443580952 ms/op 343.7187087315477 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 228.13295888831033 ms/op 228.66544370570838 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5130.99637640909 ms/op 4949.607677904733 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17018.385529790492 ms/op 16893.84780639417 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 20174.548684675 ms/op 20104.868516272574 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55587.8074424 ms/op 59274.108108366665 ms/op 0.94
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1623.6143040045881 ms/op 1583.5934966482982 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8323.75173351875 ms/op 8317.301097455389 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 370.98042701546274 ms/op 386.5070189334779 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4332.417008683524 ms/op 4372.9742323835435 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getNames 8646.668523236807 ms/op 8634.661928672629 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5953.0915255831105 ms/op 5939.531401489543 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7505.94988723726 ms/op 7033.494291980114 ms/op 1.07
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 411.54360139612334 ms/op 424.7937858785885 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 12428.390888705 ms/op 12687.501991270048 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 357.428891998724 ms/op 368.08278567297464 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 15483.416303406786 ms/op 15285.164168137382 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 242.58026472234195 ms/op 249.84146769411828 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 15685.896088621648 ms/op 15692.568028053445 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8478.752794850738 ms/op 8476.375331199986 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9117.743108837301 ms/op 8960.578660037685 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8951.444723236362 ms/op 8524.147599021133 ms/op 1.05

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

Please sign in to comment.