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

A basic implementation of vertex-cut fragment to scale-out on large graphs. #172

Merged
merged 15 commits into from
Sep 19, 2024

Conversation

luoxiaojian
Copy link
Collaborator

No description provided.

@codecov-commenter
Copy link

Codecov Report

Attention: Patch coverage is 4.14634% with 786 lines in your changes missing coverage. Please review.

Project coverage is 61.32%. Comparing base (a49156c) to head (b28c691).
Report is 8 commits behind head on master.

Files with missing lines Patch % Lines
grape/fragment/basic_vc_fragment_loader.h 0.00% 160 Missing ⚠️
grape/fragment/basic_vc_ds_fragment_loader.h 0.00% 159 Missing ⚠️
grape/parallel/gather_scatter_message_manager.h 0.00% 152 Missing ⚠️
grape/fragment/vc_fragment_loader.h 0.00% 127 Missing ⚠️
grape/fragment/immutable_vertexcut_fragment.h 0.00% 78 Missing ⚠️
grape/vertex_map/partitioner.h 0.00% 37 Missing ⚠️
grape/utils/vertex_array.h 0.00% 21 Missing ⚠️
grape/utils/memory_inspector.h 0.00% 19 Missing ⚠️
grape/parallel/parallel_engine.h 0.00% 12 Missing ⚠️
grape/communication/shuffle.h 0.00% 7 Missing ⚠️
... and 6 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #172      +/-   ##
==========================================
+ Coverage   60.92%   61.32%   +0.39%     
==========================================
  Files          70       92      +22     
  Lines        6652     8885    +2233     
==========================================
+ Hits         4053     5449    +1396     
- Misses       2599     3436     +837     
Flag Coverage Δ
app_tests 61.32% <4.14%> (+0.39%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files with missing lines Coverage Δ
grape/fragment/basic_efile_fragment_loader.h 40.64% <ø> (ø)
grape/fragment/basic_fragment_loader_base.h 88.05% <100.00%> (ø)
grape/fragment/fragment_base.h 88.23% <100.00%> (-3.20%) ⬇️
grape/types.h 77.77% <ø> (+17.77%) ⬆️
grape/worker/worker.h 75.34% <ø> (-8.24%) ⬇️
grape/fragment/edgecut_fragment_base.h 96.80% <96.29%> (-0.38%) ⬇️
grape/fragment/immutable_edgecut_fragment.h 55.63% <50.00%> (-13.09%) ⬇️
grape/app/gather_scatter_app_base.h 0.00% <0.00%> (ø)
grape/fragment/mutable_edgecut_fragment.h 64.28% <33.33%> (+13.04%) ⬆️
grape/app/vertex_data_context.h 63.63% <0.00%> (-36.37%) ⬇️
... and 11 more

... and 17 files with indirect coverage changes

@luoxiaojian luoxiaojian merged commit 627416c into alibaba:master Sep 19, 2024
4 checks passed
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.

2 participants