Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improve shortest path by traversing from less direction #1569

Merged
merged 1 commit into from
Aug 13, 2021

Conversation

zhoney
Copy link
Contributor

@zhoney zhoney commented Aug 12, 2021

Change-Id: I630dfa362882e4721a33a0dc42c3e32ea7477022

Change-Id: I630dfa362882e4721a33a0dc42c3e32ea7477022
@codecov
Copy link

codecov bot commented Aug 12, 2021

Codecov Report

Merging #1569 (372faf6) into master (cba3c23) will increase coverage by 17.47%.
The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##             master    #1569       +/-   ##
=============================================
+ Coverage     43.96%   61.44%   +17.47%     
- Complexity     4748     6576     +1828     
=============================================
  Files           417      417               
  Lines         34438    34440        +2     
  Branches       4764     4765        +1     
=============================================
+ Hits          15142    21161     +6019     
+ Misses        17552    11088     -6464     
- Partials       1744     2191      +447     
Impacted Files Coverage Δ
.../algorithm/records/DoubleWayMultiPathsRecords.java 96.66% <100.00%> (+96.66%) ⬆️
...m/baidu/hugegraph/backend/tx/GraphTransaction.java 79.87% <0.00%> (+0.10%) ⬆️
...du/hugegraph/backend/tx/GraphIndexTransaction.java 84.18% <0.00%> (+0.42%) ⬆️
...ava/com/baidu/hugegraph/structure/HugeElement.java 71.68% <0.00%> (+0.45%) ⬆️
...n/java/com/baidu/hugegraph/structure/HugeEdge.java 76.49% <0.00%> (+0.46%) ⬆️
...u/hugegraph/schema/builder/PropertyKeyBuilder.java 89.71% <0.00%> (+0.57%) ⬆️
...aidu/hugegraph/backend/tx/AbstractTransaction.java 72.02% <0.00%> (+0.59%) ⬆️
...om/baidu/hugegraph/task/StandardTaskScheduler.java 75.85% <0.00%> (+0.73%) ⬆️
.../baidu/hugegraph/backend/tx/SchemaTransaction.java 90.43% <0.00%> (+0.79%) ⬆️
.../baidu/hugegraph/backend/query/ConditionQuery.java 86.38% <0.00%> (+0.83%) ⬆️
... and 234 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update cba3c23...372faf6. Read the comment docs.

@Linary Linary merged commit 89f7554 into master Aug 13, 2021
@Linary Linary deleted the improve-shortest-path branch August 13, 2021 06:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants