Skip to content

Commit

Permalink
Update backport labels from v1.0 to v1.1 CTR
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Porunov <[email protected]>
  • Loading branch information
porunov committed Nov 15, 2024
1 parent 9121dd8 commit 8064ac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ updates:
patterns:
- "org.junit.*"
labels:
- "backport/v1.0"
- "backport/v1.1"
- "dependencies"
- "java"

Expand Down

1 comment on commit 8064ac9

@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: 8064ac9 Previous: 213b754 Ratio
org.janusgraph.JanusGraphSpeedBenchmark.basicAddAndDelete 13014.32781274495 ms/op 12994.438964091325 ms/op 1.00
org.janusgraph.GraphCentricQueryBenchmark.getVertices 944.9492874289535 ms/op 957.3251909284766 ms/op 0.99
org.janusgraph.MgmtOlapJobBenchmark.runClearIndex 216.08947355833334 ms/op 216.45303196086957 ms/op 1.00
org.janusgraph.MgmtOlapJobBenchmark.runReindex 340.86838284285716 ms/op 342.81005004892853 ms/op 0.99
org.janusgraph.JanusGraphSpeedBenchmark.basicCount 238.86357491504992 ms/op 207.33680618088454 ms/op 1.15
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 4930.750132998071 ms/op 4953.295327365606 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingEmitRepeatSteps 17123.0311769875 ms/op 16917.057558105356 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithSmallBatch 19872.306078214948 ms/op 18983.13907385985 ms/op 1.05
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.vertexCentricPropertiesFetching 56836.054860966666 ms/op 56527.85002600001 ms/op 1.01
org.janusgraph.CQLMultiQueryDropBenchmark.dropVertices 1572.533764763704 ms/op 1570.8428983417461 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getAllElementsTraversedFromOuterVertex 8474.339693992955 ms/op 8433.13502817794 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithDoubleUnion 380.963457390146 ms/op 384.2152506805113 ms/op 0.99
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesAllPropertiesWithUnlimitedBatch 4103.316718391572 ms/op 4227.1771161974975 ms/op 0.97
org.janusgraph.CQLMultiQueryBenchmark.getNames 8389.685136753164 ms/op 8339.221853925019 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesThreePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 5891.813914368201 ms/op 5604.356576582386 ms/op 1.05
org.janusgraph.CQLMultiQueryBenchmark.getLabels 7171.539916910732 ms/op 7082.884761983721 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFilteredByAndStep 433.9957035021126 ms/op 430.31039337061094 ms/op 1.01
org.janusgraph.CQLMultiQueryBenchmark.getVerticesFromMultiNestedRepeatStepStartingFromSingleVertex 13008.706469951316 ms/op 12459.636105572155 ms/op 1.04
org.janusgraph.CQLMultiQueryBenchmark.getVerticesWithCoalesceUsage 369.53550461999725 ms/op 357.5981502840734 ms/op 1.03
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithAllMultiQuerySlicesUnderMaxRequestsPerConnection 14542.209954409827 ms/op 14793.559446997619 ms/op 0.98
org.janusgraph.CQLMultiQueryBenchmark.getIdToOutVerticesProjection 248.7587473359668 ms/op 245.84974412075837 ms/op 1.01
org.janusgraph.CQLMultiQueryMultiSlicesBenchmark.getValuesMultiplePropertiesWithUnlimitedBatch 15335.728439355476 ms/op 13806.414282860256 ms/op 1.11
org.janusgraph.CQLCompositeIndexInlinePropBenchmark.searchVertices 1548.193464002449 ms/op 1511.142514571489 ms/op 1.02
org.janusgraph.CQLMultiQueryDropBenchmark.dropVerticesGremlinQuery 1566.0644253597377 ms/op
org.janusgraph.CQLMultiQueryBenchmark.getNeighborNames 8288.569284537549 ms/op 8411.967305495045 ms/op 0.99
org.janusgraph.CQLMultiQueryBenchmark.getElementsWithUsingRepeatUntilSteps 9111.148524449285 ms/op 9104.974810254043 ms/op 1.00
org.janusgraph.CQLMultiQueryBenchmark.getAdjacentVerticesLocalCounts 8953.252959422374 ms/op 8793.398072298722 ms/op 1.02

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

Please sign in to comment.