Skip to content

Commit

Permalink
Bump org.hdrhistogram:HdrHistogram from 2.1.12 to 2.2.2
Browse files Browse the repository at this point in the history
Bumps [org.hdrhistogram:HdrHistogram](https://github.com/HdrHistogram/HdrHistogram) from 2.1.12 to 2.2.2.
- [Release notes](https://github.com/HdrHistogram/HdrHistogram/releases)
- [Commits](HdrHistogram/HdrHistogram@HdrHistogram-2.1.12...HdrHistogram-2.2.2)

---
updated-dependencies:
- dependency-name: org.hdrhistogram:HdrHistogram
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 4ac4b74)
  • Loading branch information
dependabot[bot] authored and FlorianHockmann committed Jul 23, 2024
1 parent 102a2f5 commit d75792c
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 @@ -1128,7 +1128,7 @@
<dependency>
<groupId>org.hdrhistogram</groupId>
<artifactId>HdrHistogram</artifactId>
<version>2.1.12</version>
<version>2.2.2</version>
</dependency>
<dependency>
<groupId>org.elasticsearch.client</groupId>
Expand Down

1 comment on commit d75792c

@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: d75792c Previous: 1e098d6 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 11821.765071909993 ms/op 13224.371596091765 ms/op 0.89
org.janusgraph.GraphCentricQueryBenchmark.getVertices 919.2701978089744 ms/op 939.9812517851383 ms/op 0.98
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 215.88956385 ms/op 217.29932048514493 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runReindex 338.97305750797625 ms/op 341.2495420845238 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 204.66407696170236 ms/op 278.40204374307757 ms/op 0.74
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4795.321409882294 ms/op 4989.676889934371 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17108.208508478572 ms/op 17611.849970189523 ms/op 0.97
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18904.907993646666 ms/op 19793.124546376966 ms/op 0.96
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55687.69140516667 ms/op 56181.93877586666 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8316.362553998253 ms/op 8598.330603551365 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 381.79062847366316 ms/op 375.92614089582463 ms/op 1.02
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 3910.4029148032187 ms/op 4143.1598921080285 ms/op 0.94
org.janusgraph.CQLMultiQueryBenchmark.getNames 8419.14961567019 ms/op 8572.994391137943 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5779.12935635944 ms/op 5722.549980819107 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7025.144724087661 ms/op 7333.488489649441 ms/op 0.96
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 430.9531015691648 ms/op 424.226132984096 ms/op 1.02
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 13037.778949875556 ms/op 12536.954676567058 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 361.8467860976416 ms/op 369.92693850792364 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13131.25421049878 ms/op 14531.929740078982 ms/op 0.90
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 247.61883307657376 ms/op 251.9395098555724 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 13199.501670495149 ms/op 14879.925123906381 ms/op 0.89
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8309.084537474053 ms/op 8531.257465790834 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9018.959971191329 ms/op 9331.601352568956 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8485.62292817552 ms/op 9026.050176947727 ms/op 0.94

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

Please sign in to comment.