[
https://issues.apache.org/jira/browse/TINKERPOP-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17707409#comment-17707409
] ASF GitHub Bot commented on TINKERPOP-2919: ------------------------------------------- codecov-commenter commented on PR #2009: URL: https://github.com/apache/tinkerpop/pull/2009#issuecomment-1492501471 ## [Codecov](https://codecov.io/gh/apache/tinkerpop/pull/2009?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) Report > Merging [#2009](https://codecov.io/gh/apache/tinkerpop/pull/2009?src=pr&el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (c0e3c4f) into [3.5-dev](https://codecov.io/gh/apache/tinkerpop/commit/8267422b1e583f26797425b22ace0789f3be1e6d?el=desc&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) (8267422) will **decrease** coverage by `0.08%`. > The diff coverage is `100.00%`. ```diff @@ Coverage Diff @@ ## 3.5-dev #2009 +/- ## ============================================= - Coverage 69.37% 69.30% -0.08% + Complexity 8959 8955 -4 ============================================= Files 866 866 Lines 41183 41216 +33 Branches 5423 5432 +9 ============================================= - Hits 28570 28564 -6 - Misses 10704 10734 +30 - Partials 1909 1918 +9 ``` | [Impacted Files](https://codecov.io/gh/apache/tinkerpop/pull/2009?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) | Coverage Δ | | |---|---|---| | [...l/strategy/optimization/FilterRankingStrategy.java](https://codecov.io/gh/apache/tinkerpop/pull/2009?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1jb3JlL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS90aW5rZXJwb3AvZ3JlbWxpbi9wcm9jZXNzL3RyYXZlcnNhbC9zdHJhdGVneS9vcHRpbWl6YXRpb24vRmlsdGVyUmFua2luZ1N0cmF0ZWd5LmphdmE=) | `100.00% <100.00%> (ø)` | | | [...remlin/process/traversal/util/TraversalHelper.java](https://codecov.io/gh/apache/tinkerpop/pull/2009?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation#diff-Z3JlbWxpbi1jb3JlL3NyYy9tYWluL2phdmEvb3JnL2FwYWNoZS90aW5rZXJwb3AvZ3JlbWxpbi9wcm9jZXNzL3RyYXZlcnNhbC91dGlsL1RyYXZlcnNhbEhlbHBlci5qYXZh) | `85.48% <100.00%> (+0.56%)` | :arrow_up: | ... and [10 files with indirect coverage changes](https://codecov.io/gh/apache/tinkerpop/pull/2009/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) :mega: We’re building smart automated test selection to slash your CI/CD build times. [Learn more](https://about.codecov.io/iterative-testing/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=The+Apache+Software+Foundation) > Improve performance of FilterRankingStrategy for deeply nested traversals > ------------------------------------------------------------------------- > > Key: TINKERPOP-2919 > URL: https://issues.apache.org/jira/browse/TINKERPOP-2919 > Project: TinkerPop > Issue Type: Improvement > Components: process > Affects Versions: 3.5.5 > Reporter: Stephen Mallette > Priority: Major > > There is extremely heavy recursion in {{FilterRankingStrategy}} so when it > encounters traversals with a lot of depth it can take an extremely long time > to execute. -- This message was sent by Atlassian Jira (v8.20.10#820010)
