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

feat: optimising adjacency edge queries #2242

Merged
merged 31 commits into from
Nov 29, 2023

tiny improve

c0e2ea6
Select commit
Loading
Failed to load commit list.
Merged

feat: optimising adjacency edge queries #2242

tiny improve
c0e2ea6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Nov 28, 2023 in 1s

65.82% (-0.50%) compared to 197e8a0

View this Pull Request on Codecov

65.82% (-0.50%) compared to 197e8a0

Details

Codecov Report

Attention: 30 lines in your changes are missing coverage. Please review.

Comparison is base (197e8a0) 66.31% compared to head (c0e2ea6) 65.82%.

Files Patch % Lines
...ph/traversal/algorithm/EdgeExistenceTraverser.java 0.00% 18 Missing ⚠️
...che/hugegraph/api/traversers/EdgeExistenceAPI.java 0.00% 12 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master    #2242      +/-   ##
============================================
- Coverage     66.31%   65.82%   -0.50%     
+ Complexity      830      826       -4     
============================================
  Files           507      509       +2     
  Lines         42073    42103      +30     
  Branches       5831     5832       +1     
============================================
- Hits          27902    27715     -187     
- Misses        11415    11633     +218     
+ Partials       2756     2755       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.