Skip to content

Commit

Permalink
Bump org.apache.commons:commons-compress from 1.24.0 to 1.26.0
Browse files Browse the repository at this point in the history
Bumps org.apache.commons:commons-compress from 1.24.0 to 1.26.0.

---
updated-dependencies:
- dependency-name: org.apache.commons:commons-compress
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
(cherry picked from commit 0067e30)
  • Loading branch information
dependabot[bot] committed Mar 1, 2024
1 parent c04d6c0 commit 2b984c5
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 @@ -1052,7 +1052,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>1.24.0</version>
<version>1.26.0</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
Expand Down

1 comment on commit 2b984c5

@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: 2b984c5 Previous: 1530f0a Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 12179.549765421067 ms/op 12385.880105942719 ms/op 0.98
org.janusgraph.GraphCentricQueryBenchmark.getVertices 891.3818333173497 ms/op 897.5208673932261 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 215.23783388333337 ms/op 216.14179947499997 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 334.4058853 ms/op 332.1309897483333 ms/op 1.01
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 209.80032426843985 ms/op 215.02071580531708 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4544.170793030151 ms/op 4664.188207695399 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17637.68225576238 ms/op 16352.527830474333 ms/op 1.08
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 18577.20919564788 ms/op 19824.599960445456 ms/op 0.94
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 55956.9804996 ms/op 56201.26617166666 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8024.427483418969 ms/op 7906.645219600678 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 370.58081306407996 ms/op 379.8377001964137 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4214.33485154323 ms/op 3886.8713759808343 ms/op 1.08
org.janusgraph.CQLMultiQueryBenchmark.getNames 8675.599323490036 ms/op 8135.59305787296 ms/op 1.07
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 7085.920262225927 ms/op 5503.356218245031 ms/op 1.29
org.janusgraph.CQLMultiQueryBenchmark.getLabels 6994.570818631127 ms/op 7024.7527374147185 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 441.70137382719753 ms/op 427.17314494545025 ms/op 1.03
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 13329.262156637795 ms/op 11926.323378581046 ms/op 1.12
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 355.7261252842061 ms/op 361.90201198876565 ms/op 0.98
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 13142.949490559287 ms/op 13280.235397442804 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 248.9110237116779 ms/op 245.53304211034066 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 15056.746221808586 ms/op 13693.67385197527 ms/op 1.10
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8810.573454274181 ms/op 8163.851328829417 ms/op 1.08
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9226.78327451607 ms/op 8777.982757626436 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8277.325415001851 ms/op 8487.195678565702 ms/op 0.98

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

Please sign in to comment.