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]>
(cherry picked from commit 4a576f6)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Sep 17, 2024
1 parent c957689 commit 4cec993
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 4cec993

@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: 4cec993 Previous: 8bbac7f Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 11716.694454140725 ms/op 13100.268209936416 ms/op 0.89
org.janusgraph.GraphCentricQueryBenchmark.getVertices 923.4154849660259 ms/op 920.8244092958973 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 215.88132710507247 ms/op 216.7772967268116 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 318.5088258625 ms/op 343.7187087315477 ms/op 0.93
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 212.11244854684983 ms/op 228.66544370570838 ms/op 0.93
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4625.8670263776985 ms/op 4949.607677904733 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 16403.798374060098 ms/op 16893.84780639417 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 20068.863350846033 ms/op 20104.868516272574 ms/op 1.00
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 56836.46546023333 ms/op 59274.108108366665 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 7988.929412258327 ms/op 8317.301097455389 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 384.4661445663727 ms/op 386.5070189334779 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 3944.2019758705355 ms/op 4372.9742323835435 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getNames 7763.713522655066 ms/op 8634.661928672629 ms/op 0.90
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5386.607803258446 ms/op 5939.531401489543 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getLabels 6835.410421517781 ms/op 7033.494291980114 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 426.17846795186915 ms/op 424.7937858785885 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 11796.018325668463 ms/op 12687.501991270048 ms/op 0.93
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 362.69377981899595 ms/op 368.08278567297464 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13612.841614175726 ms/op 15285.164168137382 ms/op 0.89
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 253.93138828281252 ms/op 249.84146769411828 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 14169.01742271734 ms/op 15692.568028053445 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 7691.312949226654 ms/op 8476.375331199986 ms/op 0.91
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 8662.43505217053 ms/op 8960.578660037685 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8055.666893831003 ms/op 8524.147599021133 ms/op 0.95

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

Please sign in to comment.