Skip to content

Commit

Permalink
Bump metrics.version from 4.2.18 to 4.2.19
Browse files Browse the repository at this point in the history
Bumps `metrics.version` from 4.2.18 to 4.2.19.

Updates `metrics-core` from 4.2.18 to 4.2.19
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.18...v4.2.19)

Updates `metrics-jvm` from 4.2.18 to 4.2.19
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.18...v4.2.19)

Updates `metrics-graphite` from 4.2.18 to 4.2.19
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.18...v4.2.19)

Updates `metrics-jmx` from 4.2.18 to 4.2.19
- [Release notes](https://github.com/dropwizard/metrics/releases)
- [Commits](dropwizard/metrics@v4.2.18...v4.2.19)

---
updated-dependencies:
- dependency-name: io.dropwizard.metrics:metrics-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard.metrics:metrics-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard.metrics:metrics-graphite
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.dropwizard.metrics:metrics-jmx
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Jun 15, 2023
1 parent d459dee commit c61c7cc
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 @@ -61,7 +61,7 @@
<junit.version>5.9.3</junit.version>
<mockito.version>4.11.0</mockito.version>
<jamm.version>0.3.3</jamm.version>
<metrics.version>4.2.18</metrics.version>
<metrics.version>4.2.19</metrics.version>
<slf4j.version>1.7.36</slf4j.version>
<logback.version>1.2.11</logback.version>
<httpcomponents.httpclient.version>4.5.14</httpcomponents.httpclient.version>
Expand Down

1 comment on commit c61c7cc

@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: c61c7cc Previous: 3a7ba53 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 14447.638360255556 ms/op 20132.68260361965 ms/op 0.72
org.janusgraph.GraphCentricQueryBenchmark.getVertices 1300.5256106147654 ms/op 1617.8956294193085 ms/op 0.80
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 219.75592746086954 ms/op 222.76279991304347 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runReindex 459.4161785763637 ms/op 541.8996275500001 ms/op 0.85
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 313.0889693049636 ms/op 368.0788711730627 ms/op 0.85
org.janusgraph.CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepWithNonHasStepAfterOut 133913.59056216976 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 29602.936304751194 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 14497.259752983078 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 607.8253030789986 ms/op
org.janusgraph.CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStep 131304.6170491303 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getNames 14263.35277149186 ms/op 19643.66567439762 ms/op 0.73
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 678.4553252697648 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 20398.246395062222 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 593.1816845213081 ms/op
org.janusgraph.CQLMultiQueryHasStepBenchmark.getAllPropertiesOfVerticesFilteredByHasStep 160198.3249031021 ms/op
org.janusgraph.CQLMultiQueryHasStepBenchmark.getVerticesFilteredByHasStepInParentStep 137024.28458855615 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 425.0222544268992 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 14597.205903376785 ms/op 19824.388658859913 ms/op 0.74
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 15613.300840458334 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 14918.132467555964 ms/op
org.janusgraph.CQLMultiQueryHasStepBenchmark.getSpecificPropertiesOfVerticesFilteredByHasStep 203427.67805696334 ms/op

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

Please sign in to comment.