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

Use pagerank_local_parallel rather than pagerank_local for better performance #2945

Merged
merged 1 commit into from
Jun 30, 2023

Conversation

sighingnow
Copy link
Collaborator

What do these changes do?

  • use pagerank_local_parallel rather than pagerank_local

@codecov-commenter
Copy link

codecov-commenter commented Jun 28, 2023

Codecov Report

Merging #2945 (4584d32) into main (ae8d96c) will increase coverage by 0.66%.
The diff coverage is 100.00%.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #2945      +/-   ##
==========================================
+ Coverage   73.27%   73.94%   +0.66%     
==========================================
  Files          99       99              
  Lines       10631    10639       +8     
==========================================
+ Hits         7790     7867      +77     
+ Misses       2841     2772      -69     
Impacted Files Coverage Δ
python/graphscope/tests/conftest.py 86.49% <100.00%> (-0.94%) ⬇️
python/graphscope/tests/unittest/test_app.py 96.70% <100.00%> (ø)

... and 13 files with indirect coverage changes


Continue to review full report in Codecov by Sentry.

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

@sighingnow sighingnow changed the title Address the performance issue of GAE apps Use pagerank_local_parallel rather than pagerank_local for better performance Jun 29, 2023
@sighingnow sighingnow marked this pull request as ready for review June 29, 2023 05:54
Signed-off-by: Tao He <linzhu.ht@alibaba-inc.com>
@sighingnow sighingnow merged commit a222479 into alibaba:main Jun 30, 2023
@sighingnow sighingnow deleted the ht/perf branch June 30, 2023 01:28
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